ChangeSet@1.2214.1.1, 2007-11-06 18:09:33+04:00, svoj@mysql.com +3 -0
  BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLE
  
  RENAME TABLE against a table with DATA/INDEX DIRECTORY overwrites
  the file to which the symlink points.
  
  This is security issue, because it is possible to create a table with
  some name in some non-system database and set DATA/INDEX DIRECTORY
  to mysql system database. Renaming this table to one of mysql system
  tables (e.g. user, host) would overwrite the system table.
  
  Return an error when the file to which the symlink points exist.

  mysql-test/r/symlink.result@1.8, 2007-11-06 18:09:32+04:00, svoj@mysql.com +6 -0
    A test case for BUG#32111.

  mysql-test/t/symlink.test@1.7, 2007-11-06 18:09:32+04:00, svoj@mysql.com +12 -0
    A test case for BUG#32111.

  mysys/my_symlink2.c@1.7, 2007-11-06 18:09:32+04:00, svoj@mysql.com +10 -1
    Return an error when the file to which the symlink points exist.

ChangeSet@1.2216, 2007-11-02 13:12:19+01:00, kent@mysql.com +1 -0
  Makefile.am:
    Don't install INSTALL-BINARY, handled by build scripts

  Docs/Makefile.am@1.58, 2007-11-02 13:11:55+01:00, kent@mysql.com +1 -2
    Don't install INSTALL-BINARY, handled by build scripts

ChangeSet@1.2215, 2007-11-02 12:29:13+01:00, kent@mysql.com +6 -0
  mysql.info, INSTALL-BINARY, INSTALL-SOURCE, ReadMe.txt, Docs/Makefile.am:
    Let place holders for real documentation have text that
    makes sense to the user (Bug#25205)

  BitKeeper/deleted/.del-generate-text-files.pl@1.5, 2007-11-02 01:13:38+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/generate-text-files.pl

  Docs/INSTALL-BINARY@1.1, 2007-11-02 01:29:32+01:00, kent@mysql.com +8 -0
    BitKeeper file /home/kent/bk/bug25205/mysql-4.0/Docs/INSTALL-BINARY

  Docs/INSTALL-BINARY@1.0, 2007-11-02 01:29:32+01:00, kent@mysql.com +0 -0

  Docs/Makefile.am@1.57, 2007-11-02 01:32:35+01:00, kent@mysql.com +3 -26
    Don't generate text files from the documentation

  Docs/mysql.info@1.2, 2007-11-02 01:31:55+01:00, kent@mysql.com +3 -26
    More of a end-user text

  INSTALL-SOURCE@1.1, 2007-11-02 01:29:32+01:00, kent@mysql.com +8 -0
    BitKeeper file /home/kent/bk/bug25205/mysql-4.0/INSTALL-SOURCE

  INSTALL-SOURCE@1.0, 2007-11-02 01:29:32+01:00, kent@mysql.com +0 -0

  support-files/MacOSX/ReadMe.txt@1.1, 2007-11-02 01:29:32+01:00, kent@mysql.com +8 -0
    BitKeeper file /home/kent/bk/bug25205/mysql-4.0/support-files/MacOSX/ReadMe.txt

  support-files/MacOSX/ReadMe.txt@1.0, 2007-11-02 01:29:32+01:00, kent@mysql.com +0 -0

ChangeSet@1.2214, 2007-07-13 17:50:58+02:00, tnurnberg@sin.intern.azundris.com +2 -0
  Bug#27198: Error returns from time() are ignored
  
  gettimeofday() can fail and presumably, so can time().
  Keep an eye on it.
  
  Since we have no data on this at all so far, we just
  retry on failure (and log the event), assuming that
  this is just an intermittant failure. This might of
  course hang the threat until we succeed. Once we know
  more about these failures, an appropriate more clever
  scheme may be picked (only try so many times per thread,
  etc., if that fails, return last "good" time() we got or
  some such).  Using sql_print_information() to log as this
  probably only occurs in high load scenarios where the debug-
  trace likely is disabled (or might interfere with testing
  the effect).  No test-case as this is a non-deterministic
  issue.

  sql/mysql_priv.h@1.240, 2007-07-13 17:50:57+02:00, tnurnberg@sin.intern.azundris.com +8 -9
    Bug#27198: Error returns from time() are ignored
    
    move declarations for log.cc to before inclusion of
    sql_class.h as we now use sql_print_information() in
    there.

  sql/sql_class.h@1.192, 2007-07-13 17:50:57+02:00, tnurnberg@sin.intern.azundris.com +21 -5
    Bug#27198: Error returns from time() are ignored
    
    gettimeofday() can fail and presumably, so can time().
    Keep an eye on it.

ChangeSet@1.2213, 2007-03-14 18:28:16+01:00, kent@mysql.com +1 -0
  EXCEPTIONS-CLIENT:
    Updated to version 0.6 of the text

  EXCEPTIONS-CLIENT@1.2, 2007-03-14 18:28:10+01:00, kent@mysql.com +4 -2
    Updated to version 0.6 of the text

ChangeSet@1.2212, 2007-03-14 14:27:46+01:00, kent@mysql.com +1 -0
  configure.in:
    Added test for sched_yield() possibly in -lposix4 on Solaris

  configure.in@1.344, 2007-03-14 14:27:40+01:00, kent@mysql.com +3 -0
    Added test for sched_yield() possibly in -lposix4 on Solaris

ChangeSet@1.2211, 2007-03-12 13:12:42+01:00, kent@mysql.com +7 -0
  Makefile.am, configure.in, mysys.dsp:
    Removed unused files
  .del-my_winsem.c:
    Delete: mysys/my_winsem.c
  .del-my_semaphore.c:
    Delete: mysys/my_semaphore.c
  .del-my_semaphore.h:
    Delete: include/my_semaphore.h

  BitKeeper/deleted/.del-my_semaphore.c@1.4, 2007-03-12 13:10:40+01:00, kent@mysql.com +0 -0
    Delete: mysys/my_semaphore.c

  BitKeeper/deleted/.del-my_semaphore.h@1.8, 2007-03-12 13:10:40+01:00, kent@mysql.com +0 -0
    Delete: include/my_semaphore.h

  BitKeeper/deleted/.del-my_winsem.c@1.4, 2007-03-12 13:10:40+01:00, kent@mysql.com +0 -0
    Delete: mysys/my_winsem.c

  VC++Files/mysys/mysys.dsp@1.14, 2007-03-12 13:12:09+01:00, kent@mysql.com +0 -4
    Removed unused files

  configure.in@1.343, 2007-03-12 13:12:09+01:00, kent@mysql.com +0 -3
    Removed unused files

  include/Makefile.am@1.41, 2007-03-12 13:12:09+01:00, kent@mysql.com +1 -1
    Removed unused files

  mysys/Makefile.am@1.46, 2007-03-12 13:12:09+01:00, kent@mysql.com +1 -1
    Removed unused files

ChangeSet@1.2205.4.2, 2007-03-02 16:30:22+01:00, joerg@trift2. +1 -0
  Another man page in the RPMs.

  support-files/mysql.spec.sh@1.100, 2007-03-02 16:30:21+01:00, joerg@trift2. +1 -0
    Another man page.

ChangeSet@1.2205.4.1, 2007-03-02 14:03:28+01:00, joerg@trift2. +1 -0
  Add missing man pages to the RPMs.

  support-files/mysql.spec.sh@1.99, 2007-03-02 14:03:27+01:00, joerg@trift2. +9 -0
    Add missing man pages.

ChangeSet@1.2205.1.8, 2007-02-28 22:30:50+01:00, kent@mysql.com +1 -0
  Makefile.am:
    EXCEPTIONS-CLIENT is now static part of repository

  Docs/Makefile.am@1.56, 2007-02-28 22:30:09+01:00, kent@mysql.com +1 -1
    EXCEPTIONS-CLIENT is now static part of repository

ChangeSet@1.2205.1.7, 2007-02-28 22:09:09+01:00, kent@mysql.com +2 -0
  Makefile.am:
    EXCEPTIONS-CLIENT is now static part of repository
  EXCEPTIONS-CLIENT:
    BitKeeper file /home/kent/bk/tmp/mysql-4.0/EXCEPTIONS-CLIENT

  Docs/Makefile.am@1.55, 2007-02-28 22:07:29+01:00, kent@mysql.com +0 -3
    EXCEPTIONS-CLIENT is now static part of repository

  EXCEPTIONS-CLIENT@1.1, 2007-02-28 21:54:33+01:00, kent@mysql.com +117 -0
    BitKeeper file /home/kent/bk/tmp/mysql-4.0/EXCEPTIONS-CLIENT

  EXCEPTIONS-CLIENT@1.0, 2007-02-28 21:54:33+01:00, kent@mysql.com +0 -0

ChangeSet@1.2205.1.5, 2007-02-09 17:08:37+01:00, mysqldev@mysql.com +1 -0
  Raise version number after cloning 4.0.30

  configure.in@1.342, 2007-02-09 17:08:25+01:00, mysqldev@mysql.com +1 -1
    Raise version number after cloning 4.0.30

