ChangeSet
  1.1495 03/05/14 23:06:06 monty@narttu.mysql.fi +2 -0
  Portability fix for 64 bit machines

  mysql-test/t/variables.test
    1.15 03/05/14 23:06:05 monty@narttu.mysql.fi +1 -0
    Portability fix for 64 bit machines

  mysql-test/r/variables.result
    1.19 03/05/14 23:06:05 monty@narttu.mysql.fi +1 -1
    Portability fix for 64 bit machines

ChangeSet
  1.1494 03/05/14 22:28:54 monty@narttu.mysql.fi +4 -0
  Merge with 3.23 (No releavant code changes)

  sql/sql_show.cc
    1.108 03/05/14 22:28:53 monty@narttu.mysql.fi +0 -3
    No change

  innobase/os/os0sync.c
    1.15 03/05/14 22:28:53 monty@narttu.mysql.fi +0 -1
    No change

  configure.in
    1.272 03/05/14 22:28:53 monty@narttu.mysql.fi +0 -1
    Merge with 3.23

  acinclude.m4
    1.82 03/05/14 22:13:56 monty@narttu.mysql.fi +0 -2
    Auto merged

ChangeSet
  1.1489.1.1 03/05/14 22:12:55 monty@narttu.mysql.fi +4 -0
  Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432

  sql/sql_parse.cc
    1.315 03/05/14 22:12:54 monty@narttu.mysql.fi +9 -7
    Fixed bug in CREATE ... DECIMAL(-1,1)

  mysql-test/t/type_decimal.test
    1.10 03/05/14 22:12:54 monty@narttu.mysql.fi +10 -0
    Test for bug with decimal()

  mysql-test/r/type_decimal.result
    1.12 03/05/14 22:12:54 monty@narttu.mysql.fi +6 -0
    Test for bug with decimal()

  mysql-test/mysql-test-run.sh
    1.168 03/05/14 22:12:54 monty@narttu.mysql.fi +2 -1
    Ensure that tests are sorted

ChangeSet
  1.676.1.696 03/05/14 22:08:30 monty@narttu.mysql.fi +2 -0
  Portability fixes OpenUnix 8 & UnixWare 7.1.x

  configure.in
    1.124.1.85 03/05/14 22:08:30 monty@narttu.mysql.fi +2 -6
    Portability fixes OpenUnix 8 & UnixWare 7.1.x

  acinclude.m4
    1.35.1.13 03/05/14 22:08:30 monty@narttu.mysql.fi +2 -1
    Portability fixes OpenUnix 8 & UnixWare 7.1.x

ChangeSet
  1.1492 03/05/14 20:22:55 heikki@hundin.mysql.fi +1 -0
  os0sync.c:
    Check return value of pthread_cond_...

  innobase/os/os0sync.c
    1.14 03/05/14 20:22:46 heikki@hundin.mysql.fi +5 -4
    Check return value of pthread_cond_...

ChangeSet
  1.1491 03/05/14 20:17:01 heikki@hundin.mysql.fi +1 -0
  os0sync.c:
    Check that pthread_mutex_init and pthread_mutex_destroy return 0

  innobase/os/os0sync.c
    1.13 03/05/14 20:16:38 heikki@hundin.mysql.fi +3 -3
    Check that pthread_mutex_init and pthread_mutex_destroy return 0

ChangeSet
  1.676.297.1 03/05/14 19:09:05 heikki@hundin.mysql.fi +1 -0
  os0sync.c:
    Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix

  innobase/os/os0sync.c
    1.9.1.1 03/05/14 19:07:15 heikki@hundin.mysql.fi +1 -2
    Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix

ChangeSet
  1.1490 03/05/14 19:00:17 heikki@hundin.mysql.fi +1 -0
  os0sync.c:
    We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix

  innobase/os/os0sync.c
    1.12 03/05/14 19:00:09 heikki@hundin.mysql.fi +1 -4
    We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix

ChangeSet
  1.676.1.694 03/05/14 09:37:04 monty@narttu.mysql.fi +1 -0
  SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables. (Bug #427)

  sql/sql_show.cc
    1.47.1.22 03/05/14 09:37:03 monty@narttu.mysql.fi +4 -3
    SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables.

ChangeSet
  1.1489 03/05/14 01:55:23 monty@narttu.mysql.fi +1 -0
  Fix for checking global_access rights

  sql/sql_parse.cc
    1.314 03/05/14 01:55:22 monty@narttu.mysql.fi +23 -8
    Fix for checking global_access rights

ChangeSet
  1.1488 03/05/14 01:28:59 monty@narttu.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

  sql/sql_parse.cc
    1.313 03/05/14 01:28:55 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1487 03/05/14 01:27:26 monty@narttu.mysql.fi +11 -0
  Fix for MacOSX and symlinks
  Fix for USE_FRM and crashed index file

  mysql-test/t/repair_part2.test
    1.1 03/05/14 01:27:23 monty@narttu.mysql.fi +7 -0

  mysql-test/t/repair_part2-master.sh
    1.1 03/05/14 01:27:23 monty@narttu.mysql.fi +1 -0

  mysql-test/r/repair_part2.result
    1.1 03/05/14 01:27:23 monty@narttu.mysql.fi +8 -0

  sql/sql_table.cc
    1.158 03/05/14 01:27:23 monty@narttu.mysql.fi +80 -66
    Fix for USE_FRM and crashed index file

  sql/handler.cc
    1.98 03/05/14 01:27:23 monty@narttu.mysql.fi +6 -4
    Indentation changes

  mysql-test/t/update.test
    1.10 03/05/14 01:27:23 monty@narttu.mysql.fi +15 -0
    Added test case from bugs system

  mysql-test/t/repair_part2.test
    1.0 03/05/14 01:27:23 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/t/repair_part2.test

  mysql-test/t/repair_part2-master.sh
    1.0 03/05/14 01:27:23 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/t/repair_part2-master.sh

  mysql-test/t/repair.test
    1.4 03/05/14 01:27:23 monty@narttu.mysql.fi +4 -0
    Added test with crashed MyISAM index header

  mysql-test/r/update.result
    1.12 03/05/14 01:27:23 monty@narttu.mysql.fi +16 -0
    new test case

  mysql-test/r/repair_part2.result
    1.0 03/05/14 01:27:23 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/r/repair_part2.result

  mysql-test/r/repair.result
    1.4 03/05/14 01:27:23 monty@narttu.mysql.fi +2 -1
    new test case

  myisam/mi_open.c
    1.61 03/05/14 01:27:23 monty@narttu.mysql.fi +6 -1
    Give better error message in case of of crashed index file

  configure.in
    1.271 03/05/14 01:27:23 monty@narttu.mysql.fi +6 -4
    Fix for MacOSX and symlinks

ChangeSet
  1.1481.4.1 03/05/13 23:03:00 guilhem@mysql.com +1 -0
  Fix for bug 343 : we require only REPLICATION CLIENT for
  SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what
  the manual states. We still accept SUPER.

  sql/sql_parse.cc
    1.311.1.1 03/05/13 23:02:57 guilhem@mysql.com +6 -2
    Fix for bug 343 : we require only REPLICATION CLIENT for
    SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what
    the manual states. We still accept SUPER.

ChangeSet
  1.1486 03/05/13 22:35:41 monty@narttu.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

  include/my_global.h
    1.44 03/05/13 22:35:39 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1481.1.2 03/05/13 22:28:34 jani@hynda.(none) +5 -0
  Fixed a bug in DROP DATABASE when database had a RAID type table.
  Bug ID 381.

  sql/sql_db.cc
    1.60 03/05/13 22:28:30 jani@hynda.(none) +18 -3
    Fixed a bug in DROP DATABASE when database had a RAID type table.
    Bug ID 381.

  sql/set_var.cc
    1.30 03/05/13 22:28:30 jani@hynda.(none) +1 -1
    Fixed a bug in DROP DATABASE when database had a RAID type table.
    Bug ID 381.

  sql/mysqld.cc
    1.424 03/05/13 22:28:30 jani@hynda.(none) +2 -4
    Fixed a bug in DROP DATABASE when database had a RAID type table.
    Bug ID 381.

  mysql-test/t/raid.test
    1.4 03/05/13 22:28:30 jani@hynda.(none) +3 -0
    Fixed a bug in DROP DATABASE when database had a RAID type table.
    Bug ID 381.

  mysql-test/r/raid.result
    1.5 03/05/13 22:28:30 jani@hynda.(none) +3 -0
    Fixed a bug in DROP DATABASE when database had a RAID type table.
    Bug ID 381.

ChangeSet
  1.1481.2.2 03/05/13 19:30:07 lenz@mysql.com +2 -0
   - disabled all "EXPLAIN SELECT" tests from the InnoDB test because of
     nodeterministic results on some platforms

  mysql-test/t/innodb.test
    1.44 03/05/13 19:30:05 lenz@mysql.com +4 -4
     - disabled all "EXPLAIN SELECT" tests from the InnoDB test because of
       nodeterministic results on some platforms

  mysql-test/r/innodb.result
    1.66 03/05/13 19:30:05 lenz@mysql.com +0 -12
     - disabled all "EXPLAIN SELECT" tests from the InnoDB test because of
       nodeterministic results on some platforms

ChangeSet
  1.1481.3.2 03/05/13 19:19:57 pem@mysql.com +1 -0
  Forgot to correct comment in key.test (after fixing bug 390).

  mysql-test/t/key.test
    1.8 03/05/13 19:19:56 pem@mysql.com +1 -1
    Forgot to correct comment (after fixing bug 390).

ChangeSet
  1.1481.3.1 03/05/13 19:16:30 pem@mysql.com +5 -0
  Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

  sql/sql_table.cc
    1.157 03/05/13 19:16:28 pem@mysql.com +3 -2
    Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

  mysql-test/t/key.test
    1.7 03/05/13 19:16:28 pem@mysql.com +2 -2
    Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

  mysql-test/t/create.test
    1.16 03/05/13 19:16:28 pem@mysql.com +10 -2
    Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

  mysql-test/r/key.result
    1.8 03/05/13 19:16:28 pem@mysql.com +0 -1
    Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

  mysql-test/r/create.result
    1.18 03/05/13 19:16:28 pem@mysql.com +9 -4
    Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.

ChangeSet
  1.1484 03/05/13 20:07:43 monty@narttu.mysql.fi +3 -0
  Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373

  sql/sql_update.cc
    1.86 03/05/13 20:07:42 monty@narttu.mysql.fi +4 -0
    Fixed 'Unknown error' when using 'UPDATE ... LIMIT'

  mysql-test/t/update.test
    1.9 03/05/13 20:07:42 monty@narttu.mysql.fi +17 -0
    Test of UPDATE ... LIMIT

  mysql-test/r/update.result
    1.11 03/05/13 20:07:42 monty@narttu.mysql.fi +12 -0
    new test

ChangeSet
  1.1481.2.1 03/05/13 18:54:20 lenz@mysql.com +15 -0
   - added mysql_fix_privilege_tables(1) man page to distribution
     (thanks to Christian Hammers from the Debian project for providing it)
   - Updated version number in man pages (3.23 -> 4.0)

  man/replace.1
    1.4 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/perror.1
    1.6 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqlshow.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqldump.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqld_safe.1
    1.6 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqld_multi.1
    1.4 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqld.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqladmin.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysqlaccess.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysql_zap.1
    1.4 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/mysql.1
    1.7 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/isamlog.1
    1.4 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/isamchk.1
    1.5 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - Updated version number ("MySQL-3.23" -> "MySQL 4.0")

  man/Makefile.am
    1.7 03/05/13 18:54:17 lenz@mysql.com +1 -1
     - added mysql_fix_privilege_tables(1) man page to man_MANS

  man/mysql_fix_privilege_tables.1
    1.1 03/05/13 18:51:28 lenz@mysql.com +23 -0

  man/mysql_fix_privilege_tables.1
    1.0 03/05/13 18:51:28 lenz@mysql.com +0 -0
    BitKeeper file /space/my/mysql-4.0-build/man/mysql_fix_privilege_tables.1

ChangeSet
  1.1481.1.1 03/05/13 19:34:51 jani@hynda.(none) +6 -0
  - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342
  - Fix for QNX: UNIX sockets available since 6.2.1

  sql/set_var.h
    1.8 03/05/13 19:33:12 jani@hynda.(none) +14 -0
    Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339

  sql/set_var.cc
    1.29 03/05/13 19:33:12 jani@hynda.(none) +28 -4
    Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339

  sql/mysqld.cc
    1.423 03/05/13 19:33:12 jani@hynda.(none) +3 -2
    Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339

  mysql-test/t/variables.test
    1.14 03/05/13 19:33:12 jani@hynda.(none) +8 -5
    Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339

  mysql-test/r/variables.result
    1.18 03/05/13 19:33:12 jani@hynda.(none) +10 -9
    Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339

  include/my_global.h
    1.42.1.1 03/05/13 19:33:11 jani@hynda.(none) +0 -1
    Fix for QNX: UNIX sockets available since 6.2.1

ChangeSet
  1.1483 03/05/13 19:26:07 monty@narttu.mysql.fi +4 -0
  Fixed problem with ansi mode and GROUP BY with constants. (Bug #387)

  mysql-test/t/ansi.test
    1.1 03/05/13 19:26:06 monty@narttu.mysql.fi +17 -0

  mysql-test/t/ansi-master.opt
    1.1 03/05/13 19:26:06 monty@narttu.mysql.fi +1 -0

  mysql-test/t/ansi.test
    1.0 03/05/13 19:26:06 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/t/ansi.test

  mysql-test/t/ansi-master.opt
    1.0 03/05/13 19:26:06 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/t/ansi-master.opt

  mysql-test/r/ansi.result
    1.1 03/05/13 19:26:05 monty@narttu.mysql.fi +10 -0

  sql/sql_select.cc
    1.234 03/05/13 19:26:05 monty@narttu.mysql.fi +2 -1
    Fixed problem with ansi mode and GROUP BY with constants

  mysql-test/r/ansi.result
    1.0 03/05/13 19:26:05 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/r/ansi.result

ChangeSet
  1.1482 03/05/13 18:58:26 monty@narttu.mysql.fi +11 -0
  Fix for UNION and LEFT JOIN (Bug #386)
  Fixed wrong logging of Access denied error (Bug #398)

  sql/sql_update.cc
    1.85 03/05/13 18:58:25 monty@narttu.mysql.fi +3 -3
    Fix for UNION and LEFT JOIN

  sql/sql_union.cc
    1.42 03/05/13 18:58:25 monty@narttu.mysql.fi +3 -2
    Fix for UNION and LEFT JOIN

  sql/sql_parse.cc
    1.312 03/05/13 18:58:25 monty@narttu.mysql.fi +9 -2
    Fixed wrong logging of Access denied error

  sql/sql_insert.cc
    1.99 03/05/13 18:58:25 monty@narttu.mysql.fi +5 -5
    Fix for UNION and LEFT JOIN

  sql/sql_base.cc
    1.161 03/05/13 18:58:25 monty@narttu.mysql.fi +4 -4
    Fix for UNION and LEFT JOIN

  sql/mysql_priv.h
    1.192 03/05/13 18:58:25 monty@narttu.mysql.fi +2 -2
    Fix for UNION and LEFT JOIN

  sql/field.h
    1.50 03/05/13 18:58:25 monty@narttu.mysql.fi +2 -0
    Fix for UNION and LEFT JOIN

  mysys/my_seek.c
    1.10 03/05/13 18:58:25 monty@narttu.mysql.fi +3 -0
    Safety fix to find out when pos gets a wrong value

  mysql-test/t/union.test
    1.25 03/05/13 18:58:25 monty@narttu.mysql.fi +60 -1
    Test of bug in union and left join

  mysql-test/r/union.result
    1.21 03/05/13 18:58:25 monty@narttu.mysql.fi +58 -1
    new test case

  include/my_global.h
    1.43 03/05/13 18:58:25 monty@narttu.mysql.fi +1 -1
    Fix for QNX

ChangeSet
  1.1479.1.1 03/05/13 11:39:07 jani@rhols221.adsl.netsonic.fi +1 -0
  Removed timing of tests from mysql-test-run.
  Needed by QNX, and there was no real use for timing.

  mysql-test/mysql-test-run.sh
    1.167 03/05/13 11:38:50 jani@rhols221.adsl.netsonic.fi +5 -23
    Removed timing of tests from mysql-test-run.
    Needed by QNX, and there was no real use for timing.

ChangeSet
  1.1473.1.5 03/05/13 10:54:07 monty@mashka.mysql.fi +14 -0
  Safety fix to enable RAID in max binaries
  Better fix for format('nan')
  Fix for HAVING COUNT(DISTINCT...)

  tests/table_types.pl
    1.3 03/05/13 10:54:04 monty@mashka.mysql.fi +14 -21
    Fixed wrong merge

  tests/big_record.pl
    1.5 03/05/13 10:54:04 monty@mashka.mysql.fi +34 -7
    Extend test to abuse packed MyISAM tables

  sql/sql_yacc.yy
    1.206 03/05/13 10:54:04 monty@mashka.mysql.fi +6 -2
    Fix for HAVING COUNT(DISTINCT...)

  sql/mysqld.cc
    1.422 03/05/13 10:54:04 monty@mashka.mysql.fi +1 -0
    Give stacktrace on assert()

  sql/item_strfunc.cc
    1.59 03/05/13 10:54:03 monty@mashka.mysql.fi +8 -6
    Better fix for format('nan')

  scripts/mysql_install_db.sh
    1.36 03/05/13 10:54:03 monty@mashka.mysql.fi +2 -4
    Create data directories even if --in-rpm is used (for MaxOSX)

  mysys/raid.cc
    1.29 03/05/13 10:54:03 monty@mashka.mysql.fi +2 -2
    Safety fix to enable RAID in max binaries

  mysql-test/t/having.test
    1.6 03/05/13 10:54:03 monty@mashka.mysql.fi +2 -0
    Added test for count(distinct) in having

  mysql-test/t/func_misc.test
    1.6 03/05/13 10:54:03 monty@mashka.mysql.fi +5 -0
    Added back test for format('nan')

  mysql-test/r/having.result
    1.8 03/05/13 10:54:03 monty@mashka.mysql.fi +8 -0
    New test

  mysql-test/r/func_misc.result
    1.8 03/05/13 10:54:03 monty@mashka.mysql.fi +3 -0
    Added back test for format('nan')

  myisam/myisamchk.c
    1.100 03/05/13 10:54:03 monty@mashka.mysql.fi +9 -7
    Better error messages

  myisam/mi_dynrec.c
    1.26 03/05/13 10:54:03 monty@mashka.mysql.fi +8 -13
    Simple code cleanup

  myisam/mi_check.c
    1.118 03/05/13 10:54:03 monty@mashka.mysql.fi +8 -4
    Better error message

ChangeSet
  1.1479 03/05/12 17:09:31 lenz@mysql.com +1 -0
   - On Mac OS X, better call mysql_install_db with "-IN-RPM" during 
     the installation to make sure the privilege tables are being
     installed even if the DNS configuration is broken, which seems
     to be quite common (reverse lookups to "hostname" fail).
  
     This should resolve the problem many Mac OS users experience
     ("Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't
     exist") when they try to start MySQL after installing the PKG.

  support-files/MacOSX/postinstall.sh
    1.3 03/05/12 17:09:29 lenz@mysql.com +1 -1
     - On Mac OS X, better call mysql_install_db with "-IN-RPM" during 
       the installation to make sure the privilege tables are being
       installed even if the DNS configuration is broken, which seems
       to be quite common (reverse lookups to "hostname" fail).
    
       This should resolve the problem many Mac OS users experience
       ("Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't
       exist") when they try to start MySQL after installing the PKG.

ChangeSet
  1.1478 03/05/12 17:33:42 heikki@hundin.mysql.fi +2 -0
  srv0start.c, trx0sys.c:
    Let InnoDB to skip writing of pages from the doublewrite buffer if innodb_force_recovery=6; normally, if the page is corrupt AND the corresponding page in the doublewrite buffer is also corrupt, InnoDB calls exit(1)

  innobase/srv/srv0start.c
    1.41 03/05/12 17:06:46 heikki@hundin.mysql.fi +4 -1
    Let InnoDB to skip writing of pages from the doublewrite buffer if innodb_force_recovery=6; normally, if the page is corrupt AND the corresponding page in the doublewrite buffer is also corrupt, InnoDB calls exit(1)

  innobase/trx/trx0sys.c
    1.15 03/05/12 17:06:36 heikki@hundin.mysql.fi +11 -2
    Let InnoDB to skip writing of pages from the doublewrite buffer if innodb_force_recovery=6; normally, if the page is corrupt AND the corresponding page in the doublewrite buffer is also corrupt, InnoDB calls exit(1)

ChangeSet
  1.1477 03/05/10 14:52:22 guilhem@mysql.com +1 -0
     MySQL-classic did not pass the test suite rpl_rotate_logs.test anymore because a recent 1.1424.2.17 cset introduced an opt_using_transactions
      which prevented binlogs to be rotated if transactions were not enabled. Fix for this. This bug did not affect releases.

  sql/log.cc
    1.120 03/05/10 14:52:11 guilhem@mysql.com +17 -15
    MySQL-classic did not pass the test suite rpl_rotate_logs.test anymore because a recent 1.1424.2.17 cset introduced an opt_using_transactions
    which prevented binlogs to be rotated if transactions were not enabled. Fix for this. This bug did not affect releases.

ChangeSet
  1.1473.1.4 03/05/08 01:47:20 monty@mashka.mysql.fi +2 -0
  More tests

  tests/grant.res
    1.12 03/05/08 01:47:12 monty@mashka.mysql.fi +14 -4
    More tests

  tests/grant.pl
    1.14 03/05/08 01:47:11 monty@mashka.mysql.fi +8 -2
    More tests

ChangeSet
  1.1473.1.3 03/05/08 00:41:46 monty@mashka.mysql.fi +1 -0
  merge with 3.23

  sql/sql_base.cc
    1.160 03/05/08 00:41:43 monty@mashka.mysql.fi +1 -5
    merge

ChangeSet
  1.676.1.693 03/05/08 00:34:23 monty@mashka.mysql.fi +1 -0
  Better grant test for SELECT *

  sql/sql_base.cc
    1.74.1.33 03/05/08 00:34:22 monty@mashka.mysql.fi +4 -4
    Better grant test for SELECT *

ChangeSet
  1.1473.1.2 03/05/08 00:12:46 monty@mashka.mysql.fi +8 -0
  Merge to get security patch

  sql/sql_parse.cc
    1.311 03/05/08 00:12:44 monty@mashka.mysql.fi +0 -1
    Merge to get security patch

  sql/sql_base.cc
    1.159 03/05/08 00:12:44 monty@mashka.mysql.fi +0 -3
    Merge to get security patch

  client/mysqldump.c
    1.92 03/05/08 00:12:44 monty@mashka.mysql.fi +1 -2
    Merge to get crash fix

  BitKeeper/triggers/post-commit
    1.26 03/05/08 00:12:44 monty@mashka.mysql.fi +0 -5
    use local file

  tests/grant.res
    1.11 03/05/08 00:00:38 monty@mashka.mysql.fi +0 -0
    Auto merged

  tests/grant.pl
    1.13 03/05/08 00:00:38 monty@mashka.mysql.fi +0 -0
    Auto merged

  sql/sql_acl.cc
    1.97 03/05/08 00:00:38 monty@mashka.mysql.fi +0 -0
    Auto merged

  BitKeeper/etc/logging_ok
    1.271 03/05/08 00:00:29 monty@mashka.mysql.fi +0 -1
    auto-union

ChangeSet
  1.676.1.692 03/05/07 23:59:24 monty@mashka.mysql.fi +5 -0
  Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege. 

  tests/grant.res
    1.3.1.4 03/05/07 23:59:22 monty@mashka.mysql.fi +15 -0
    Test of security patch

  tests/grant.pl
    1.4.1.4 03/05/07 23:59:22 monty@mashka.mysql.fi +13 -0
    Test of security patch

  sql/sql_parse.cc
    1.120.2.38 03/05/07 23:59:22 monty@mashka.mysql.fi +11 -1
    Security patch

  sql/sql_base.cc
    1.74.1.32 03/05/07 23:59:22 monty@mashka.mysql.fi +4 -5
    Security patch

  sql/sql_acl.cc
    1.27.1.15 03/05/07 23:59:22 monty@mashka.mysql.fi +6 -3
    Security patch

ChangeSet
  1.1473.1.1 03/05/07 23:15:46 monty@mashka.mysql.fi +1 -0
  Updated comment

  sql/sql_parse.cc
    1.310 03/05/07 23:15:37 monty@mashka.mysql.fi +2 -1
    Updated comment

ChangeSet
  1.1476 03/05/07 19:13:56 heikki@hundin.mysql.fi +1 -0
  my_base.h:
    Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value

  include/my_base.h
    1.39 03/05/07 19:13:48 heikki@hundin.mysql.fi +1 -0
    Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value

ChangeSet
  1.1475 03/05/07 19:01:45 heikki@hundin.mysql.fi +2 -0
  sql_select.cc, opt_sum.cc:
    Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value

  sql/sql_select.cc
    1.233 03/05/07 19:01:36 heikki@hundin.mysql.fi +9 -0
    Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value

  sql/opt_sum.cc
    1.28 03/05/07 19:01:36 heikki@hundin.mysql.fi +37 -13
    Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value

ChangeSet
  1.1474 03/05/06 22:33:08 lenz@mysql.com +2 -0
   - added MySQL-shared-compat.spec(.sh) to the distribution. This spec file
     can be used to build a compatibility package that includes the shared
     libraries of MySQL 3.23.xx and MySQL 4.0.xx for backwards compatibility
     with dynamically linked applications. It simply repackages the two
     MySQL-shared RPMs, so these need to be created or downloaded separately.

  support-files/MySQL-shared-compat.spec.sh
    1.1 03/05/06 22:33:05 lenz@mysql.com +72 -0

  support-files/MySQL-shared-compat.spec.sh
    1.0 03/05/06 22:33:05 lenz@mysql.com +0 -0
    BitKeeper file /space/my/mysql-4.0-build/support-files/MySQL-shared-compat.spec.sh

  support-files/Makefile.am
    1.19 03/05/06 22:33:05 lenz@mysql.com +6 -3
     - added MySQL-shared-compat.spec(.sh) to the distribution

ChangeSet
  1.1458.1.2 03/05/05 14:52:39 monty@narttu.mysql.fi +4 -0
  Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 instead of 2000-00-00

  mysql-test/t/loaddata.test
    1.1 03/05/05 14:52:38 monty@narttu.mysql.fi +11 -0

  mysql-test/std_data/loaddata1.dat
    1.1 03/05/05 14:52:38 monty@narttu.mysql.fi +3 -0

  mysql-test/r/loaddata.result
    1.1 03/05/05 14:52:38 monty@narttu.mysql.fi +11 -0

  sql/time.cc
    1.24 03/05/05 14:52:38 monty@narttu.mysql.fi +2 -140
    Removed not used code
    Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 instead of 2000-00-00

  mysql-test/t/loaddata.test
    1.0 03/05/05 14:52:38 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/t/loaddata.test

  mysql-test/std_data/loaddata1.dat
    1.0 03/05/05 14:52:38 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/std_data/loaddata1.dat

  mysql-test/r/loaddata.result
    1.0 03/05/05 14:52:38 monty@narttu.mysql.fi +0 -0
    BitKeeper file /my/mysql-4.0/mysql-test/r/loaddata.result

ChangeSet
  1.1472 03/05/05 10:54:56 heikki@hundin.mysql.fi +2 -0
  buf0lru.c, buf0flu.c:
    Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index

  innobase/buf/buf0lru.c
    1.10 03/05/05 10:54:45 heikki@hundin.mysql.fi +6 -3
    Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index

  innobase/buf/buf0flu.c
    1.17 03/05/05 10:54:45 heikki@hundin.mysql.fi +2 -1
    Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index

ChangeSet
  1.1471 03/05/05 00:30:18 serg@serg.mylan +2 -0
  Merge bk-internal:/home/bk/mysql-4.0/
  into serg.mylan:/usr/home/serg/Abk/mysql-4.0

  sql/set_var.cc
    1.28 03/05/05 00:30:15 serg@serg.mylan +0 -0
    Auto merged

  sql/mysqld.cc
    1.421 03/05/05 00:30:15 serg@serg.mylan +0 -0
    Auto merged

ChangeSet
  1.1466.1.2 03/05/04 23:24:23 heikki@hundin.mysql.fi +4 -0
  row0ins.c, dict0dict.c, dict0dict.h, srv0srv.c:
    Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user

  innobase/row/row0ins.c
    1.22 03/05/04 23:22:44 heikki@hundin.mysql.fi +48 -5
    Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user

  innobase/dict/dict0dict.c
    1.28 03/05/04 23:22:22 heikki@hundin.mysql.fi +7 -3
    Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user

  innobase/include/dict0dict.h
    1.15 03/05/04 23:22:01 heikki@hundin.mysql.fi +4 -3
    Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user

  innobase/srv/srv0srv.c
    1.46 03/05/04 23:21:50 heikki@hundin.mysql.fi +14 -1
    Let SHOW INNODB STATUS print detailed info of the latest unique key violation, note that REPLACE and INSERT IGNORE mask the error from the user

ChangeSet
  1.1468 03/05/04 21:35:20 peter@mysql.com +1 -0
  Minor fix to previous code

  sql/mysql_priv.h
    1.191 03/05/04 21:35:17 peter@mysql.com +3 -0
    Add ifdef to allow compilation without Innodb 

ChangeSet
  1.1465.1.2 03/05/04 18:43:37 serg@serg.mylan +5 -0
  parallel-repair available in mysqld

  sql/sql_class.h
    1.146 03/05/04 18:43:35 serg@serg.mylan +1 -0
    parallel-repair available in mysqld

  sql/set_var.cc
    1.26.1.1 03/05/04 18:43:35 serg@serg.mylan +6 -3
    parallel-repair available in mysqld

  sql/mysqld.cc
    1.419.1.1 03/05/04 18:43:35 serg@serg.mylan +7 -2
    parallel-repair available in mysqld

  sql/ha_myisam.cc
    1.124 03/05/04 18:43:35 serg@serg.mylan +17 -3
    parallel-repair available in mysqld

  myisam/mi_check.c
    1.117 03/05/04 18:43:35 serg@serg.mylan +11 -1
    parallel-repair available in mysqld

ChangeSet
  1.1465.1.1 03/05/04 18:43:07 serg@serg.mylan +3 -0
  count_bits() moved to mysys/

  sql/item_func.cc
    1.92 03/05/04 18:43:05 serg@serg.mylan +2 -43
    count_bits() moved to mysys/

  mysys/my_bit.c
    1.3 03/05/04 18:43:05 serg@serg.mylan +42 -0
    count_bits() moved to mysys/

  include/my_sys.h
    1.96 03/05/04 18:43:05 serg@serg.mylan +1 -0
    count_bits() moved to mysys/

ChangeSet
  1.1466.1.1 03/05/04 15:42:47 heikki@hundin.mysql.fi +1 -0
  os0file.c:
    Print progress information if at startup InnoDB creates and writes bigger than 100 MB data file or log file

  innobase/os/os0file.c
    1.50 03/05/04 15:42:38 heikki@hundin.mysql.fi +20 -0
    Print progress information if at startup InnoDB creates and writes bigger than 100 MB data file or log file

ChangeSet
  1.1466 03/05/04 15:14:33 heikki@hundin.mysql.fi +1 -0
  srv0srv.c:
    Do not let the main thread sleep the 1 second if we had to do a bug pool flush batch trying to establish srv_max_buf_pool_modified_pct

  innobase/srv/srv0srv.c
    1.45 03/05/04 15:14:17 heikki@hundin.mysql.fi +17 -1
    Do not let the main thread sleep the 1 second if we had to do a bug pool flush batch trying to establish srv_max_buf_pool_modified_pct

ChangeSet
  1.1464.1.1 03/05/04 14:41:21 peter@mysql.com +3 -0
  Added innodb_max_dirty_pages_pct parameter to limit amount 
      of dirty pages in the buffer pool (can be changed online)

  sql/set_var.cc
    1.27 03/05/04 14:39:44 peter@mysql.com +9 -0
    Added new variable handling 

  sql/mysqld.cc
    1.420 03/05/04 14:39:44 peter@mysql.com +5 -0
    Added new option

  sql/mysql_priv.h
    1.190 03/05/04 14:39:44 peter@mysql.com +1 -0
    Added innodb_max_dirty_pages_pct parameter to limit amount 
    of dirty pages in the buffer pool (can be changed online)

ChangeSet
  1.1462.1.1 03/05/04 11:00:45 serg@serg.mylan +1 -0
  result updated

  mysql-test/r/delete.result
    1.9 03/05/04 11:00:43 serg@serg.mylan +11 -0
    result updated

ChangeSet
  1.1464 03/05/03 19:46:03 heikki@hundin.mysql.fi +1 -0
  srv0srv.c:
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

  innobase/srv/srv0srv.c
    1.44 03/05/03 19:45:39 heikki@hundin.mysql.fi +1 -1
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

ChangeSet
  1.1463 03/05/03 19:44:46 heikki@hundin.mysql.fi +4 -0
  buf0buf.c, srv0srv.h, buf0buf.h, srv0srv.c:
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

  innobase/buf/buf0buf.c
    1.21 03/05/03 19:41:10 heikki@hundin.mysql.fi +22 -0
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

  innobase/include/srv0srv.h
    1.22 03/05/03 19:40:51 heikki@hundin.mysql.fi +3 -0
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

  innobase/include/buf0buf.h
    1.13 03/05/03 19:40:50 heikki@hundin.mysql.fi +7 -0
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

  innobase/srv/srv0srv.c
    1.43 03/05/03 19:40:30 heikki@hundin.mysql.fi +86 -28
    Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker

ChangeSet
  1.1460.1.1 03/05/03 18:08:11 serg@serg.mylan +2 -0
  "delete from table where const" bug fixed

  sql/sql_delete.cc
    1.94 03/05/03 18:08:08 serg@serg.mylan +1 -1
    "delete from table where const" bug fixed

  mysql-test/t/delete.test
    1.10 03/05/03 18:08:08 serg@serg.mylan +6 -0
    "delete from table where const" bug fixed

ChangeSet
  1.1461 03/05/03 16:16:52 lenz@mysql.com +1 -0
   - applied patch from Tim Bunce (new --addtodest option that adds copied
     files into an already existing directory)

  scripts/mysqlhotcopy.sh
    1.31 03/05/03 16:16:50 lenz@mysql.com +27 -9
     - applied patch from Tim Bunce (new --addtodest option that adds copied
       files into an already existing directory)

ChangeSet
  1.1458.1.1 03/05/03 16:22:56 monty@narttu.mysql.fi +4 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

  sql/sql_update.cc
    1.84 03/05/03 16:22:54 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/sql_base.cc
    1.158 03/05/03 16:22:54 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysql-test/t/innodb.test
    1.43 03/05/03 16:22:54 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysql-test/r/innodb.result
    1.65 03/05/03 16:22:53 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1424.33.1 03/05/03 16:21:43 monty@narttu.mysql.fi +5 -0
  Fix problem where key_read was not cleaned up properly, which caused assert in innodb test.

  sql/sql_update.cc
    1.79.1.2 03/05/03 16:21:42 monty@narttu.mysql.fi +14 -11
    Fix problem where key_read was not cleaned up properly, which caused assert in innodb test.

  sql/sql_base.cc
    1.156.1.1 03/05/03 16:21:42 monty@narttu.mysql.fi +3 -2
    Safety assert

  sql/opt_sum.cc
    1.27 03/05/03 16:21:42 monty@narttu.mysql.fi +10 -4
    Safety fix

  mysql-test/t/innodb.test
    1.37.1.3 03/05/03 16:21:42 monty@narttu.mysql.fi +2 -2
    Changed tests to make them repeatable.

  mysql-test/r/innodb.result
    1.59.1.4 03/05/03 16:21:42 monty@narttu.mysql.fi +23 -11
    Changed tests to make them repeatable.

ChangeSet
  1.1459 03/05/03 15:21:39 serg@serg.mylan +2 -0
  test case added

  mysql-test/t/repair.test
    1.3 03/05/03 15:21:37 serg@serg.mylan +5 -0
    test case added

  mysql-test/r/repair.result
    1.3 03/05/03 15:21:37 serg@serg.mylan +3 -0
    test case added

ChangeSet
  1.1456.1.1 03/05/03 14:48:51 serg@serg.mylan +1 -0
  mising reset_tree() in ft_reinit_search() added

  myisam/ft_boolean_search.c
    1.55 03/05/03 14:48:49 serg@serg.mylan +2 -2
    mising reset_tree() in ft_reinit_search() added

ChangeSet
  1.1457 03/05/03 02:29:40 heikki@hundin.mysql.fi +13 -0
  Many files:
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/row/row0mysql.c
    1.44 03/05/03 02:27:48 heikki@hundin.mysql.fi +1 -1
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/srv/srv0srv.c
    1.42 03/05/03 02:27:39 heikki@hundin.mysql.fi +7 -10
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/log/log0log.c
    1.22 03/05/03 02:27:31 heikki@hundin.mysql.fi +73 -85
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/trx/trx0trx.c
    1.24 03/05/03 02:27:23 heikki@hundin.mysql.fi +44 -4
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/buf/buf0flu.c
    1.16 03/05/03 02:27:04 heikki@hundin.mysql.fi +1 -1
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/os/os0file.c
    1.49 03/05/03 02:26:52 heikki@hundin.mysql.fi +4 -3
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/include/trx0trx.h
    1.25 03/05/03 02:26:44 heikki@hundin.mysql.fi +14 -0
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  innobase/include/log0log.h
    1.8 03/05/03 02:26:43 heikki@hundin.mysql.fi +35 -30
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  sql/ha_innodb.h
    1.55 03/05/03 02:26:26 heikki@hundin.mysql.fi +2 -0
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  sql/ha_innodb.cc
    1.168 03/05/03 02:26:23 heikki@hundin.mysql.fi +46 -18
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  sql/handler.h
    1.84 03/05/03 02:26:17 heikki@hundin.mysql.fi +1 -0
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  sql/handler.cc
    1.97 03/05/03 02:26:15 heikki@hundin.mysql.fi +29 -1
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

  sql/log.cc
    1.119 03/05/03 02:26:09 heikki@hundin.mysql.fi +19 -1
    Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released

ChangeSet
  1.1456 03/05/02 22:12:15 serg@serg.mylan +1 -0
  avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRM

  sql/sql_table.cc
    1.156 03/05/02 22:12:13 serg@serg.mylan +5 -0
    avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRM

ChangeSet
  1.1455 03/04/30 17:39:23 Sinisa@sinisa.nasamreza.org +2 -0
  removing architecture dependent test

  mysql-test/t/func_misc.test
    1.5 03/04/30 17:39:20 Sinisa@sinisa.nasamreza.org +0 -1
    removing architecture dependent test

  mysql-test/r/func_misc.result
    1.7 03/04/30 17:39:20 Sinisa@sinisa.nasamreza.org +0 -3
    removing architecture dependent test

ChangeSet
  1.1454 03/04/30 14:27:51 Sinisa@sinisa.nasamreza.org +2 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/sql_parse.cc
    1.309 03/04/30 14:27:47 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/sql_acl.cc
    1.96 03/04/30 14:27:47 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1424.32.1 03/04/30 12:32:43 serg@serg.mylan +2 -0
  more #ifdef THREAD added

  mysys/my_semaphore.c
    1.3 03/04/30 12:32:39 serg@serg.mylan +2 -2
    more #ifdef THREAD added

  include/my_semaphore.h
    1.7 03/04/30 12:32:39 serg@serg.mylan +5 -0
    more #ifdef THREAD added

ChangeSet
  1.1424.1.73 03/04/30 11:30:45 lenz@mysql.com +1 -0
   - fixed Max RPM package description (removed RAID)

  support-files/mysql.spec.sh
    1.64 03/04/30 11:30:43 lenz@mysql.com +2 -2
     - fixed Max RPM package description (removed RAID)

ChangeSet
  1.1424.1.72 03/04/30 11:27:13 lenz@mysql.com +1 -0
   - disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
     (several users reported crashes, even when not using RAID) (see bug #346)

  support-files/mysql.spec.sh
    1.63 03/04/30 11:27:10 lenz@mysql.com +6 -2
     - disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
       (several users reported crashes, even when not using RAID) (see bug #346)

ChangeSet
  1.1424.1.71 03/04/30 10:15:09 monty@narttu.mysql.fi +7 -0
  Fix reference to not initialized memory
  Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  sql/unireg.h
    1.18 03/04/30 10:15:08 monty@narttu.mysql.fi +1 -0
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  sql/sql_parse.cc
    1.306.1.4 03/04/30 10:15:08 monty@narttu.mysql.fi +1 -1
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  sql/sql_class.h
    1.145 03/04/30 10:15:08 monty@narttu.mysql.fi +2 -1
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  sql/sql_acl.h
    1.16 03/04/30 10:15:08 monty@narttu.mysql.fi +1 -1
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  sql/sql_acl.cc
    1.92.1.3 03/04/30 10:15:08 monty@narttu.mysql.fi +5 -2
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

  myisam/mi_rkey.c
    1.13 03/04/30 10:15:08 monty@narttu.mysql.fi +6 -3
    Fix reference to not initialized memory

  libmysqld/lib_sql.cc
    1.39 03/04/30 10:15:08 monty@narttu.mysql.fi +1 -1
    Changed handing of priv_host to fix bug in FLUSH PRIVILEGES

ChangeSet
  1.676.1.690 03/04/29 18:24:33 Sinisa@sinisa.nasamreza.org +1 -0
  Porting back security fix from 4.0.
  
  All tests plus grant.pl test passed.

  sql/sql_base.cc
    1.74.1.31 03/04/29 18:24:30 Sinisa@sinisa.nasamreza.org +3 -2
    Porting back security fix from 4.0.
    
    All tests plus grant.pl test passed.

ChangeSet
  1.1424.31.1 03/04/29 15:11:45 serg@serg.mylan +1 -0
  followup to CURRENT_USER() fix

  libmysqld/lib_sql.cc
    1.38 03/04/29 15:11:43 serg@serg.mylan +2 -1
    followup to CURRENT_USER() fix

ChangeSet
  1.1452 03/04/29 14:35:10 Sinisa@sinisa.nasamreza.org +13 -0
  merge fix

  sql/sql_yacc.yy
    1.205 03/04/29 14:35:07 Sinisa@sinisa.nasamreza.org +0 -0
    merge fix

  sql/sql_base.cc
    1.157 03/04/29 14:35:07 Sinisa@sinisa.nasamreza.org +0 -2
    merge fix

  sql/sql_table.cc
    1.155 03/04/29 14:21:27 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/sql_select.cc
    1.232 03/04/29 14:21:27 Sinisa@sinisa.nasamreza.org +0 -10
    Auto merged

  sql/sql_parse.cc
    1.308 03/04/29 14:21:27 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/sql_db.cc
    1.59 03/04/29 14:21:27 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/sql_acl.cc
    1.95 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/item_strfunc.cc
    1.58 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/item.cc
    1.30 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/ha_innodb.cc
    1.167 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/t/innodb.test
    1.42 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/r/join_outer.result
    1.15 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/r/innodb.result
    1.64 03/04/29 14:21:26 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1451 03/04/29 14:13:22 Sinisa@sinisa.nasamreza.org +3 -0
  code cleanup

  sql/sql_base.cc
    1.155.1.1 03/04/29 14:13:15 Sinisa@sinisa.nasamreza.org +2 -1
    committing a fix in order to pull new stuff

  mysql-test/t/innodb.test
    1.41 03/04/29 14:13:15 Sinisa@sinisa.nasamreza.org +1 -1
    fixing test

  mysql-test/r/innodb.result
    1.63 03/04/29 14:13:15 Sinisa@sinisa.nasamreza.org +1 -0
    fixing result

ChangeSet
  1.1424.1.69 03/04/29 09:52:14 lenz@mysql.com +2 -0
   - minor fixups (no more warnings)
   - the preferred mailing list is internals@ not dev-public@
     (this is a public document)
   - Rather use the 4.1 tree for new development (4.0 is frozen)

  BitKeeper/etc/ignore
    1.147 03/04/29 09:52:11 lenz@mysql.com +4 -0
    Added Docs/internals.html Docs/internals.pdf Docs/internals.txt Docs/internals_toc.html to the ignore list

  Docs/internals.texi
    1.38 03/04/29 09:50:26 lenz@mysql.com +6 -6
     - minor fixups (no more warnings)
     - the preferred mailing list is internals@ not dev-public@
       (this is a public document)
     - Rather use the 4.1 tree for new development (4.0 is frozen)

ChangeSet
  1.1424.1.68 03/04/28 18:52:04 peterg@mysql.com +1 -0
  Update PeterG's internals documentation per comments from 
  Monty; minor changes only.

  Docs/internals.texi
    1.37 03/04/28 18:52:03 peterg@mysql.com +6 -6
    Update PeterG's internals documentation per comments from 
    Monty; minor changes only.

ChangeSet
  1.1424.1.67 03/04/28 18:21:06 peterg@mysql.com +1 -0
  Updated PeterG's internals documentation per comments from 
  Monty; clarified differences between the MySQL library 
  directories.

  Docs/internals.texi
    1.36 03/04/28 18:21:04 peterg@mysql.com +28 -26
    Updated PeterG's internals documentation per comments from 
    Monty; clarified differences between the MySQL library 
    directories.

ChangeSet
  1.1424.1.66 03/04/28 17:20:26 peterg@mysql.com +1 -0
  Updated PeterG's internals documentation per comments 
  from Monty; minor changes only.

  Docs/internals.texi
    1.35 03/04/28 17:20:25 peterg@mysql.com +1 -5
    Updated PeterG's internals documentation per comments 
    from Monty; minor changes only.

ChangeSet
  1.1424.1.65 03/04/28 17:13:48 peterg@mysql.com +1 -0
  Updated PeterG's internals documentation per comments from 
  Monty; new description of /man subdirectory

  Docs/internals.texi
    1.34 03/04/28 17:13:46 peterg@mysql.com +7 -5
    Updated PeterG's internals documentation per comments from 
    Monty; new description of /man subdirectory

ChangeSet
  1.1424.1.64 03/04/28 17:01:19 peterg@mysql.com +1 -0
  Updated PeterG's internals documentation per comments from 
  Monty; one minor change, plus addition of how HEAP works.

  Docs/internals.texi
    1.33 03/04/28 17:01:17 peterg@mysql.com +6 -2
    Updated PeterG's internals documentation per comments from 
    Monty; one minor change, plus addition of how HEAP works.

ChangeSet
  1.1424.30.1 03/04/28 16:40:33 peterg@mysql.com +1 -0
  Updated PeterG's internals documentation per comments from 
  Monty; added additional description of MySQL's three types 
  of record formats.

  Docs/internals.texi
    1.32 03/04/28 16:40:31 peterg@mysql.com +69 -4
    Updated PeterG's internals documentation per comments from 
    Monty; added additional description of MySQL's three types
    of record formats.

ChangeSet
  1.1424.29.1 03/04/29 00:15:18 serg@serg.mylan +7 -0
  CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  BitKeeper/etc/logging_ok
    1.270 03/04/29 00:15:18 serg@serg.mylan +1 -0
    Logging to logging@openlogging.org accepted

  sql/sql_parse.cc
    1.306.1.3 03/04/29 00:15:09 serg@serg.mylan +5 -4
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  sql/sql_db.cc
    1.56.1.1 03/04/29 00:15:09 serg@serg.mylan +2 -2
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  sql/sql_class.h
    1.144 03/04/29 00:15:09 serg@serg.mylan +2 -3
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  sql/sql_acl.h
    1.15 03/04/29 00:15:09 serg@serg.mylan +2 -1
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  sql/sql_acl.cc
    1.92.1.2 03/04/29 00:15:09 serg@serg.mylan +10 -8
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

  sql/item_create.cc
    1.28 03/04/29 00:15:09 serg@serg.mylan +1 -1
    CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)

ChangeSet
  1.1424.28.1 03/04/29 00:14:17 monty@mashka.mysql.fi +2 -0
  Added missing dependency to VC++ project file

  VC++Files/mysql.dsw
    1.7 03/04/29 00:14:15 monty@mashka.mysql.fi +3 -0
    Added missing dependency

  Docs/internals.texi
    1.31 03/04/29 00:14:15 monty@mashka.mysql.fi +219 -187
    Moved code guidelines first
    Fixed texinfo nodes & menus

ChangeSet
  1.676.1.688 03/04/28 20:09:38 serg@serg.mylan +2 -0
  Merge bk-internal:/home/bk/mysql-3.23/
  into serg.mylan:/usr/home/serg/Abk/mysql

  BitKeeper/etc/logging_ok
    1.153.1.91 03/04/28 20:09:36 serg@serg.mylan +1 -0
    Logging to logging@openlogging.org accepted

  client/mysqldump.c
    1.37.1.16 03/04/28 20:09:04 serg@serg.mylan +0 -0
    Auto merged

ChangeSet
  1.1424.27.1 03/04/28 18:35:15 lenz@mysql.com +1 -0
   - removed Benchmark results from source distribution (they are not
     up-to-date anyway)

  sql-bench/Makefile.am
    1.19 03/04/28 18:35:12 lenz@mysql.com +0 -7
     - removed Benchmark results from source distribution (they are not
       up-to-date anyway)

ChangeSet
  1.1424.26.1 03/04/28 19:05:57 monty@mashka.mysql.fi +6 -0
  Fix to remove compiler warnings

  vio/viossl.c
    1.19 03/04/28 19:05:55 monty@mashka.mysql.fi +9 -3
    Fix to remove compiler warning

  myisammrg/myrg_extra.c
    1.12 03/04/28 19:05:55 monty@mashka.mysql.fi +1 -1
    Fix to remove compiler warning

  myisam/sort.c
    1.28 03/04/28 19:05:55 monty@mashka.mysql.fi +2 -0
    Fix to remove compiler warning

  libmysqld/libmysqld.c
    1.18 03/04/28 19:05:55 monty@mashka.mysql.fi +3 -3
    Fix to remove compiler warning

  include/violite.h
    1.29 03/04/28 19:05:55 monty@mashka.mysql.fi +2 -2
    Fix to remove compiler warning

  include/my_global.h
    1.42 03/04/28 19:05:55 monty@mashka.mysql.fi +1 -1
    Fixed wrong #ifdef

ChangeSet
  1.1424.1.58 03/04/28 16:05:27 lenz@mysql.com +2 -0
   - Removed two EXPLAIN SELECT statements from the InnoDB test suite
    (the results are nondeterministic and provide different output on 32bit
    and 64bit architectures)

  mysql-test/t/innodb.test
    1.37.1.2 03/04/28 16:05:24 lenz@mysql.com +0 -2
     - removed two EXPLAIN SELECT tests because the results are nondeterministic
       (the result was different on 64bit platforms)

  mysql-test/r/innodb.result
    1.59.1.3 03/04/28 16:05:24 lenz@mysql.com +0 -6
     - removed two EXPLAIN SELECT results because the output is nondeterministic
       (the result was different on 64bit platforms)

ChangeSet
  1.1424.1.57 03/04/28 15:59:04 lenz@mysql.com +1 -0
   - Fixed some texi errors in internals.texi (still some more left)

  Docs/internals.texi
    1.30 03/04/28 15:59:01 lenz@mysql.com +25 -19
     - fixed some structural errors

ChangeSet
  1.1424.1.56 03/04/28 12:31:19 monty@mashka.mysql.fi +1 -0
  Better test for regular files.

  mysys/default.c
    1.25 03/04/28 12:31:17 monty@mashka.mysql.fi +7 -2
    Better test for regular files.

ChangeSet
  1.1424.1.55 03/04/28 12:00:04 monty@mashka.mysql.fi +1 -0
  Use my.cnf file from datadir even if datadir is different from the default one.

  support-files/mysql.server.sh
    1.28 03/04/28 12:00:02 monty@mashka.mysql.fi +12 -1
    Use my.cnf file from datadir even if datadir is different from the default one.

ChangeSet
  1.1424.25.1 03/04/28 10:32:56 monty@mashka.mysql.fi +7 -0
  Fix for openssl on Solaris
  Fix for grant bug with SELECT *

  tests/grant.res
    1.10 03/04/28 10:32:53 monty@mashka.mysql.fi +37 -18
    new grant results

  tests/grant.pl
    1.12 03/04/28 10:32:53 monty@mashka.mysql.fi +17 -3
    New grant test for SELECT *

  sql/sql_parse.cc
    1.306.1.2 03/04/28 10:32:53 monty@mashka.mysql.fi +14 -6
    Added comment

  sql/sql_base.cc
    1.156 03/04/28 10:32:53 monty@mashka.mysql.fi +3 -2
    Fix for grant bug with SELECT *

  sql/sql_acl.cc
    1.92.1.1 03/04/28 10:32:53 monty@mashka.mysql.fi +9 -8
    Indentation cleanup

  sql/item_strfunc.cc
    1.56.1.2 03/04/28 10:32:53 monty@mashka.mysql.fi +0 -3
    Fix for openssl on Solaris

  include/my_global.h
    1.41 03/04/28 10:32:53 monty@mashka.mysql.fi +4 -0
    Fix for openssl on Solaris

ChangeSet
  1.1424.1.53 03/04/27 21:16:20 greg@mysql.com +3 -0
  Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
  into mysql.com:/home/greg/bk/mysql-4.0

  sql/slave.cc
    1.220 03/04/27 21:16:19 greg@mysql.com +0 -0
    Auto merged

  sql/mysqld.cc
    1.419 03/04/27 21:16:19 greg@mysql.com +0 -0
    Auto merged

  sql/mini_client.cc
    1.52 03/04/27 21:16:18 greg@mysql.com +0 -0
    Auto merged

ChangeSet
  1.1424.17.14 03/04/27 21:15:52 greg@mysql.com +1 -0
  Change to NetWare platform mods, per Monty

  mysys/my_pthread.c
    1.37 03/04/27 21:15:50 greg@mysql.com +1 -1
    Move #undef directive out of function

ChangeSet
  1.1424.1.52 03/04/27 22:12:38 monty@mashka.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into mashka.mysql.fi:/home/my/mysql-4.0

  sql/ha_innodb.cc
    1.162.1.9 03/04/27 22:12:36 monty@mashka.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1424.1.51 03/04/27 22:12:08 monty@mashka.mysql.fi +25 -0
  Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
  Use 0x.... as strings if 'new' mode. (bug 152)
  Don't report -max on windows when InnoDB is enabled. (bug 332)
  Reset current_linfo;  This could cause a hang when doing PURGE LOGS.
  Fix for row numbers in EXPLAIN (bug 322)
   Fix that USE_FRM works for all table types (bug 97)

  sql/sql_yacc.yy
    1.203.1.2 03/04/27 22:12:05 monty@mashka.mysql.fi +1 -5
    Removed compiler warnings.

  sql/sql_table.cc
    1.152.1.2 03/04/27 22:12:05 monty@mashka.mysql.fi +26 -6
    Fix that USE_FRM works for all table types (without strange errors)

  sql/sql_select.cc
    1.228.1.3 03/04/27 22:12:05 monty@mashka.mysql.fi +3 -0
    Fix for row numbers in EXPLAIN

  sql/sql_repl.cc
    1.93 03/04/27 22:12:05 monty@mashka.mysql.fi +3 -0
    Reset current_linfo;  This could cause a hang when doing PURGE LOGS.

  sql/sql_insert.cc
    1.98 03/04/27 22:12:05 monty@mashka.mysql.fi +1 -1
    Removed debug message

  sql/sql_analyse.cc
    1.19 03/04/27 22:12:05 monty@mashka.mysql.fi +0 -1
    Removed unused variable

  sql/mysqld.cc
    1.417.1.3 03/04/27 22:12:05 monty@mashka.mysql.fi +2 -2
    Don't report -max on windows when InnoDB is enabled.

  sql/item.h
    1.38 03/04/27 22:12:05 monty@mashka.mysql.fi +1 -1
    Use 0x.... as strings if 'new' mode

  sql/item.cc
    1.27.1.2 03/04/27 22:12:05 monty@mashka.mysql.fi +8 -0
    Use 0x.... as strings if 'new' mode

  sql/field.cc
    1.73 03/04/27 22:12:05 monty@mashka.mysql.fi +23 -2
    Fixed problem when comparing a key for a multi-byte-character set.

  mysql-test/t/repair.test
    1.2 03/04/27 22:12:05 monty@mashka.mysql.fi +3 -1
    Test of USE_FRM and HEAP tables

  mysql-test/t/ctype_latin1_de.test
    1.6 03/04/27 22:12:05 monty@mashka.mysql.fi +23 -0
    New test for latin1_de

  mysql-test/t/ctype_latin1_de-master.opt
    1.3 03/04/27 22:12:05 monty@mashka.mysql.fi +2 -1
    --new is needed to get 0x... strings to work properly

  mysql-test/r/rpl_alter.result
    1.4 03/04/27 22:12:05 monty@mashka.mysql.fi +11 -11
    New test results

  mysql-test/r/repair.result
    1.2 03/04/27 22:12:05 monty@mashka.mysql.fi +5 -1
    New test results

  mysql-test/r/join.result
    1.23 03/04/27 22:12:05 monty@mashka.mysql.fi +8 -0
    New test results

  mysql-test/r/ctype_latin1_de.result
    1.7 03/04/27 22:12:05 monty@mashka.mysql.fi +52 -0
    New test results

  myisam/sort.c
    1.27 03/04/27 22:12:05 monty@mashka.mysql.fi +3 -3
    Fixed printf statements

  myisam/myisamdef.h
    1.58 03/04/27 22:12:05 monty@mashka.mysql.fi +3 -1
    Fixed problem when comparing a key for a multi-byte-character set.

  myisam/mi_test2.c
    1.15 03/04/27 22:12:05 monty@mashka.mysql.fi +6 -6
    Fixed printf statements

  myisam/mi_search.c
    1.34 03/04/27 22:12:05 monty@mashka.mysql.fi +31 -0
    Fixed problem when comparing a key for a multi-byte-character set.

  myisam/mi_rkey.c
    1.12 03/04/27 22:12:05 monty@mashka.mysql.fi +23 -10
    Fixed problem when comparing a key for a multi-byte-character set.

  myisam/mi_range.c
    1.7 03/04/27 22:12:05 monty@mashka.mysql.fi +2 -1
    Fixed problem when comparing a key for a multi-byte-character set.

  myisam/mi_key.c
    1.16 03/04/27 22:12:05 monty@mashka.mysql.fi +20 -3
    Fixed problem when comparing a key for a multi-byte-character set.

  VC++Files/libmysql/libmysql.dsp
    1.9 03/04/27 22:12:05 monty@mashka.mysql.fi +15 -7
    Added new source files

ChangeSet
  1.1424.24.4 03/04/27 17:25:39 heikki@hundin.mysql.fi +3 -0
  trx0trx.h, trx0trx.c, ha_innodb.cc:
    Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error

  innobase/include/trx0trx.h
    1.24 03/04/27 17:24:19 heikki@hundin.mysql.fi +0 -4
    Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error

  innobase/trx/trx0trx.c
    1.23 03/04/27 17:24:13 heikki@hundin.mysql.fi +0 -2
    Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error

  sql/ha_innodb.cc
    1.162.2.1 03/04/27 17:23:53 heikki@hundin.mysql.fi +0 -9
    Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error

ChangeSet
  1.1424.24.3 03/04/26 18:58:55 peterg@mysql.com +1 -0
  Update PeterG's internals documentation per comments from 
  Monty; minor changes only.

  Docs/internals.texi
    1.29 03/04/26 18:58:53 peterg@mysql.com +32 -27
    Update PeterG's internals documentation per comments from 
    Monty; minor changes only.

ChangeSet
  1.1424.24.2 03/04/26 16:00:52 peterg@mysql.com +1 -0
  Update PeterG's internals documentation per Monty's comments; 
  minor changes only.

  Docs/internals.texi
    1.28 03/04/26 16:00:50 peterg@mysql.com +347 -537
    Update PeterG's internals documentation per Monty's comments; 
    minor changes only.

ChangeSet
  1.1424.1.50 03/04/26 21:10:13 monty@mashka.mysql.fi +12 -0
  Merge with 3.23:
  Set innobase_flush_log_at_trx_commit to 1 by default
  Fix problem with timestamp on 64 bit systems
  Reserve alarms for up to 10 slave threads

  sql/sql_list.h
    1.13 03/04/26 21:10:11 monty@mashka.mysql.fi +0 -2
    Use local version

  sql/slave.cc
    1.218.1.1 03/04/26 21:10:11 monty@mashka.mysql.fi +0 -2
    Use local version

  sql/mysqld.cc
    1.417.1.2 03/04/26 21:10:11 monty@mashka.mysql.fi +0 -6
    Reserve alarms for up to 10 slave threads

  sql/mini_client.cc
    1.50.1.1 03/04/26 21:10:11 monty@mashka.mysql.fi +0 -5
    Use local version

  sql/log_event.h
    1.77 03/04/26 21:10:11 monty@mashka.mysql.fi +1 -4
    Merge with 3.23; Fix problem with timestamp on 64 bit systems

  sql/ha_innodb.cc
    1.162.1.8 03/04/26 21:10:11 monty@mashka.mysql.fi +1 -2
    Merge with 3.23;  Set innobase_flush_log_at_trx_commit to 1 by default

  mysql-test/t/join.test
    1.18 03/04/26 21:10:11 monty@mashka.mysql.fi +14 -14
    Merge with 3.23

  mysql-test/r/join.result
    1.22 03/04/26 21:10:11 monty@mashka.mysql.fi +0 -0
    Merge with 3.23

  sql/log_event.cc
    1.107 03/04/26 20:59:13 monty@mashka.mysql.fi +0 -0
    Auto merged

  mysys/charset.c
    1.33 03/04/26 20:59:13 monty@mashka.mysql.fi +0 -0
    Auto merged

  mysql-test/t/rpl_alter.test
    1.3 03/04/26 20:59:13 monty@mashka.mysql.fi +0 -0
    Auto merged

  sql/ha_innodb.cc
    1.45.24.2 03/04/26 20:59:12 monty@mashka.mysql.fi +0 -0
    Merge rename: sql/ha_innobase.cc -> sql/ha_innodb.cc

  BitKeeper/etc/logging_ok
    1.269 03/04/26 20:58:38 monty@mashka.mysql.fi +0 -1
    auto-union

ChangeSet
  1.1424.24.1 03/04/26 20:57:13 heikki@hundin.mysql.fi +1 -0
  srv0start.c:
    fflush stderr after startup

  innobase/srv/srv0start.c
    1.40 03/04/26 20:57:05 heikki@hundin.mysql.fi +3 -1
    fflush stderr after startup

ChangeSet
  1.1424.1.49 03/04/26 20:43:28 monty@mashka.mysql.fi +17 -0
  Fix for -fbranch-probabilites (bug 268)
  Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
  Fix for new bison 1.875
  max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
  Don't show port in SHOW PROCESSLIST for system threads
  Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
  Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
  using many joined tables (Bug 212)

  mysql-test/t/ctype_ujis.test
    1.1 03/04/26 20:43:26 monty@mashka.mysql.fi +13 -0

  mysql-test/t/ctype_ujis-master.opt
    1.1 03/04/26 20:43:26 monty@mashka.mysql.fi +1 -0

  mysql-test/t/ctype_ujis.test
    1.0 03/04/26 20:43:26 monty@mashka.mysql.fi +0 -0
    BitKeeper file /home/my/mysql-4.0/mysql-test/t/ctype_ujis.test

  mysql-test/t/ctype_ujis-master.opt
    1.0 03/04/26 20:43:26 monty@mashka.mysql.fi +0 -0
    BitKeeper file /home/my/mysql-4.0/mysql-test/t/ctype_ujis-master.opt

  mysql-test/r/ctype_ujis.result
    1.1 03/04/26 20:43:25 monty@mashka.mysql.fi +8 -0

  sql/sql_yacc.yy
    1.203.1.1 03/04/26 20:43:25 monty@mashka.mysql.fi +14 -12
    Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
    using many joined tables.

  sql/sql_select.cc
    1.228.1.2 03/04/26 20:43:25 monty@mashka.mysql.fi +10 -0
    Fix problem with ORDER BY being discarded and results returned un-sorted

  sql/sql_parse.cc
    1.306.1.1 03/04/26 20:43:25 monty@mashka.mysql.fi +20 -3
    Added comment

  sql/sql_insert.cc
    1.97 03/04/26 20:43:25 monty@mashka.mysql.fi +4 -1
    max_insert_delayed_threads now works as documented.
    delayed_insert_timeout now works on Linux

  sql/sql_class.cc
    1.103 03/04/26 20:43:25 monty@mashka.mysql.fi +1 -0
    Don't show port in SHOW PROCESSLIST for system threads

  sql/mysqld.cc
    1.417.1.1 03/04/26 20:43:25 monty@mashka.mysql.fi +2 -2
    Fix for new bison 1.875 (Wrong error text message when one got syntax error)

  sql/item_strfunc.cc
    1.56.1.1 03/04/26 20:43:25 monty@mashka.mysql.fi +2 -2
    Fix for LEFT/RIGHT/MID with multi-byte-character sets

  mysql-test/t/join.test
    1.17 03/04/26 20:43:25 monty@mashka.mysql.fi +32 -0
    Update results after change to NATURAL/LEFT/RIGHT JOIN

  mysql-test/r/select.result
    1.26 03/04/26 20:43:25 monty@mashka.mysql.fi +2 -14
    Update results after change to NATURAL/LEFT/RIGHT JOIN

  mysql-test/r/join_outer.result
    1.12.1.2 03/04/26 20:43:25 monty@mashka.mysql.fi +1 -6
    Update results after change to NATURAL/LEFT/RIGHT JOIN

  mysql-test/r/join.result
    1.21 03/04/26 20:43:25 monty@mashka.mysql.fi +87 -0
    Update results after change to NATURAL/LEFT/RIGHT JOIN

  mysql-test/r/ctype_ujis.result
    1.0 03/04/26 20:43:25 monty@mashka.mysql.fi +0 -0
    BitKeeper file /home/my/mysql-4.0/mysql-test/r/ctype_ujis.result

  myisam/mi_open.c
    1.60 03/04/26 20:43:25 monty@mashka.mysql.fi +5 -2
    Give error instead of writing to stderr (Which user can't see)

  configure.in
    1.270 03/04/26 20:43:25 monty@mashka.mysql.fi +3 -3
    Fix for -fbranch-probabilites

  acinclude.m4
    1.81 03/04/26 20:43:25 monty@mashka.mysql.fi +1 -1
    Fix for -fbranch-probabilites

ChangeSet
  1.676.296.1 03/04/26 17:57:19 monty@mashka.mysql.fi +2 -0
  Fix possible memory overrun when reading broken character set files

  sql/mysqld.cc
    1.162.1.112 03/04/26 17:57:17 monty@mashka.mysql.fi +1 -1
    Safety fix.

  mysys/charset.c
    1.24.1.2 03/04/26 17:57:16 monty@mashka.mysql.fi +1 -1
    Fix possible memory overrun when reading broken character set files

ChangeSet
  1.1450 03/04/26 16:44:42 Sinisa@sinisa.nasamreza.org +36 -0
  merge fix

  strings/ctype-tis620.c
    1.21 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +1 -0
    merge fix

  sql/sql_update.cc
    1.83 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +1 -2
    merge fix

  sql/share/swedish/errmsg.txt
    1.56 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +0 -1
    merge fix

  sql/share/japanese/errmsg.txt
    1.54 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +0 -1
    merge fix

  sql/share/english/errmsg.txt
    1.65 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +0 -1
    merge fix

  mysql-test/t/innodb.test
    1.40 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +14 -13
    merge fix

  mysql-test/r/select_safe.result
    1.6 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +0 -1
    merge fix

  mysql-test/r/innodb.result
    1.62 03/04/26 16:44:39 Sinisa@sinisa.nasamreza.org +18 -19
    merge fix

  sql/sql_table.cc
    1.154 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/share/ukrainian/errmsg.txt
    1.20 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/spanish/errmsg.txt
    1.56 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/slovak/errmsg.txt
    1.55 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/russian/errmsg.txt
    1.55 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/romanian/errmsg.txt
    1.53 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/portuguese/errmsg.txt
    1.57 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/norwegian/errmsg.txt
    1.54 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/norwegian-ny/errmsg.txt
    1.54 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/korean/errmsg.txt
    1.54 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/italian/errmsg.txt
    1.62 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/hungarian/errmsg.txt
    1.56 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/greek/errmsg.txt
    1.55 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/german/errmsg.txt
    1.56 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/french/errmsg.txt
    1.55 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/estonian/errmsg.txt
    1.56 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/dutch/errmsg.txt
    1.61 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/danish/errmsg.txt
    1.54 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/share/czech/errmsg.txt
    1.55 03/04/26 16:05:07 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/sql_select.cc
    1.231 03/04/26 16:05:06 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  sql/set_var.cc
    1.26 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

  sql/ha_innodb.cc
    1.166 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/t/multi_update.test
    1.22 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/t/join_outer.test
    1.9 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/t/alter_table.test
    1.14 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/r/multi_update.result
    1.20 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/r/join_outer.result
    1.14 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

  mysql-test/r/alter_table.result
    1.12 03/04/26 16:05:05 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1449 03/04/26 16:03:33 Sinisa@sinisa.nasamreza.org +1 -0
  code clean-up

  strings/ctype-tis620.c
    1.20 03/04/26 16:03:29 Sinisa@sinisa.nasamreza.org +0 -2
    making final code clean-up

ChangeSet
  1.1424.23.1 03/04/26 15:53:27 bell@laptop.sanja.is.com.ua +2 -0
  fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)

  BitKeeper/etc/logging_ok
    1.268 03/04/26 15:53:23 bell@laptop.sanja.is.com.ua +1 -0
    Logging to logging@openlogging.org accepted

  sql/sql_insert.cc
    1.96 03/04/26 15:53:08 bell@laptop.sanja.is.com.ua +1 -1
    fixed incorrect number of affected rows in REPLACE...SELECT...

ChangeSet
  1.1424.1.47 03/04/26 14:54:53 igor@hundin.mysql.fi +3 -0
  filesort.cc, order_by.result:
     Fixed bug 263
  order_by.test:
    Fixed bug 263

  sql/filesort.cc
    1.55 03/04/26 14:53:39 igor@hundin.mysql.fi +7 -4
     Fixed bug 263

  mysql-test/r/order_by.result
    1.17 03/04/26 14:53:02 igor@hundin.mysql.fi +25 -0
     Fixed bug 263

  mysql-test/t/order_by.test
    1.12 03/04/26 14:52:14 igor@hundin.mysql.fi +14 -0
    Fixed bug 263

ChangeSet
  1.1424.21.3 03/04/25 21:58:25 lenz@mysql.com +1 -0
   - Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
     (General code cleanup, use the GRANT statement instead of updating
     the privilege tables directly, added option to revoke privileges)

  scripts/mysql_setpermission.sh
    1.4 03/04/25 21:58:23 lenz@mysql.com +112 -121
     - Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
       (General code cleanup, use the GRANT statement instead of updating
       the privilege tables directly, added option to revoke privileges)

ChangeSet
  1.1424.1.45 03/04/25 21:12:44 heikki@hundin.mysql.fi +1 -0
  ut0dbg.h:
    Print the failing assertion if it fails; helps to analyze bug reports

  innobase/include/ut0dbg.h
    1.9 03/04/25 21:12:15 heikki@hundin.mysql.fi +3 -2
    Print the failing assertion if it fails; helps to analyze bug reports

ChangeSet
  1.1424.1.44 03/04/25 21:28:11 hf@deer.mysql.r18.ru +1 -0
  Trimming code with Monty's suggestions

  strings/ctype-tis620.c
    1.18.1.2 03/04/25 21:28:06 hf@deer.mysql.r18.ru +82 -90
    thai2sortable code optimized
    all the file formatted with company standards

ChangeSet
  1.1424.20.2 03/04/25 14:42:01 lenz@mysql.com +2 -0
   - Updated innodb test results on Heikki's request (InnoDB now supports
     ANALYZE TABLE)

  mysql-test/r/innodb.result
    1.59.1.2 03/04/25 14:41:59 lenz@mysql.com +3 -3
     - Updated innodb test results on Heikki's request (InnoDB now supports
       ANALYZE TABLE)

  BitKeeper/etc/ignore
    1.146 03/04/25 14:41:59 lenz@mysql.com +1 -0
    Added support-files/MacOSX/ReadMe.txt to the ignore list

ChangeSet
  1.1424.21.1 03/04/25 16:27:16 bar@bar.mysql.r18.ru +1 -0
  ctype-tis620.c:
    Don't allow access outside the string

  strings/ctype-tis620.c
    1.18.1.1 03/04/25 16:26:22 bar@bar.mysql.r18.ru +1 -1
    Don't allow access outside the string

ChangeSet
  1.1424.20.1 03/04/25 13:02:44 lenz@mysql.com +3 -0
   - support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
     instead of being an individual file to avoid redundancy

  support-files/MacOSX/Makefile.am
    1.3 03/04/25 13:02:42 lenz@mysql.com +2 -1
     - Added MacOS X ReadMe.txt to CLEANFILES now that it's being autogenerated

  Docs/Makefile.am
    1.37 03/04/25 13:02:42 lenz@mysql.com +4 -1
     - Generate the MacOS ReadMe.txt from the manual

  BitKeeper/deleted/.del-ReadMe.txt~bd880aa05a0baccd
    1.4 03/04/25 12:13:38 lenz@mysql.com +92 -77
    Delete: support-files/MacOSX/ReadMe.txt

ChangeSet
  1.1424.17.13 03/04/24 20:48:54 greg@mysql.com +7 -0
  Changes from Novell for NetWare platform

  sql/sql_load.cc
    1.46 03/04/24 20:48:52 greg@mysql.com +1 -1
    Stat properites should not be checked here on NetWare.

  sql/slave.cc
    1.219 03/04/24 20:48:52 greg@mysql.com +0 -4
    Consolidated NetWare pthread_exit() changes.

  sql/mysqld.cc
    1.418 03/04/24 20:48:52 greg@mysql.com +3 -5
    Consolidated NetWare pthread_exit() changes.

  sql/mini_client.cc
    1.51 03/04/24 20:48:52 greg@mysql.com +1 -1
    Modified to match my_connect().

  mysys/my_pthread.c
    1.36 03/04/24 20:48:52 greg@mysql.com +23 -0
    Consolidated NetWare pthread_exit() changes.

  mysys/mf_path.c
    1.9 03/04/24 20:48:52 greg@mysql.com +3 -0
    NetWare needs a semicolon path delimiter.

  include/my_pthread.h
    1.62 03/04/24 20:48:52 greg@mysql.com +5 -0
    Consolidated NetWare pthread_exit() changes.

ChangeSet
  1.1424.17.12 03/04/24 18:15:52 greg@mysql.com +14 -0
  Minor changes in netware directory (From Rob Lyon - Novell)

  netware/BUILD/crontab
    1.1 03/04/24 18:15:51 greg@mysql.com +4 -0

  netware/BUILD/crontab
    1.0 03/04/24 18:15:51 greg@mysql.com +0 -0
    BitKeeper file /home/greg/bk/mysql-4.0/netware/BUILD/crontab

  netware/BUILD/cron-build
    1.1 03/04/24 18:15:50 greg@mysql.com +46 -0

  netware/BUILD/nwbootstrap
    1.4 03/04/24 18:15:50 greg@mysql.com +10 -2
    Add target path suffix

  netware/BUILD/mwldnlm
    1.3 03/04/24 18:15:50 greg@mysql.com +3 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/mwccnlm
    1.3 03/04/24 18:15:50 greg@mysql.com +3 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/mwasmnlm
    1.3 03/04/24 18:15:50 greg@mysql.com +3 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/cron-build
    1.0 03/04/24 18:15:50 greg@mysql.com +0 -0
    BitKeeper file /home/greg/bk/mysql-4.0/netware/BUILD/cron-build

  netware/BUILD/compile-netware-standard
    1.3 03/04/24 18:15:50 greg@mysql.com +7 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-netware-debug
    1.3 03/04/24 18:15:50 greg@mysql.com +6 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-netware-all
    1.3 03/04/24 18:15:50 greg@mysql.com +6 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-netware-START
    1.3 03/04/24 18:15:50 greg@mysql.com +4 -1
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-netware-END
    1.3 03/04/24 18:15:50 greg@mysql.com +6 -0
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-linux-tools
    1.3 03/04/24 18:15:50 greg@mysql.com +4 -1
    Turned on error checking in all NetWare build scripts.

  netware/BUILD/compile-AUTOTOOLS
    1.3 03/04/24 18:15:50 greg@mysql.com +6 -0
    Turned on error checking in all NetWare build scripts.

ChangeSet
  1.1424.17.11 03/04/24 23:24:11 heikki@hundin.mysql.fi +1 -0
  ha_innodb.cc:
    When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0

  sql/ha_innodb.cc
    1.162.1.7 03/04/24 23:23:57 heikki@hundin.mysql.fi +1 -0
    When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0

ChangeSet
  1.1424.17.10 03/04/24 23:03:00 heikki@hundin.mysql.fi +1 -0
  srv0srv.c:
    Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown

  innobase/srv/srv0srv.c
    1.41 03/04/24 23:02:52 heikki@hundin.mysql.fi +5 -5
    Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown

ChangeSet
  1.1424.17.9 03/04/24 21:51:00 heikki@hundin.mysql.fi +1 -0
  srv0srv.c:
    Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient

  innobase/srv/srv0srv.c
    1.40 03/04/24 21:50:40 heikki@hundin.mysql.fi +10 -6
    Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient

ChangeSet
  1.1424.17.8 03/04/24 15:34:43 heikki@hundin.mysql.fi +2 -0
  ha_innodb.h, ha_innodb.cc:
    Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table

  sql/ha_innodb.h
    1.54 03/04/24 15:34:32 heikki@hundin.mysql.fi +1 -0
    Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table

  sql/ha_innodb.cc
    1.162.1.6 03/04/24 15:34:29 heikki@hundin.mysql.fi +17 -0
    Make ANALYZE TABLE to update index cardinality and other statistics also for an InnoDB table; note that the estimates are based on 10 random dives, not on an exhaustive read of the table

ChangeSet
  1.1424.17.7 03/04/24 09:18:53 monty@narttu.mysql.fi +24 -0
  Fixed bug in SET SQL_BIG_SELECTS

  sql/share/ukrainian/errmsg.txt
    1.18.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/swedish/errmsg.txt
    1.54.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/spanish/errmsg.txt
    1.54.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/slovak/errmsg.txt
    1.53.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/russian/errmsg.txt
    1.53.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/romanian/errmsg.txt
    1.51.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/portuguese/errmsg.txt
    1.55.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/norwegian/errmsg.txt
    1.52.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/norwegian-ny/errmsg.txt
    1.52.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/korean/errmsg.txt
    1.52.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/japanese/errmsg.txt
    1.52.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/italian/errmsg.txt
    1.60.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/hungarian/errmsg.txt
    1.54.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/greek/errmsg.txt
    1.53.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/german/errmsg.txt
    1.54.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/french/errmsg.txt
    1.53.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/estonian/errmsg.txt
    1.54.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/english/errmsg.txt
    1.63.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/dutch/errmsg.txt
    1.59.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/danish/errmsg.txt
    1.52.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/share/czech/errmsg.txt
    1.53.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Updated error messages

  sql/set_var.cc
    1.24.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +1 -1
    Fixed bug in SQL_BIG_SELECTS

  mysql-test/t/select_safe.test
    1.4 03/04/24 09:18:51 monty@narttu.mysql.fi +29 -7
    Added test for SQL_BIG_SELECTS

  mysql-test/r/select_safe.result
    1.4.1.1 03/04/24 09:18:51 monty@narttu.mysql.fi +26 -2
    Updated results

ChangeSet
  1.1424.17.6 03/04/24 02:23:25 monty@narttu.mysql.fi +2 -0
  Changed test slightly to make it repeatable
  (There was a problem on some AMD system when the floating point precision wasn't accurate enough)

  mysql-test/t/group_by.test
    1.22 03/04/24 02:23:24 monty@narttu.mysql.fi +2 -0
    Changed test slightly to make it repeatable

  mysql-test/r/group_by.result
    1.31 03/04/24 02:23:24 monty@narttu.mysql.fi +4 -2
    new test result

ChangeSet
  1.1424.17.5 03/04/24 00:36:48 monty@narttu.mysql.fi +6 -0
  merge

  support-files/my-large.cnf.sh
    1.18 03/04/24 00:36:47 monty@narttu.mysql.fi +1 -1
    Added query_cache_size

  support-files/my-huge.cnf.sh
    1.19 03/04/24 00:36:47 monty@narttu.mysql.fi +1 -1
    Added query_cache_size

  sql/sql_list.h
    1.12 03/04/24 00:09:42 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/mysqld.cc
    1.417 03/04/24 00:09:42 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/ha_innodb.h
    1.53 03/04/24 00:09:42 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/ha_innodb.cc
    1.162.1.5 03/04/24 00:09:42 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.676.295.2 03/04/24 00:09:19 monty@narttu.mysql.fi +1 -0
  Put changeset number in emails

  BitKeeper/triggers/post-commit
    1.8.1.6 03/04/24 00:09:19 monty@narttu.mysql.fi +5 -3
    Put changeset number in emails

ChangeSet
  1.1424.19.1 03/04/23 13:20:23 peterg@mysql.com +1 -0
  Minor changes to PeterG's internals documentation per comments 
  from Monty.

  Docs/internals.texi
    1.27 03/04/23 13:20:21 peterg@mysql.com +131 -183
    Minor changes to PeterG's internals documentation per comments 
    from Monty.

ChangeSet
  1.1424.18.1 03/04/23 21:52:16 monty@narttu.mysql.fi +50 -0
  Fixes for valgrind
  Added optimzation for clustered index
  Fixed bug in UPDATE ... ORDER BY
  Fixed handling of UPDATE ... LIMIT

  support-files/my-large.cnf.sh
    1.16.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -0
    Added default size for query cache

  support-files/my-huge.cnf.sh
    1.17.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -0
    Added default size for query cache

  sql/sql_update.cc
    1.79.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +82 -63
    Fixed bug in UPDATE ... ORDER BY
    Fixed handling of UPDATE ... LIMIT

  sql/sql_union.cc
    1.41 03/04/23 21:52:14 monty@narttu.mysql.fi +2 -1
    Removed some usage of current_thd

  sql/sql_select.h
    1.27 03/04/23 21:52:14 monty@narttu.mysql.fi +2 -2
    Removed some usage of current_thd

  sql/sql_select.cc
    1.228.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +14 -10
    Removed some usage of current_thd

  sql/sql_list.h
    1.10.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Fixed comment

  sql/records.cc
    1.20 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Fixed comment

  sql/opt_range.cc
    1.78 03/04/23 21:52:14 monty@narttu.mysql.fi +8 -4
    Added optimzation for clustered index

  sql/mysqld.cc
    1.415.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Fix bug when compiling for purify/valgrind

  sql/item_sum.cc
    1.32 03/04/23 21:52:14 monty@narttu.mysql.fi +3 -2
    Removed some usage of current_thd

  sql/handler.h
    1.83 03/04/23 21:52:14 monty@narttu.mysql.fi +2 -1
    Added optimzation for clustered index

  sql/ha_innodb.h
    1.51.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -0
    Added optimzation for clustered index

  sql/ha_innodb.cc
    1.161.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +25 -4
    Added optimzation for clustered index

  sql/ha_heap.h
    1.20 03/04/23 21:52:14 monty@narttu.mysql.fi +3 -2
    Added optimzation for clustered index

  sql/field.cc
    1.72 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Simple optimization

  mysql-test/t/update.test
    1.8 03/04/23 21:52:14 monty@narttu.mysql.fi +9 -5
    Better test for UPDATE ... ORDER BY

  mysql-test/t/multi_update.test
    1.20.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Slight change of test to catch more bugs

  mysql-test/t/join_outer.test
    1.7.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Changed test to be repeatable

  mysql-test/t/innodb.test
    1.37.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +53 -0
    Added test for UPDATE ... ORDER BY

  mysql-test/t/group_by.test
    1.21 03/04/23 21:52:14 monty@narttu.mysql.fi +3 -13
    Added extra explain to 'suspicious' test.

  mysql-test/r/update.result
    1.10 03/04/23 21:52:14 monty@narttu.mysql.fi +33 -7
    New test results

  mysql-test/r/null_key.result
    1.16 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    New test results

  mysql-test/r/multi_update.result
    1.18.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +10 -10
    New test results

  mysql-test/r/join_outer.result
    1.12.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +2 -2
    New test results

  mysql-test/r/innodb.result
    1.59.1.1 03/04/23 21:52:14 monty@narttu.mysql.fi +71 -0
    New test results

  mysql-test/r/group_by.result
    1.30 03/04/23 21:52:14 monty@narttu.mysql.fi +19 -23
    New test results

  myisam/mi_info.c
    1.12 03/04/23 21:52:14 monty@narttu.mysql.fi +1 -1
    Updated comment

  include/my_global.h
    1.40 03/04/23 21:52:14 monty@narttu.mysql.fi +6 -0
    Fix for purify/valgrind

ChangeSet
  1.1424.1.40 03/04/23 22:46:47 serg@sergbook.mysql.com +1 -0
  do not execute \* commands inside `identifiers`

  client/mysql.cc
    1.135 03/04/23 22:46:45 serg@sergbook.mysql.com +1 -1
    do not execute \* commands inside `identifiers`

ChangeSet
  1.1448 03/04/23 21:44:24 Sinisa@sinisa.nasamreza.org +1 -0
  improved bug fix

  sql/sql_select.cc
    1.230 03/04/23 21:44:20 Sinisa@sinisa.nasamreza.org +10 -2
    somewhat improved bug fix

ChangeSet
  1.1424.17.3 03/04/23 13:27:39 mmatthew@markslaptop. +2 -0
  config-win.h:
    Enable 'LOAD LOCAL INFILE', for parity with unix binaries.

  BitKeeper/etc/logging_ok
    1.267 03/04/23 13:26:50 mmatthew@markslaptop. +1 -0
    Logging to logging@openlogging.org accepted

ChangeSet
  1.1424.17.2 03/04/23 11:43:30 peterg@mysql.com +2 -0
  Modify PeterG's internals documentation per Monty. Added 
  more detailed explanation of record header and column 
  storage.

  BitKeeper/etc/logging_ok
    1.266 03/04/23 11:43:30 peterg@mysql.com +1 -0
    Logging to logging@openlogging.org accepted

  Docs/internals.texi
    1.26 03/04/23 11:43:16 peterg@mysql.com +7 -1
    Modify PeterG's internals documentation per Monty. Added 
    more detailed explanation of record header and column 
    storage.

  include/config-win.h
    1.26 03/04/23 13:19:48 mmatthew@markslaptop. +3 -0
    Enable 'LOAD LOCAL INFILE', for parity with unix binaries.

ChangeSet
  1.1447 03/04/23 20:42:07 Sinisa@sinisa.nasamreza.org +1 -0
  properly back quoting db.table names in SHOW GRANTS

  sql/sql_acl.cc
    1.94 03/04/23 20:41:58 Sinisa@sinisa.nasamreza.org +3 -3
    properly back quoting db.table names in SHOW GRANTS

ChangeSet
  1.1424.17.1 03/04/23 18:00:07 gluh@gluh.mysql.r18.ru +3 -0
  Task 761:'mysqlbinlog should not die when reading
  unknown event'

  sql/log_event.h
    1.76 03/04/23 17:59:55 gluh@gluh.mysql.r18.ru +18 -4
    Task 761:'mysqlbinlog should not die when reading
    unknown event'
    The 'Unknown_log_event' class has been added.

  sql/log_event.cc
    1.106 03/04/23 17:59:55 gluh@gluh.mysql.r18.ru +21 -1
    Task 761:'mysqlbinlog should not die when reading
    unknown event'
    The'Unknown_log_event' class has been added

  client/mysqlbinlog.cc
    1.73 03/04/23 17:59:55 gluh@gluh.mysql.r18.ru +4 -0
    Task 761:'mysqlbinlog should not die when reading
    unknown event'
    The 'force-read' option has been added.

ChangeSet
  1.1446 03/04/23 15:27:11 Sinisa@sinisa.nasamreza.org +1 -0
  removing back tick support from the server in change_db()

  sql/sql_db.cc
    1.58 03/04/23 15:27:08 Sinisa@sinisa.nasamreza.org +0 -7
    removing back tick support from the server in change_db()

ChangeSet
  1.1424.12.5 03/04/23 15:44:39 serg@sergbook.mysql.com +3 -0
  bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore

  sql/sql_table.cc
    1.152.1.1 03/04/23 15:44:37 serg@sergbook.mysql.com +12 -9
    bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore

  mysql-test/t/fulltext.test
    1.35 03/04/23 15:44:37 serg@sergbook.mysql.com +13 -0
    bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore

  mysql-test/r/fulltext.result
    1.36 03/04/23 15:44:37 serg@sergbook.mysql.com +11 -0
    bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore

ChangeSet
  1.1424.12.4 03/04/23 15:37:11 serg@sergbook.mysql.com +1 -0
  correct test result

  mysql-test/r/alter_table.result
    1.10.1.2 03/04/23 15:37:10 serg@sergbook.mysql.com +3 -3
    correct test result

ChangeSet
  1.1424.1.38 03/04/23 12:44:00 lenz@mysql.com +1 -0
   - added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201) - thanks to
     Christian Hammers for providing this patch

  include/Makefile.am
    1.39 03/04/23 12:43:54 lenz@mysql.com +1 -1
     - added $(SUPERCLEANFILES) to DISTCLEANFILES (bug #201) - thanks to
       Christian Hammers for providing this patch

ChangeSet
  1.1424.12.3 03/04/23 14:03:21 serg@sergbook.mysql.com +2 -0
  warning when a 4.1 MYI file is opened in 4.0

  myisam/myisamdef.h
    1.57 03/04/23 14:03:19 serg@sergbook.mysql.com +2 -1
    warning when a 4.1 MYI file is opened in 4.0

  myisam/mi_open.c
    1.59 03/04/23 14:03:19 serg@sergbook.mysql.com +3 -0
    warning when a 4.1 MYI file is opened in 4.0

ChangeSet
  1.1424.1.37 03/04/22 19:54:17 lenz@mysql.com +4 -0
   - updated sample my.cnf files: removed deprecated set-variable keywords

ChangeSet
  1.1424.16.2 03/04/22 19:18:49 lenz@mysql.com +1 -0
   - Only ignore _regular_ world-writeable files (thanks to Tim Bunce for
     discovering this)

ChangeSet
  1.1424.16.1 03/04/22 19:11:02 lenz@mysql.com +1 -0
   - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X

ChangeSet
  1.1424.1.35 03/04/22 20:09:52 heikki@hundin.mysql.fi +1 -0
  row0mysql.c:
    Give sensible advice to the user if InnoDB notices index corruption

ChangeSet
  1.1424.15.1 03/04/22 19:50:21 vva@eagle.mysql.r18.ru +1 -0
  Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
  into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0

  sql/log_event.cc
    1.105 03/04/22 19:50:20 vva@eagle.mysql.r18.ru +0 -0
    Auto merged

ChangeSet
  1.1424.8.2 03/04/22 19:38:57 vva@eagle.mysql.r18.ru +1 -0
  fix error message for for load data infile 

  sql/log_event.cc
    1.101.1.1 03/04/22 19:38:56 vva@eagle.mysql.r18.ru +6 -6
    fix error message for for load data infile 

ChangeSet
  1.676.295.1 03/04/23 00:13:37 monty@narttu.mysql.fi +5 -0
  Fixed problem with timestamps in binary log on 64 bit machines
  Backported fix from 4.1 for bug 212: SELECT query containing a NATURAL JOIN and parentheses in the WHERE clause

  sql/sql_list.h
    1.6.1.2 03/04/23 00:13:37 monty@narttu.mysql.fi +2 -0
    Fix for bug 212 (back ported from 4.1)

  sql/log_event.h
    1.41.1.6 03/04/23 00:13:37 monty@narttu.mysql.fi +4 -4
    Fixed problem with timestamps in binary log on 64 bit machines

  sql/log_event.cc
    1.38.1.8 03/04/23 00:13:37 monty@narttu.mysql.fi +1 -1
    Removed wrong cast

  mysql-test/t/join.test
    1.3.2.6 03/04/23 00:13:37 monty@narttu.mysql.fi +14 -0
    Test for bug 212

  mysql-test/r/join.result
    1.3.3.6 03/04/23 00:13:36 monty@narttu.mysql.fi +3 -0
    New test results

ChangeSet
  1.1424.12.2 03/04/23 00:53:07 serg@sergbook.mysql.com +3 -0
  do not mark the table as analyzed unless all the key parts are REALLY analyzed.

  mysql-test/t/alter_table.test
    1.12.1.1 03/04/23 00:53:05 serg@sergbook.mysql.com +16 -0
    do not mark the table as analyzed unless all the key parts are REALLY analyzed.

  mysql-test/r/alter_table.result
    1.10.1.1 03/04/23 00:53:05 serg@sergbook.mysql.com +116 -0
    do not mark the table as analyzed unless all the key parts are REALLY analyzed.

  myisam/mi_check.c
    1.116 03/04/23 00:53:05 serg@sergbook.mysql.com +6 -4
    do not mark the table as analyzed unless all the key parts are REALLY analyzed.

  support-files/my-small.cnf.sh
    1.15 03/04/22 19:54:14 lenz@mysql.com +18 -18
     - removed deprecated "set-variable" keywords from options

  support-files/my-medium.cnf.sh
    1.17 03/04/22 19:54:14 lenz@mysql.com +24 -24
     - removed deprecated "set-variable" keywords from options

  support-files/my-large.cnf.sh
    1.17 03/04/22 19:54:14 lenz@mysql.com +26 -26
     - removed deprecated "set-variable" keywords from options

  support-files/my-huge.cnf.sh
    1.18 03/04/22 19:54:14 lenz@mysql.com +26 -26
     - removed deprecated "set-variable" keywords from options

  mysys/default.c
    1.24 03/04/22 19:18:45 lenz@mysql.com +2 -1
     - Only ignore _regular_ world-writeable files (thanks to Tim Bunce for
       discovering this)

  innobase/row/row0mysql.c
    1.43 03/04/22 20:09:45 heikki@hundin.mysql.fi +11 -0
    Give sensible advice to the user if InnoDB notices index corruption

  support-files/MacOSX/ReadMe.txt
    1.3 03/04/22 19:09:32 lenz@mysql.com +1 -2
     - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X

  BitKeeper/deleted/.del-master-slave.inc~6775f6ae10137c39
    1.3 03/04/22 17:04:44 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/include/master-slave.inc

  BitKeeper/deleted/.del-test.master~5829e7b3770179db
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl-alter/test.master

  BitKeeper/deleted/.del-sum-wlen-slave.master~f016d98833433084
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl/sum-wlen-slave.master

  BitKeeper/deleted/.del-sum-wlen-master.master~1a5ea625c79e978
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl/sum-wlen-master.master

  BitKeeper/deleted/.del-run.test~ce5e626c91b760ec
    1.4 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl-ts/run.test

  BitKeeper/deleted/.del-run.test~a1e32ea1e4253af4
    1.4 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl/run.test

  BitKeeper/deleted/.del-repl-timestamp.master~4b7782da5cc13161
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl-ts/repl-timestamp.master

  BitKeeper/deleted/.del-repl-timestamp.master.reject~3492d2b74b413771
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl-ts/repl-timestamp.master.reject

  BitKeeper/deleted/.del-foo-dump-slave.master~f16ed20457d59be9
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl/foo-dump-slave.master

  BitKeeper/deleted/.del-foo-dump-master.master~b49ae6bec1e918ee
    1.3 03/04/22 17:04:32 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl/foo-dump-master.master

  BitKeeper/deleted/.del-x.master~3b248cbac9abda2b
    1.2 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-bad-query/x.master

  BitKeeper/deleted/.del-x.master~29a93ed7956c8693
    1.2 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-auto-inc/x.master

  BitKeeper/deleted/.del-table-dump-select.master~744acb955e33f3db
    1.3 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-dump/table-dump-select.master

  BitKeeper/deleted/.del-table-dump-check.master~e13afeb8c79264b5
    1.3 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-dump/table-dump-check.master

  BitKeeper/deleted/.del-run.test~b1f0c1f96554df8
    1.2 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-auto-inc/run.test

  BitKeeper/deleted/.del-run.test~452f2b66537404a8
    1.5 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-dump/run.test

  BitKeeper/deleted/.del-run.test~4020771cff278f14
    1.2 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-bad-query/run.test

  BitKeeper/deleted/.del-run.test~3dc5b9bd1e9feea5
    1.4 03/04/22 17:04:31 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/test-repl-alter/run.test

  BitKeeper/deleted/.del-run-all-tests~4deb6479a13e4568
    1.3 03/04/22 17:03:45 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/run-all-tests

  BitKeeper/deleted/.del-README~d5a4e7ca3a2e87a9
    1.3 03/04/22 17:03:45 monty@narttu.mysql.fi +0 -0
    Delete: repl-tests/README

  BitKeeper/deleted/.del-.cvsignore~7e29af89a3559f4c
    1.3 03/04/22 16:55:41 monty@narttu.mysql.fi +0 -0
    Delete: Images/.cvsignore

ChangeSet
  1.1445 03/04/21 22:54:02 Sinisa@sinisa.nasamreza.org +2 -0
  Fixing few small problems in SET PASSWORD:
  
  * comparison with correct cached variable
  * preventing check_change_password to be called twice, once from 
    set_var::check and the other time from change_password itself

  sql/sql_acl.cc
    1.93 03/04/21 22:53:53 Sinisa@sinisa.nasamreza.org +1 -5
    Fixing few small problems in SET PASSWORD:
    
    * comparison with correct cached variable
    * preventing check_change_password to be called twice, once from 
      set_var::check and the other time from change_password itself

  mysql-test/r/select_safe.result
    1.5 03/04/21 22:53:53 Sinisa@sinisa.nasamreza.org +1 -1
    Fixing result for fixed error message

ChangeSet
  1.1444 03/04/21 14:11:17 Sinisa@sinisa.nasamreza.org +21 -0
  Dropping out deprecated OPTION from the error messages.

  sql/share/ukrainian/errmsg.txt
    1.19 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/swedish/errmsg.txt
    1.55 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/spanish/errmsg.txt
    1.55 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/slovak/errmsg.txt
    1.54 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/russian/errmsg.txt
    1.54 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/romanian/errmsg.txt
    1.52 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/portuguese/errmsg.txt
    1.56 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/norwegian/errmsg.txt
    1.53 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/norwegian-ny/errmsg.txt
    1.53 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/korean/errmsg.txt
    1.53 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/japanese/errmsg.txt
    1.53 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/italian/errmsg.txt
    1.61 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/hungarian/errmsg.txt
    1.55 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/greek/errmsg.txt
    1.54 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/german/errmsg.txt
    1.55 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/french/errmsg.txt
    1.54 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/estonian/errmsg.txt
    1.55 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/english/errmsg.txt
    1.64 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/dutch/errmsg.txt
    1.60 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/danish/errmsg.txt
    1.53 03/04/21 14:11:13 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

  sql/share/czech/errmsg.txt
    1.54 03/04/21 14:11:12 Sinisa@sinisa.nasamreza.org +1 -1
    Dropping out deprecated OPTION from the error messages.

ChangeSet
  1.1424.1.33 03/04/21 12:56:54 heikki@hundin.mysql.fi +1 -0
  buf0buf.c:
    No buffer pool activity in SHOW INNODB STATUS actually meant no page gets

  innobase/buf/buf0buf.c
    1.20 03/04/21 12:56:47 heikki@hundin.mysql.fi +1 -1
    No buffer pool activity in SHOW INNODB STATUS actually meant no page gets

ChangeSet
  1.1424.1.32 03/04/20 19:36:09 heikki@hundin.mysql.fi +1 -0
  univ.i:
    If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings

  innobase/include/univ.i
    1.27 03/04/20 19:36:01 heikki@hundin.mysql.fi +9 -0
    If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings

ChangeSet
  1.1443 03/04/19 23:18:35 Sinisa@sinisa.nasamreza.org +4 -0
  Three bug fixes and one fix being undone.

  strings/ctype-tis620.c
    1.19 03/04/19 23:18:31 Sinisa@sinisa.nasamreza.org +3 -2
    Fixing a crashing bug

  sql/sql_update.cc
    1.82 03/04/19 23:18:31 Sinisa@sinisa.nasamreza.org +0 -5
    Undoing a fix

  sql/sql_db.cc
    1.57 03/04/19 23:18:31 Sinisa@sinisa.nasamreza.org +7 -0
    Adding suport for backquotes in change_db()

  mysql-test/r/innodb_handler.result
    1.6 03/04/19 23:18:31 Sinisa@sinisa.nasamreza.org +1 -0
    change of test case after Heikki's fix

ChangeSet
  1.1424.1.31 03/04/19 20:09:01 heikki@hundin.mysql.fi +1 -0
  buf0buf.c:
    Do not set buffer pool to zero when we start up: that takes too much time for big buffer pools; Purify users must define UNIV_SET_MEM_TO_ZERO in univ.i to eliminate spurious (?) Purify warnings

  innobase/buf/buf0buf.c
    1.19 03/04/19 20:08:51 heikki@hundin.mysql.fi +0 -3
    Do not set buffer pool to zero when we start up: that takes too much time for big buffer pools; Purify users must define UNIV_SET_MEM_TO_ZERO in univ.i to eliminate spurious (?) Purify warnings

ChangeSet
  1.1424.1.30 03/04/18 22:06:10 heikki@hundin.mysql.fi +1 -0
  ha_innodb.cc:
    Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init
    Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan

  sql/ha_innodb.cc
    1.162.1.4 03/04/18 21:58:56 heikki@hundin.mysql.fi +10 -2
    Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init

  sql/ha_innodb.cc
    1.162.1.3 03/04/18 21:37:13 heikki@hundin.mysql.fi +2 -0
    Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan

ChangeSet
  1.1424.1.29 03/04/18 18:42:43 heikki@hundin.mysql.fi +3 -0
  ha_innodb.h, ha_innodb.cc:
    Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
  log0recv.c:
    Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes

  sql/ha_innodb.h
    1.52 03/04/18 18:42:14 heikki@hundin.mysql.fi +9 -1
    Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables

  sql/ha_innodb.cc
    1.162.1.2 03/04/18 18:42:11 heikki@hundin.mysql.fi +43 -28
    Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables

  innobase/log/log0recv.c
    1.20 03/04/17 16:39:13 heikki@hundin.mysql.fi +8 -3
    Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes

ChangeSet
  1.1442 03/04/17 13:44:26 Sinisa@sinisa.nasamreza.org +1 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/ha_innodb.cc
    1.165 03/04/17 13:44:20 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1424.1.28 03/04/17 02:51:50 heikki@hundin.mysql.fi +1 -0
  row0sel.c:
    Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor

  innobase/row/row0sel.c
    1.35 03/04/17 02:51:43 heikki@hundin.mysql.fi +14 -3
    Do not allow InnoDB to cache result set in HANDLER because user can use PREV and NEXT and scroll the cursor

ChangeSet
  1.1424.1.27 03/04/17 02:28:40 heikki@hundin.mysql.fi +4 -0
  ha_innodb.cc, row0sel.c, row0mysql.c, row0mysql.h:
    Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key

  sql/ha_innodb.cc
    1.162.1.1 03/04/17 02:28:15 heikki@hundin.mysql.fi +5 -1
    Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key

  innobase/row/row0sel.c
    1.34 03/04/17 02:27:58 heikki@hundin.mysql.fi +15 -11
    Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key

  innobase/row/row0mysql.c
    1.42 03/04/17 02:27:40 heikki@hundin.mysql.fi +3 -0
    Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key

  innobase/include/row0mysql.h
    1.16 03/04/17 02:27:32 heikki@hundin.mysql.fi +9 -1
    Allow HANDLER PREV and NEXT also after positioning the cursor with a unique search on the primary key

ChangeSet
  1.1424.1.26 03/04/16 23:05:22 heikki@hundin.mysql.fi +1 -0
  row0ins.c:
    Better fix for the ON DELETE SET NULL problem

  innobase/row/row0ins.c
    1.21 03/04/16 23:05:14 heikki@hundin.mysql.fi +10 -12
    Better fix for the ON DELETE SET NULL problem

ChangeSet
  1.1424.1.25 03/04/16 22:50:12 heikki@hundin.mysql.fi +1 -0
  row0ins.c:
    Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations

  innobase/row/row0ins.c
    1.20 03/04/16 22:49:13 heikki@hundin.mysql.fi +10 -9
    Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations

ChangeSet
  1.1441 03/04/16 22:24:58 Sinisa@sinisa.nasamreza.org +1 -0
  undoing a fix

  sql/ha_innodb.cc
    1.164 03/04/16 22:24:54 Sinisa@sinisa.nasamreza.org +0 -3
    undoing a fix

ChangeSet
  1.1424.1.24 03/04/16 21:36:42 heikki@hundin.mysql.fi +1 -0
  row0sel.c:
    Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next

  innobase/row/row0sel.c
    1.33 03/04/16 21:36:33 heikki@hundin.mysql.fi +15 -15
    Fix crash in HANDLER PREV or NEXT if the cursor was positioned using a unique search condition on the primary key: in that case InnoDB does NOT store the cursor position for later fetch prev or next

ChangeSet
  1.1440 03/04/16 21:10:45 Sinisa@sinisa.nasamreza.org +3 -0
  Fix for a bug with InnoDB SQL handler, when previous query failed
  and an attempt is made to read previous / next value.

  sql/ha_innodb.cc
    1.163 03/04/16 21:10:41 Sinisa@sinisa.nasamreza.org +3 -0
    Fix for a bug with InnoDB SQL handler, when previous query failed
    and an attempt is made to read previous / next value.

  mysql-test/t/innodb_handler.test
    1.6 03/04/16 21:10:41 Sinisa@sinisa.nasamreza.org +7 -1
    Fix for a bug with InnoDB SQL handler, when previous query failed
    and an attempt is made to read previous / next value.

  mysql-test/r/innodb_handler.result
    1.5 03/04/16 21:10:41 Sinisa@sinisa.nasamreza.org +9 -1
    Fix for a bug with InnoDB SQL handler, when previous query failed
    and an attempt is made to read previous / next value.

ChangeSet
  1.1424.1.23 03/04/16 21:37:22 hf@deer.mysql.r18.ru +1 -0
  Fix for #126

  sql/ha_myisam.cc
    1.123 03/04/16 21:37:18 hf@deer.mysql.r18.ru +1 -1
    Flag added to turn on check sum recounting

ChangeSet
  1.1424.14.1 03/04/16 11:43:04 miguel@hegel.local +2 -0
  Exported functions required by MySQLCC

  libmysql/libmysql.def
    1.8 03/04/16 11:42:34 miguel@hegel.local +4 -0
    Exported functions required by MySQLCC

  BitKeeper/deleted/.del-libmysql.def~29fc6d70335f1c4c
    1.2 03/04/16 11:35:07 miguel@hegel.local +0 -0
    Delete: VC++Files/libmysql/libmysql.def

ChangeSet
  1.1424.1.21 03/04/16 19:48:58 hf@deer.mysql.r18.ru +1 -0
  fix for bug #212

  sql/sql_list.h
    1.11 03/04/16 19:48:53 hf@deer.mysql.r18.ru +2 -0
    We should reset list::last here

ChangeSet
  1.1439 03/04/16 17:07:20 Sinisa@sinisa.nasamreza.org +1 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/sql_show.cc
    1.107 03/04/16 17:07:14 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1424.1.20 03/04/16 16:45:01 heikki@hundin.mysql.fi +17 -0
  Many files:
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  sql/ha_innodb.cc
    1.162 03/04/16 16:44:30 heikki@hundin.mysql.fi +14 -0
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/ut/ut0ut.c
    1.13 03/04/16 16:43:11 heikki@hundin.mysql.fi +1 -1
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/srv/srv0srv.c
    1.39 03/04/16 16:42:44 heikki@hundin.mysql.fi +16 -6
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/row/row0upd.c
    1.17 03/04/16 16:42:34 heikki@hundin.mysql.fi +1 -1
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/row/row0sel.c
    1.32 03/04/16 16:42:34 heikki@hundin.mysql.fi +18 -17
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/row/row0mysql.c
    1.41 03/04/16 16:42:34 heikki@hundin.mysql.fi +83 -38
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/row/row0ins.c
    1.19 03/04/16 16:42:34 heikki@hundin.mysql.fi +154 -6
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/os/os0file.c
    1.48 03/04/16 16:42:03 heikki@hundin.mysql.fi +16 -6
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/lock/lock0lock.c
    1.21 03/04/16 16:41:32 heikki@hundin.mysql.fi +26 -16
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/include/row0ins.h
    1.4 03/04/16 16:39:27 heikki@hundin.mysql.fi +0 -1
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/include/dict0dict.h
    1.14 03/04/16 16:39:26 heikki@hundin.mysql.fi +35 -0
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/include/db0err.h
    1.7 03/04/16 16:39:26 heikki@hundin.mysql.fi +2 -0
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/ibuf/ibuf0ibuf.c
    1.15 03/04/16 16:39:20 heikki@hundin.mysql.fi +9 -4
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/dict/dict0load.c
    1.8 03/04/16 16:38:40 heikki@hundin.mysql.fi +33 -6
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/dict/dict0dict.c
    1.27 03/04/16 16:38:40 heikki@hundin.mysql.fi +574 -100
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/dict/dict0crea.c
    1.11 03/04/16 16:38:40 heikki@hundin.mysql.fi +8 -0
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

  innobase/buf/buf0flu.c
    1.15 03/04/16 16:38:05 heikki@hundin.mysql.fi +9 -3
    Merge InnoDB-4.0.13; DROP FOREIGN KEY now works

ChangeSet
  1.1424.1.19 03/04/16 17:47:36 gluh@gluh.mysql.r18.ru +1 -0
  Memory leak fixed.

  sql/mysqld.cc
    1.416 03/04/16 17:47:34 gluh@gluh.mysql.r18.ru +2 -0
    Memory leak fixed.

ChangeSet
  1.1424.1.18 03/04/16 17:25:05 gluh@gluh.mysql.r18.ru +1 -0
  Fix bug (273):The x509 cert issuer seems not to be checked against the CA
  

  vio/viossl.c
    1.18 03/04/16 17:25:03 gluh@gluh.mysql.r18.ru +4 -2
    Fix bug (273):The x509 cert issuer seems not to be checked against the CA
    

ChangeSet
  1.1438 03/04/16 13:39:39 Sinisa@sinisa.nasamreza.org +3 -0
  fix for a bug with two natural joins.

  sql/sql_yacc.yy
    1.204 03/04/16 13:39:30 Sinisa@sinisa.nasamreza.org +2 -2
    fix for a bug with two natural joins.

  mysql-test/t/join_outer.test
    1.8 03/04/16 13:39:30 Sinisa@sinisa.nasamreza.org +9 -0
    fix for a bug with two natural joins.

  mysql-test/r/join_outer.result
    1.13 03/04/16 13:39:30 Sinisa@sinisa.nasamreza.org +12 -0
    fix for a bug with two natural joins.

ChangeSet
  1.1424.1.17 03/04/16 15:05:47 gluh@gluh.mysql.r18.ru +1 -0
  Fix bug: Crash server when grant ssl options are used and ssl handshake is not set

  sql/sql_acl.cc
    1.92 03/04/16 15:05:23 gluh@gluh.mysql.r18.ru +58 -57
    Fix bug: Crash server when grant ssl options are used and ssl handshake is not set

ChangeSet
  1.1424.13.1 03/04/15 22:04:16 monty@mashka.mysql.fi +9 -0
  Fixed bug in SUM() with NULL:s
  Added logging of warnings for failed connections with ssl.
  Fixed bug in symbolic link handling on Windows

  sql/sql_show.cc
    1.102.1.3 03/04/15 22:04:14 monty@mashka.mysql.fi +1 -1
    Changed to use HAVE_REPLICATION instead of EMBEDDED_LIBRARY

  sql/sql_acl.cc
    1.91 03/04/15 22:04:14 monty@mashka.mysql.fi +12 -0
    Added logging of warnings for failed connections with ssl.

  sql/net_serv.cc
    1.54 03/04/15 22:04:14 monty@mashka.mysql.fi +11 -11
    Code cleanup

  sql/mysqld.cc
    1.415 03/04/15 22:04:14 monty@mashka.mysql.fi +5 -8
    Added option --symbolic-links
    Fixed bug in symbolic link handling on Windows

  sql/item_sum.h
    1.21 03/04/15 22:04:13 monty@mashka.mysql.fi +5 -3
    Fixed bug in SUM() with NULL:s

  sql/item_sum.cc
    1.31 03/04/15 22:04:13 monty@mashka.mysql.fi +10 -3
    Fixed bug in SUM() with NULL:s

  mysql-test/t/func_group.test
    1.7 03/04/15 22:04:13 monty@mashka.mysql.fi +21 -0
    Added test for SUM(NULL)

  mysql-test/r/func_group.result
    1.9 03/04/15 22:04:13 monty@mashka.mysql.fi +42 -1
    Added test for SUM(NULL)

  include/my_global.h
    1.39 03/04/15 22:04:13 monty@mashka.mysql.fi +5 -0
    Added replication flags from 4.1

ChangeSet
  1.1424.1.15 03/04/15 17:34:56 lenz@mysql.com +4 -0
   - Updated variable names that have been renamed in my.cnf example files
     (bug #223)
   - Added more detailed info about how to set up replication

  support-files/my-small.cnf.sh
    1.14 03/04/15 17:34:53 lenz@mysql.com +12 -4
     - updated variable names that have been renamed in 4.0 (bug #223)
     - added hint and commented out sample about skip-networking option
       (security enhancement) 

  support-files/my-medium.cnf.sh
    1.16 03/04/15 17:34:53 lenz@mysql.com +33 -4
     - updated variable names that have been renamed in 4.0 (bug #223)
     - added more detailed info about how to set up replication (suggestion
       made by Guilhem)

  support-files/my-large.cnf.sh
    1.16 03/04/15 17:34:53 lenz@mysql.com +34 -5
     - updated variable names that have been renamed in 4.0 (bug #223)
     - added more detailed info about how to set up replication (suggestion
       made by Guilhem)

  support-files/my-huge.cnf.sh
    1.17 03/04/15 17:34:53 lenz@mysql.com +34 -5
     - updated variable names that have been renamed in 4.0 (bug #223)
     - added more detailed info about how to set up replication (suggestion
       made by Guilhem)

ChangeSet
  1.1424.1.14 03/04/15 16:11:37 lenz@mysql.com +1 -0
   - added missing dashes to parameter "open-files-limit" in mysqld_safe
     (bug #264)

  scripts/mysqld_safe.sh
    1.60 03/04/15 16:11:34 lenz@mysql.com +1 -1
     - added missing dashes to parameter "open-files-limit" in mysqld_safe
       (bug #264)

ChangeSet
  1.1437 03/04/14 21:46:24 Sinisa@sinisa.nasamreza.org +3 -0
  Fix for a NAN problem in FORMAT(...) string function ..

  sql/item_strfunc.cc
    1.57 03/04/14 21:46:21 Sinisa@sinisa.nasamreza.org +1 -1
    Fix for a NAN problem in FORMAT(...) string function ..

  mysql-test/t/func_misc.test
    1.4 03/04/14 21:46:21 Sinisa@sinisa.nasamreza.org +1 -0
    Fix for a NAN problem in FORMAT(...) string function ..

  mysql-test/r/func_misc.result
    1.6 03/04/14 21:46:21 Sinisa@sinisa.nasamreza.org +3 -0
    Fix for a NAN problem in FORMAT(...) string function ..

ChangeSet
  1.676.291.10 03/04/14 20:58:41 Sinisa@sinisa.nasamreza.org +1 -0
  Back porting a fix from 4.0 at customer's request

  sql/sql_parse.cc
    1.120.2.37 03/04/14 20:58:39 Sinisa@sinisa.nasamreza.org +1 -1
    Back porting a fix from 4.0 at customer's request

ChangeSet
  1.1436 03/04/14 19:45:09 Sinisa@sinisa.nasamreza.org +1 -0
  A fix for a bug with uncached database privileges.
  

  sql/sql_parse.cc
    1.307 03/04/14 19:45:06 Sinisa@sinisa.nasamreza.org +1 -1
    A fix for a bug with uncached database privileges.
    

ChangeSet
  1.1434 03/04/11 20:09:24 Sinisa@sinisa.nasamreza.org +4 -0
  Two bug fixes

  sql/sql_update.cc
    1.81 03/04/11 20:09:20 Sinisa@sinisa.nasamreza.org +7 -0
    Fix for a glitch that caused too many tables to be locked.

  sql/sql_select.cc
    1.229 03/04/11 20:09:20 Sinisa@sinisa.nasamreza.org +2 -0
    Fix for a bug that caused queries with ORDER BY field_in_select_list
    to be returned entirely unsorted.
    

  mysql-test/t/innodb.test
    1.39 03/04/11 20:09:20 Sinisa@sinisa.nasamreza.org +5 -0
    Fix for a bug that caused queries with ORDER BY field_in_select_list
    to be returned entirely unsorted.
    

  mysql-test/r/innodb.result
    1.61 03/04/11 20:09:20 Sinisa@sinisa.nasamreza.org +10 -0
    Fix for a bug that caused queries with ORDER BY field_in_select_list
    to be returned entirely unsorted.
    

ChangeSet
  1.1424.1.13 03/04/11 17:07:58 lenz@mysql.com +3 -0
  Distribution cleanups:
  
   - added Dummy file Docs/manual_toc.html to make "make dist" happy if the
     real manual.texi has not been copied into Docs/ (which would make sure
     a "real" manual_toc.html would be created
   - fixed symlinking in the bdb subdirectory (docs are not included anyway)
   - added dist-hook to Makefile.am to remove superfluous SCCS directories
     from the source distribution

  bdb/dist/s_symlink
    1.3 03/04/11 17:07:49 lenz@mysql.com +40 -40
     - don't try to create symlinks to nonexisting doc files

  Makefile.am
    1.47 03/04/11 17:07:48 lenz@mysql.com +4 -0
     - added dist-hook to remove superfluous SCCS directories from the source
       distribution

  Docs/manual_toc.html
    1.1 03/04/11 13:07:25 lenz@mysql.com +9 -0

  Docs/manual_toc.html
    1.0 03/04/11 13:07:25 lenz@mysql.com +0 -0
    BitKeeper file /space/my/mysql-4.0-build/Docs/manual_toc.html

ChangeSet
  1.1424.1.12 03/04/11 13:02:16 lenz@mysql.com +1 -0
   - corrected shutdown priority on Red Hat (should be shut down very early)
   - adjusted LSB run levels to be identical as on Red Hat (2-5)

  support-files/mysql.server.sh
    1.27 03/04/11 13:02:14 lenz@mysql.com +3 -3
     - corrected shutdown priority on Red Hat (should be shut down very early)
     - adjusted LSB run levels to be identical as on Red Hat (2-5)

ChangeSet
  1.1424.1.11 03/04/10 20:03:52 lenz@mysql.com +32 -0
   - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static
     libraries always ended up in "dir..", even though they were not supposed
     to be installed anyway (they are only required at link time). Fixed it by
     replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am 
     files and by removing "libsdir = " from innobase/include/Makefile.i .

  innobase/ut/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/usr/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/trx/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/thr/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/sync/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/srv/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/row/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/rem/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/read/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/que/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/pars/Makefile.am
    1.4 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/page/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/os/Makefile.am
    1.3 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/odbc/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/mtr/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/mem/Makefile.am
    1.4 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/mach/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/log/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/lock/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/include/Makefile.i
    1.6 03/04/10 20:03:50 lenz@mysql.com +0 -2
     - removed libsdir = ../libs to fix a bug in "make DESTDIR=<dir> install"
       (the libs always got installed in "dir../")

  innobase/ibuf/Makefile.am
    1.3 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/ha/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/fut/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/fsp/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/fil/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/eval/Makefile.am
    1.3 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/dyn/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/dict/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/data/Makefile.am
    1.3 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/com/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/buf/Makefile.am
    1.2 03/04/10 20:03:50 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

  innobase/btr/Makefile.am
    1.3 03/04/10 20:03:49 lenz@mysql.com +1 -1
     - replaced libs_LIBRARIES with noinst_LIBRARIES (they are not supposed to
       be installed anyway)

ChangeSet
  1.1424.1.10 03/04/09 22:14:21 lenz@mysql.com +3 -0
   - worked around bug #235 (my-huge.cnf error) by reformatting the comments 
     in the sample configuration files
   - reworked the replication options and comments a bit
   - added option "skip-networking" (commented out by default) to the
     sample configuration files (enhancement request from bug report #234)

  support-files/my-medium.cnf.sh
    1.15 03/04/09 22:14:19 lenz@mysql.com +41 -0
     - work around bug #235 (comments at the end of configuration options lead
       to errors) by reformatting the comments to be above the options instead
     - enhanced comments on the replication options a bit
     - added option "skip-networking" (commented out by default) with an
       appropriate comment (bug #234)

  support-files/my-large.cnf.sh
    1.15 03/04/09 22:14:19 lenz@mysql.com +45 -4
     - work around bug #235 (comments at the end of configuration options lead
       to errors) by reformatting the comments to be above the options instead
     - enhanced comments on the replication options a bit
     - added option "skip-networking" (commented out by default) with an
       appropriate comment (bug #234)

  support-files/my-huge.cnf.sh
    1.16 03/04/09 22:14:19 lenz@mysql.com +40 -14
     - work around bug #235 (comments at the end of configuration options lead
       to errors) by reformatting the comments to be above the options instead
     - enhanced comments on the replication options a bit
     - added option "skip-networking" (commented out by default) with an
       appropriate comment (bug #234)

ChangeSet
  1.1424.1.9 03/04/09 21:19:53 lenz@mysql.com +1 -0
   - applied patch from provided by Christian Hammers from Debian to be able
     to run the script even if mysqld is not up and running on upgrade

  scripts/mysql_fix_privilege_tables.sh
    1.11 03/04/09 21:19:51 lenz@mysql.com +15 -9
     - applied Patch provided by Christian Hammers from Debian to be able to run
       this script on every upgrade without having to worry that the server
       is really running. Therefore "mysqld --bootstrap" is used to make the
       changes. For this to work all SQL statements are sent to stderr when
       "--sqlonly" is given and the echo's are piped to /dev/null.
       The echo_stderr that is used is just a "#!/bin/sh\necho "$*" >&2"
       script.

ChangeSet
  1.1424.12.1 03/04/09 15:16:12 guilhem@mysql.com +1 -0
  fix for #254
  (3.23 master, 4.0 slave. 
  Slave loss temp tables everytime FLUSH LOGS on master). 
  This fix is less bad than the bug, it will cause a problem only maybe
  if the master dies the hard way (I say maybe because I could not
  cause a problem, and I don't see how it could happen).

  sql/log_event.cc
    1.104 03/04/09 15:16:10 guilhem@mysql.com +22 -6
    fix for #254
    (3.23 master, 4.0 slave. 
    Slave loss temp tables everytime FLUSH LOGS on master). 
    This fix is less bad than the bug, it will cause a problem only maybe
    if the master dies the hard way. (I say maybe because I could not
    cause a problem, and I don't see how it could happen).

ChangeSet
  1.1424.1.7 03/04/09 14:53:20 lenz@mysql.com +1 -0
   - don't override CXX if it's already defined

  BUILD/SETUP.sh
    1.23 03/04/09 14:53:18 lenz@mysql.com +3 -1
     - don't override CXX if it's already defined

ChangeSet
  1.1424.1.6 03/04/08 10:35:13 hf@deer.mysql.r18.ru +2 -0
  #244 bugfix (thread stack error message in embedded library)

  sql/sql_parse.cc
    1.306 03/04/08 10:35:10 hf@deer.mysql.r18.ru +2 -0
    code of check_stack_overrun ifdefed

  sql/mysql_priv.h
    1.189 03/04/08 10:35:10 hf@deer.mysql.r18.ru +5 -0
    stack checking suppressed in EMBEDDED case

ChangeSet
  1.676.291.9 03/04/07 21:37:25 monty@mashka.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-3.23
  into mashka.mysql.fi:/home/my/mysql-3.23

  sql/slave.cc
    1.100.1.38 03/04/07 21:37:24 monty@mashka.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.676.294.1 03/04/07 21:36:45 monty@mashka.mysql.fi +5 -0
  Changed innobase_flush_log_at_trx_commit to be 1 as default
  Fixed problem with not freed thr_alarm() on slave connect

  sql/slave.cc
    1.100.3.1 03/04/07 21:36:44 monty@mashka.mysql.fi +1 -4
    Simple code cleanup

  sql/mysqld.cc
    1.162.1.111 03/04/07 21:36:44 monty@mashka.mysql.fi +6 -2
    Allocate some extra thr_alarm slots just to be safe

  sql/mini_client.cc
    1.19.1.8 03/04/07 21:36:44 monty@mashka.mysql.fi +5 -7
    Fixed problem with not freed thr_alarm()

  sql/ha_innobase.cc
    1.45.24.1 03/04/07 21:36:44 monty@mashka.mysql.fi +1 -1
    Changed innobase_flush_log_at_trx_commit to be 1 as default

  mysql-test/t/rpl_alter.test
    1.1.1.1 03/04/07 21:36:44 monty@mashka.mysql.fi +11 -11
    Changed name of created test database

ChangeSet
  1.1424.1.5 03/04/07 19:05:00 lenz@mysql.com +1 -0
   - don't add separate debug symbol file to the binary distribution, 
     if it's built with debugging enabled or not stripped (save disk
     space)

  Build-tools/Do-compile
    1.75 03/04/07 19:04:47 lenz@mysql.com +5 -1
     - don't add separate debug symbol file to the binary distribution, 
       if it's built with debugging enabled or not stripped (save disk
       space)

ChangeSet
  1.1431 03/04/07 14:32:25 Sinisa@sinisa.nasamreza.org +3 -0
  merge fix

  myisam/mi_dynrec.c
    1.25 03/04/07 14:32:22 Sinisa@sinisa.nasamreza.org +0 -1
    merge fix

  mysql-test/t/myisam.test
    1.17 03/04/07 14:20:05 Sinisa@sinisa.nasamreza.org +0 -2
    Auto merged

  mysql-test/r/myisam.result
    1.20 03/04/07 14:20:05 Sinisa@sinisa.nasamreza.org +0 -2
    Auto merged

ChangeSet
  1.1424.2.18 03/04/04 17:43:54 guilhem@mysql.com +1 -0
  Documented undocumented replication options, now that the manual is up-to-date.

  sql/mysqld.cc
    1.414 03/04/04 17:43:51 guilhem@mysql.com +15 -7
    Documented undocumented replication options, now that the manual is up-to-date.

ChangeSet
  1.1424.2.17 03/04/04 10:14:06 heikki@hundin.mysql.fi +1 -0
  log.cc:
    Fix crash in previous bug fix log.cc reported by Rob Lyon if --skip-innodb is specified

  sql/log.cc
    1.118 03/04/04 10:13:56 heikki@hundin.mysql.fi +2 -1
    Fix crash in previous bug fix log.cc reported by Rob Lyon if --skip-innodb is specified

ChangeSet
  1.676.291.8 03/04/03 20:26:13 vva@eagle.mysql.r18.ru +2 -0
  fux bug #183

  BitKeeper/etc/logging_ok
    1.153.1.90 03/04/03 20:26:13 vva@eagle.mysql.r18.ru +1 -0
    Logging to logging@openlogging.org accepted

  sql/slave.cc
    1.100.1.37 03/04/03 20:25:59 vva@eagle.mysql.r18.ru +1 -1
    fux bug #183

ChangeSet
  1.1424.2.16 03/04/04 02:54:07 walrus@mysql.com +1 -0
  crash-me.sh:
    add sorted_group_by parameter

  sql-bench/crash-me.sh
    1.50 03/04/04 02:53:29 walrus@mysql.com +45 -0
    add sorted_group_by parameter

ChangeSet
  1.1424.10.1 03/04/03 16:20:54 heikki@hundin.mysql.fi +1 -0
  Merge heikki@build.mysql.com:/home/bk/mysql-4.0
  into hundin.mysql.fi:/home/heikki/mysql-4.0

ChangeSet
  1.1424.2.13 03/04/03 16:32:41 guilhem@mysql.com +1 -0
  More honest --master-ssl* options description. As these do nothing
  yet, better say it and see no traffic on bugs@ and support@.

ChangeSet
  1.1424.9.1 03/04/03 16:20:15 heikki@hundin.mysql.fi +1 -0
  log.cc:
    Fix bug number 224: do not call ha_report_binlog_offset_and_commit() when a MyISAM table is updated; this also makes CREATE TABLE not to commit an InnoDB transaction, even when binlogging is enabled

ChangeSet
  1.1424.2.12 03/04/03 15:28:38 guilhem@mysql.com +1 -0
  Explicit message to warn that logging (e.g. binary) is permanently turned off
  because of writing problems (such message would have been useful during a recent
  support task).

ChangeSet
  1.1424.2.10 03/04/03 13:44:25 monty@narttu.mysql.fi +1 -0
  After merge fix

ChangeSet
  1.1424.8.1 03/04/03 14:19:09 vva@eagle.mysql.r18.ru +1 -0
  add test file for rpl_loaddata.test

  mysql-test/std_data/rpl_loaddata2.dat
    1.1 03/04/03 14:19:07 vva@eagle.mysql.r18.ru +8 -0

  mysql-test/std_data/rpl_loaddata2.dat
    1.0 03/04/03 14:19:07 vva@eagle.mysql.r18.ru +0 -0
    BitKeeper file /home/vva/work/LOADDATA_BUG/mysql-4.0/mysql-test/std_data/rpl_loaddata2.dat

ChangeSet
  1.1430 03/04/03 21:17:53 Sinisa@sinisa.nasamreza.org +2 -0
  test case for displaying and correct functioning of ALTER TABLE 
  ENABLE / DISABLE KEYS

  mysql-test/t/alter_table.test
    1.13 03/04/03 21:17:49 Sinisa@sinisa.nasamreza.org +2 -0
    test case for displaying and correct functioning of ALTER TABLE 
    ENABLE / DISABLE KEYS

  mysql-test/r/alter_table.result
    1.11 03/04/03 21:17:49 Sinisa@sinisa.nasamreza.org +38 -0
    test case for displaying and correct functioning of ALTER TABLE 
    ENABLE / DISABLE KEYS

ChangeSet
  1.1429 03/04/03 20:24:15 Sinisa@sinisa.nasamreza.org +4 -0
  One test case, one bug fix and one new feature

  sql/sql_table.cc
    1.153 03/04/03 20:24:11 Sinisa@sinisa.nasamreza.org +17 -7
    Fix for a serious bug with ALTER TABLE ENABLE / DISABLE KEYS

  sql/sql_show.cc
    1.106 03/04/03 20:24:10 Sinisa@sinisa.nasamreza.org +4 -1
    Displaying disabled keys in SHOW KEYS

  mysql-test/t/innodb.test
    1.38 03/04/03 20:24:10 Sinisa@sinisa.nasamreza.org +8 -0
    A test case for non-functional rollback after inserting a row into
    MyISAM table with binary log enabled.

  mysql-test/r/innodb.result
    1.60 03/04/03 20:24:10 Sinisa@sinisa.nasamreza.org +9 -0
    A test case for non-functional rollback after inserting a row into
    MyISAM table with binary log enabled.

ChangeSet
  1.1424.2.8 03/04/03 13:22:14 monty@narttu.mysql.fi +2 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

ChangeSet
  1.1424.7.2 03/04/03 14:26:58 jani@hynda.(none) +1 -0
  Fixed a bug when printing error messages. stdout and stderr were
  mixed wrongly sometimes.

ChangeSet
  1.1424.5.2 03/04/03 12:54:08 vva@eagle.mysql.r18.ru +3 -0
  added test for replication load data into temporary table with additional options

  mysql-test/t/rpl_loaddata.test
    1.2 03/04/03 12:54:07 vva@eagle.mysql.r18.ru +19 -1
    added test for replication load data into temporary table with additional options

  mysql-test/r/rpl_loaddata.result
    1.2 03/04/03 12:54:06 vva@eagle.mysql.r18.ru +11 -0
    added test for replication load data into temporary table with additional options

ChangeSet
  1.1424.6.1 03/04/03 21:51:14 walrus@mysql.com +1 -0
  test-transactions.sh:
    correct misprint in the test_update

  sql-bench/test-transactions.sh
    1.4 03/04/03 21:49:55 walrus@mysql.com +1 -1
    correct misprint in the test_update

  sql/mysqld.cc
    1.413 03/04/03 16:32:38 guilhem@mysql.com +9 -5
    More honest --master-ssl* options description. As these do nothing
    yet, better say it and see no traffic on bugs@ and support@.

  sql/log_event.cc
    1.103 03/04/03 13:44:24 monty@narttu.mysql.fi +9 -10
    Fixed a wrong && test -> &

  sql/log_event.cc
    1.102 03/04/03 13:22:12 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/log_event.cc
    1.101 03/04/03 10:26:13 vva@eagle.mysql.r18.ru +1 -1
    fix bug #183 (Replication of temporary tables not working)

  sql/log.cc
    1.117 03/04/03 16:20:51 heikki@hundin.mysql.fi +0 -0
    Auto merged

  sql/log.cc
    1.115.1.1 03/04/03 15:28:35 guilhem@mysql.com +4 -1
    Explicit message to warn that logging (e.g. binary) is permanently turned off
    because of writing problems (such message would have been useful during a recent
    support task).

  sql/log.cc
    1.116 03/04/03 16:20:06 heikki@hundin.mysql.fi +8 -1
    Fix bug number 224: do not call ha_report_binlog_offset_and_commit() when a MyISAM table is updated; this also makes CREATE TABLE not to commit an InnoDB transaction, even when binlogging is enabled

  client/mysql.cc
    1.134 03/04/03 14:26:55 jani@hynda.(none) +14 -13
    Fixed a bug when printing error messages. stdout and stderr were
    mixed wrongly sometimes.

  BitKeeper/etc/logging_ok
    1.265 03/04/03 13:22:10 monty@narttu.mysql.fi +0 -0
    auto-union

ChangeSet
  1.1424.2.7 03/04/03 13:21:39 monty@narttu.mysql.fi +1 -0
  Updated results after merge

  mysql-test/r/myisam.result
    1.18.1.1 03/04/03 13:21:38 monty@narttu.mysql.fi +2 -2
    Updated results after merge

ChangeSet
  1.1424.2.6 03/04/03 13:08:28 monty@narttu.mysql.fi +3 -0
  Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0

  sql/log.cc
    1.115 03/04/03 13:08:26 monty@narttu.mysql.fi +0 -0
    Auto merged

  sql/ha_myisam.cc
    1.122 03/04/03 13:08:26 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysys/my_vsnprintf.c
    1.14 03/04/03 13:08:26 monty@narttu.mysql.fi +0 -1
    Auto merged

ChangeSet
  1.676.291.7 03/04/03 13:07:42 monty@narttu.mysql.fi +3 -0
  Fixed bug in memory allocation that could affect 64 bit systems (affected hammer)

  sql/log.cc
    1.55.1.17 03/04/03 13:07:41 monty@narttu.mysql.fi +1 -0
    safety fix

  sql/ha_myisam.cc
    1.73.2.12 03/04/03 13:07:41 monty@narttu.mysql.fi +1 -1
    Fixed bug in memory allocation that could affect 64 bit systems (affected hammer)

  mysys/my_vsnprintf.c
    1.9.1.1 03/04/03 13:07:41 monty@narttu.mysql.fi +8 -1
    safety fix

ChangeSet
  1.1424.2.5 03/04/03 12:33:13 monty@narttu.mysql.fi +9 -0
  Merge with 3.23 to get fixes for:
  mysqldump --delete-master-logs
  Portability fix for hammer
  Memory overrun for MyISAM
  LOAD DATA LOCAL replication bug fix.

  sql/sql_delete.cc
    1.93 03/04/03 12:33:12 monty@narttu.mysql.fi +0 -4
    Merge with 3.23

  sql/slave.cc
    1.218 03/04/03 12:33:12 monty@narttu.mysql.fi +0 -2
    Merge with 3.23

  sql/log_event.cc
    1.99.1.1 03/04/03 12:33:12 monty@narttu.mysql.fi +9 -12
    Merge with 3.23

  mysql-test/t/myisam.test
    1.15.1.1 03/04/03 12:33:12 monty@narttu.mysql.fi +2 -4
    Merge with 3.23

  myisam/mi_dynrec.c
    1.23.1.1 03/04/03 12:33:12 monty@narttu.mysql.fi +1 -3
    Merge with 3.23

  client/mysqldump.c
    1.91 03/04/03 12:33:11 monty@narttu.mysql.fi +33 -15
    Merge with 3.23

  client/client_priv.h
    1.16 03/04/03 12:33:11 monty@narttu.mysql.fi +1 -2
    Merge with 3.23

  sql/log.cc
    1.114 03/04/03 12:12:23 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysql-test/t/myisam.test
    1.2.7.2 03/04/03 12:12:23 monty@narttu.mysql.fi +0 -0
    Turn off SCCS flag

  BitKeeper/etc/logging_ok
    1.263.1.1 03/04/03 12:12:18 monty@narttu.mysql.fi +0 -1
    auto-union

ChangeSet
  1.676.291.6 03/04/03 12:10:38 monty@narttu.mysql.fi +1 -0
  Portability fix (for AMD hammer)

  sql/log.cc
    1.55.1.16 03/04/03 12:10:37 monty@narttu.mysql.fi +1 -0
    Portability fix (for hammer)

ChangeSet
  1.1424.4.1 03/04/03 11:29:10 monty@narttu.mysql.fi +1 -0
  Safer stack checking

  sql/mysqld.cc
    1.412 03/04/03 11:29:09 monty@narttu.mysql.fi +1 -1
    Safer stack checking

ChangeSet
  1.1428 03/04/02 17:05:34 Sinisa@sinisa.nasamreza.org +4 -0
  A fix for a bug in multi-table updates which was always caused
  whenever a temporary MyISAM table had to be created from HEAP table.

  mysql-test/t/multi_update-master.opt
    1.1 03/04/02 17:05:30 Sinisa@sinisa.nasamreza.org +1 -0

  sql/sql_update.cc
    1.80 03/04/02 17:05:30 Sinisa@sinisa.nasamreza.org +1 -1
    A fix for a bug in multi-table updates which was always caused
    whenever a temporary MyISAM table had to be created from HEAP table.

  mysql-test/t/multi_update.test
    1.21 03/04/02 17:05:30 Sinisa@sinisa.nasamreza.org +8 -0
    A fix for a bug in multi-table updates which was always caused
    whenever a temporary MyISAM table had to be created from HEAP table.

  mysql-test/t/multi_update-master.opt
    1.0 03/04/02 17:05:30 Sinisa@sinisa.nasamreza.org +0 -0
    BitKeeper file /mnt/work/mysql-4.0/mysql-test/t/multi_update-master.opt

  mysql-test/r/multi_update.result
    1.19 03/04/02 17:05:30 Sinisa@sinisa.nasamreza.org +8 -0
    A fix for a bug in multi-table updates which was always caused
    whenever a temporary MyISAM table had to be created from HEAP table.

ChangeSet
  1.1424.2.3 03/04/01 22:49:40 guilhem@mysql.com +1 -0
  Sprint task #856 : make table exclusion rules (in replication)
  apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
  GRANT and REVOKE will not be replicated on the slave.

  sql/sql_acl.cc
    1.90 03/04/01 22:49:37 guilhem@mysql.com +22 -0
    Sprint task #856 : make table exclusion rules (in replication)
    apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
    GRANT and REVOKE will not be replicated on the slave.

ChangeSet
  1.676.291.5 03/04/01 18:19:15 guilhem@mysql.com +2 -0
  Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well
  logged, but read as LOAD DATA INFILE REPLACE"
  This was just bad && instead of &, but nasty consequences.
  This should be merged to 4.0 BUT it will not be automatic (some code
  has moved from log_event.h to log_event.cc, and log_event.cc has changed);
  please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
  to find all the new places.

  sql/slave.cc
    1.100.1.36 03/04/01 18:19:12 guilhem@mysql.com +2 -2
    & instead of && when testing flags

  sql/log_event.cc
    1.38.1.7 03/04/01 18:19:12 guilhem@mysql.com +3 -3
    & instead of && when testing flags

  netware/mysql.xdc
    1.2 03/03/31 11:31:17 greg@mysql.com +0 -0
    Change mode to -rw-rw-r--

ChangeSet
  1.1424.3.1 03/03/31 11:28:20 greg@mysql.com +5 -0
  Add new XDC file for NetWare pre-emption, drop old build scripts, libmysqld.def

  netware/mysql.xdc
    1.1 03/03/31 11:28:19 greg@mysql.com +4 -0

  netware/mysql.xdc
    1.0 03/03/31 11:28:19 greg@mysql.com +0 -0
    BitKeeper file /home/greg/bk/mysql-4.0/netware/mysql.xdc

  BitKeeper/deleted/.del-libmysqld.def~6ca0fa0537a3431c
    1.2 03/03/31 11:26:16 greg@mysql.com +0 -0
    Delete: netware/libmysqld.def

  BitKeeper/deleted/.del-nwconfigure~86da352b5e031ed9
    1.2 03/03/31 11:26:04 greg@mysql.com +0 -0
    Delete: netware/nwconfigure

  BitKeeper/deleted/.del-nwbootstrap~f3bc723dad4ed7e
    1.3 03/03/31 11:26:01 greg@mysql.com +0 -0
    Delete: netware/nwbootstrap

  BitKeeper/deleted/.del-mysqld.xdc~1befdfee55e31716
    1.2 03/03/31 11:25:46 greg@mysql.com +0 -0
    Delete: netware/mysqld.xdc

ChangeSet
  1.1424.2.1 03/03/31 14:50:29 lenz@mysql.com +1 -0
   - Fix for bug #200 (added missing @WRAPLIBS@ to LIBS in 
     libmysqld/examples/Makefile.am (thanks to Christian Hammers from Debian
     for pointing this out)

  libmysqld/examples/Makefile.am
    1.11 03/03/31 14:50:26 lenz@mysql.com +1 -1
     - added missing @WRAPLIBS@ to LIBS

ChangeSet
  1.1424.1.3 03/03/31 09:49:09 bell@sanja.is.com.ua +4 -0
  fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility)

  sql/sql_parse.cc
    1.305 03/03/31 09:49:04 bell@sanja.is.com.ua +2 -1
    room for SQL_SELECT_LAYOUT storing added

  sql/sql_cache.cc
    1.53 03/03/31 09:49:04 bell@sanja.is.com.ua +15 -10
    layout fixed
    SQL_SELECT_LIMIT stored in query cache now

  mysql-test/t/query_cache.test
    1.21 03/03/31 09:49:04 bell@sanja.is.com.ua +14 -3
    test of SET OPTION SQL_SELECT_LIMIT

  mysql-test/r/query_cache.result
    1.20 03/03/31 09:49:04 bell@sanja.is.com.ua +18 -0
    test of SET OPTION SQL_SELECT_LIMIT

ChangeSet
  1.1424.1.1 03/03/30 18:36:01 hf@deer.mysql.r18.ru +3 -0
  truncating REPLACE result bug fix

  sql/item_strfunc.cc
    1.56 03/03/30 18:35:24 hf@deer.mysql.r18.ru +2 -2
    fix for counting REPLACE result length

  mysql-test/t/func_str.test
    1.17 03/03/30 18:35:24 hf@deer.mysql.r18.ru +1 -0
    test with long arguments for REPLACE

  mysql-test/r/func_str.result
    1.18 03/03/30 18:35:24 hf@deer.mysql.r18.ru +3 -0
    test result for truncating REPLACE result

ChangeSet
  1.1425 03/03/28 17:58:30 Sinisa@sinisa.nasamreza.org +1 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/sql_show.cc
    1.105 03/03/28 17:58:25 Sinisa@sinisa.nasamreza.org +0 -0
    Auto merged

ChangeSet
  1.1420.5.1 03/03/28 15:36:42 bell@sanja.is.com.ua +3 -0
  Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
  into sanja.is.com.ua:/home/bell/mysql/bk/work-show-4.0

  sql/sql_yacc.yy
    1.203 03/03/28 15:36:40 bell@sanja.is.com.ua +0 -0
    Auto merged

  mysql-test/t/query_cache.test
    1.20 03/03/28 15:36:40 bell@sanja.is.com.ua +0 -0
    Auto merged

  mysql-test/r/query_cache.result
    1.19 03/03/28 15:36:40 bell@sanja.is.com.ua +0 -0
    Auto merged

ChangeSet
  1.1424 03/03/27 18:13:37 greg@mysql.com +2 -0
  Improve make_binary_distribution from Novell code at Monty's request

  scripts/make_binary_distribution.sh
    1.52 03/03/27 18:13:36 greg@mysql.com +25 -30
    Split BIN_FILES into more generic parts, with no repetition

ChangeSet
  1.1420.2.7 03/03/27 13:54:22 monty@mashka.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into mashka.mysql.fi:/home/my/mysql-4.0

  sql/mysqld.cc
    1.411 03/03/27 13:54:19 monty@mashka.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1420.2.6 03/03/27 12:17:27 heikki@hundin.mysql.fi +1 -0
  mysqld.cc:
    Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction

  sql/mysqld.cc
    1.408.1.1 03/03/27 12:17:18 heikki@hundin.mysql.fi +1 -1
    Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction

ChangeSet
  1.1420.2.5 03/03/26 22:04:20 bell@sanja.is.com.ua +1 -0
  fixed problem of port without host in SHOW PROCESSLIST (bug 189)

  sql/sql_show.cc
    1.102.1.2 03/03/26 22:04:14 bell@sanja.is.com.ua +1 -1
    fixed problem of port without host in SHOW PROCESSLIST

ChangeSet
  1.1420.4.2 03/03/26 14:51:22 monty@mashka.mysql.fi +1 -0
  Fix for stack size checking on Solaris.

  sql/mysqld.cc
    1.410 03/03/26 14:51:21 monty@mashka.mysql.fi +3 -2
    Fix for stack size checking on Solaris.

ChangeSet
  1.1420.4.1 03/03/26 14:11:17 monty@mashka.mysql.fi +2 -0
  Fix for glibc with small stack size (fixes bug when running crash-me)

  sql/mysqld.cc
    1.409 03/03/26 14:11:15 monty@mashka.mysql.fi +4 -3
    Fix for glibc with small stack size (fixes bug when running crash-me)

  sql-bench/limits/mysql.cfg
    1.20 03/03/26 14:11:15 monty@mashka.mysql.fi +23 -23
    Update to new crash me

ChangeSet
  1.1420.3.1 03/03/25 19:58:40 vva@eagle.mysql.r18.ru +2 -0
  Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
  into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0

  sql/log_event.cc
    1.100 03/03/25 19:58:37 vva@eagle.mysql.r18.ru +0 -0
    Auto merged

  BitKeeper/etc/logging_ok
    1.264 03/03/25 19:58:33 vva@eagle.mysql.r18.ru +0 -0
    auto-union

ChangeSet
  1.1416.115.1 03/03/25 19:57:38 vva@eagle.mysql.r18.ru +2 -0
  fix bug with parameters of LOAD DATA INFILE in exec_event

  BitKeeper/etc/logging_ok
    1.258.5.1 03/03/25 19:57:38 vva@eagle.mysql.r18.ru +1 -0
    Logging to logging@openlogging.org accepted

  sql/log_event.cc
    1.96.1.1 03/03/25 19:56:57 vva@eagle.mysql.r18.ru +5 -0
    fix bug with parameters of LOAD DATA INFILE in exec_event

ChangeSet
  1.1420.2.4 03/03/25 22:38:12 lenz@mysql.com +1 -0
   - fixed typo (build_command -> build-command)

  Build-tools/Bootstrap
    1.4 03/03/25 22:37:58 lenz@mysql.com +1 -1
     - fixed typo (build_command -> build-command)

ChangeSet
  1.1420.2.3 03/03/25 22:20:07 lenz@mysql.com +1 -0
   - added new option "--build-command" to be able to use different
     commands for building the sources
   - removed duplicate option "--revision"
   - added help for new option and reformatted help text a bit

  Build-tools/Bootstrap
    1.3 03/03/25 22:19:57 lenz@mysql.com +45 -31
     - added new option "--build-command" to be able to use different
       commands for building the sources
     - removed duplicate option "--revision"
     - added help for new option and reformatted help text a bit

ChangeSet
  1.1420.2.2 03/03/26 00:19:56 walrus@mysql.com +1 -0
  crash-me.sh:
    add new parameter  checks length_of_varchar_field,
    add new auxilary functions:
    get_recordset
    compare_recordset
    print_recordset

  sql-bench/crash-me.sh
    1.49 03/03/26 00:18:13 walrus@mysql.com +109 -0
    add new parameter  checks length_of_varchar_field,
    add new auxilary functions:
    get_recordset
    compare_recordset
    print_recordset

ChangeSet
  1.1420.2.1 03/03/25 16:52:48 guilhem@mysql.com +1 -0
  Fix for small bug #186 (If a connection has temporary tables and does
  RESET MASTER, this breaks replication).
  In the slave SQL thread, any DROP TEMPORARY TABLE is silently
  converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant
  "table does not exist". See comments in code or bug #186 for an example
  of how irrelevant errors like this can arise.

  sql/sql_parse.cc
    1.304 03/03/25 16:52:46 guilhem@mysql.com +10 -0
    Fix for small bug #186 (If a connection has temporary tables and does
    RESET MASTER, this breaks replication).
    In the slave SQL thread, any DROP TEMPORARY TABLE is silently
    converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant
    "table does not exist". See comments in code or bug #186 for an example
    of how irrelevant errors like this can arise.

ChangeSet
  1.1420.1.2 03/03/25 15:47:16 Sinisa@sinisa.nasamreza.org +1 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/item.cc
    1.29 03/03/25 15:47:09 Sinisa@sinisa.nasamreza.org +0 -1
    Auto merged

ChangeSet
  1.676.291.4 03/03/25 14:49:43 Sinisa@sinisa.nasamreza.org +2 -0
  A fix for a bug in MyISAM with large number of NULL columns and at
  least one BLOB column.

  mysql-test/t/myisam.test
    1.2.7.1 03/03/25 14:49:40 Sinisa@sinisa.nasamreza.org +2 -2
    A fix for a bug in MyISAM with large number of NULL columns and at
    least one BLOB column.

  myisam/mi_dynrec.c
    1.10.1.1 03/03/25 14:49:40 Sinisa@sinisa.nasamreza.org +2 -2
    A fix for a bug in MyISAM with large number of NULL columns and at
    least one BLOB column.

ChangeSet
  1.1420.1.1 03/03/25 13:07:02 monty@narttu.mysql.fi +2 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

  mysql-test/t/group_by.test
    1.20 03/03/25 13:07:00 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysql-test/r/group_by.result
    1.29 03/03/25 13:06:59 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1416.114.1 03/03/25 13:06:20 monty@narttu.mysql.fi +3 -0
  Fixed bug with GROUP BY and alias

  sql/item.cc
    1.27.1.1 03/03/25 13:06:18 monty@narttu.mysql.fi +1 -0
    Fixed bug with GROUP BY and alias

  mysql-test/t/group_by.test
    1.18.1.1 03/03/25 13:06:18 monty@narttu.mysql.fi +12 -0
    Test for group by + alias bug

  mysql-test/r/group_by.result
    1.27.1.1 03/03/25 13:06:18 monty@narttu.mysql.fi +19 -0
    Test for group by + alias bug

ChangeSet
  1.676.293.1 03/03/24 23:24:45 monty@narttu.mysql.fi +1 -0
  Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;

  sql/sql_delete.cc
    1.34.1.6 03/03/24 23:24:44 monty@narttu.mysql.fi +4 -1
    Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;

ChangeSet
  1.1416.86.62 03/03/24 22:52:46 Sinisa@sinisa.nasamreza.org +4 -0
  A fix for bug #176
  code cleanup

  sql/item_func.cc
    1.91 03/03/24 22:52:43 Sinisa@sinisa.nasamreza.org +20 -17
    Code cleanup

  sql/item.cc
    1.28 03/03/24 22:52:43 Sinisa@sinisa.nasamreza.org +1 -0
    A for the bug  #176

  mysql-test/t/having.test
    1.5 03/03/24 22:52:43 Sinisa@sinisa.nasamreza.org +4 -0
    A test for the bug fix for bug #176

  mysql-test/r/having.result
    1.7 03/03/24 22:52:43 Sinisa@sinisa.nasamreza.org +7 -0
    A test for the bug fix for bug #176

ChangeSet
  1.1420 03/03/24 15:06:11 lenz@mysql.com +1 -0
   - fixed wrong order of commands in Mac OS X Readme.txt
     (Thanks to Marc Liyanage for spotting this)

  support-files/MacOSX/ReadMe.txt
    1.2 03/03/24 15:04:36 lenz@mysql.com +1 -1
     - fixed wrong order of commands in Mac OS X Readme.txt
       (Thanks to Marc Liyanage for spotting this)

ChangeSet
  1.1416.86.61 03/03/24 15:00:32 Sinisa@sinisa.nasamreza.org +1 -0
  Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
  into sinisa.nasamreza.org:/mnt/work/mysql-4.0

  sql/sql_show.cc
    1.104 03/03/24 14:42:06 Sinisa@sinisa.nasamreza.org +0 -2
    Auto merged

ChangeSet
  1.1419 03/03/24 12:05:05 lenz@mysql.com +1 -0
  Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0
  into mysql.com:/suse80/my/mysql-4.0

  BitKeeper/etc/logging_ok
    1.263 03/03/24 12:03:27 lenz@mysql.com +0 -0
    auto-union

ChangeSet
  1.1416.113.5 03/03/24 11:19:28 serg@sergbook.mysql.com +3 -0
  make myisam usable without threads (and even w/o pthread_t)

  myisam/sort.c
    1.26 03/03/24 11:19:25 serg@sergbook.mysql.com +3 -1
    make myisam usable without threads (and even w/o pthread_t)

  myisam/mi_check.c
    1.115 03/03/24 11:19:25 serg@sergbook.mysql.com +5 -1
    make myisam usable without threads (and even w/o pthread_t)

  include/myisam.h
    1.53 03/03/24 11:19:24 serg@sergbook.mysql.com +4 -0
    make myisam usable without threads (and even w/o pthread_t)

ChangeSet
  1.1416.113.4 03/03/23 11:30:45 jani@rhols221.adsl.netsonic.fi +1 -0
  Reverted fix away from 4.0, because it may in rare circumstanses
  cause compatibility problems. Fix will be enabled in 4.1.

  sql/sql_parse.cc
    1.303 03/03/23 11:30:43 jani@rhols221.adsl.netsonic.fi +6 -0
    Reverted fix away from 4.0, because it may in rare circumstanses
    cause compatibility problems. Fix will be enabled in 4.1.

ChangeSet
  1.1416.113.3 03/03/22 20:34:20 jani@hynda.(none) +16 -0
  Changed some tests to pass with new auto_increment handling,
  e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/update.test
    1.7 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/type_ranges.test
    1.5 03/03/22 20:34:17 jani@hynda.(none) +2 -2
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/type_decimal.test
    1.9 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/type_blob.test
    1.10 03/03/22 20:34:17 jani@hynda.(none) +4 -4
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/order_by.test
    1.11 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/join_outer.test
    1.7 03/03/22 20:34:17 jani@hynda.(none) +7 -7
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/group_by.test
    1.19 03/03/22 20:34:17 jani@hynda.(none) +5 -5
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/t/bdb-crash.test
    1.7 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/update.result
    1.9 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/type_ranges.result
    1.7 03/03/22 20:34:17 jani@hynda.(none) +2 -2
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/type_decimal.result
    1.11 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/type_blob.result
    1.10 03/03/22 20:34:17 jani@hynda.(none) +4 -4
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/order_by.result
    1.16 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/join_outer.result
    1.12 03/03/22 20:34:17 jani@hynda.(none) +7 -7
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/group_by.result
    1.28 03/03/22 20:34:17 jani@hynda.(none) +5 -5
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

  mysql-test/r/bdb-crash.result
    1.5 03/03/22 20:34:17 jani@hynda.(none) +1 -1
    Changed some tests to pass with new auto_increment handling,
    e.g. default value is not accepted with auto_increment anymore.

ChangeSet
  1.1416.113.2 03/03/22 19:55:09 jani@hynda.(none) +1 -0
  Added error in case auto_increment and default where defined
  at the same time.

  sql/sql_parse.cc
    1.302 03/03/22 19:55:01 jani@hynda.(none) +14 -6
    Added error in case auto_increment and default where defined
    at the same time.

ChangeSet
  1.1416.113.1 03/03/22 15:22:59 guilhem@mysql.com +1 -0
  Fix for #178  Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
      Now it does not SEGV, but USER() is still badly replicated
      (it is replicated to ""), which is a lower priority bug.

  sql/item_strfunc.cc
    1.55 03/03/22 15:22:57 guilhem@mysql.com +3 -1
    Fix for #178  Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
    Now it does not SEGV, but USER() is still badly replicated
    (it is replicated to ""), which is a lower priority bug.

  netware/BUILD/create-patch
    1.2 03/03/21 16:46:23 greg@mysql.com +0 -0
    Change mode to -rwxrwxr-x

ChangeSet
  1.1416.112.8 03/03/21 16:45:39 greg@mysql.com +9 -0
  Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC

  scripts/make_binary_distribution.sh
    1.51 03/03/21 16:45:38 greg@mysql.com +54 -28
    Changes to clear up extraneous EXTRA_BIN_FILES, NetWare sections

  mysys/thr_mutex.c
    1.21 03/03/21 16:45:38 greg@mysql.com +0 -5
    Remove unnecessary NetWare block

  mysys/my_pthread.c
    1.35 03/03/21 16:45:38 greg@mysql.com +0 -13
    Remove unnecessary NetWare version of my_pthread_cond_timedwait

  mysys/my_init.c
    1.27 03/03/21 16:45:38 greg@mysql.com +2 -12
    Remove working directory change from netware_init()

  mysys/default.c
    1.23 03/03/21 16:45:38 greg@mysql.com +1 -1
    Add conditional to avoid non-applicable file checking on NetWare

  mysql-test/t/backup.test
    1.12 03/03/21 16:45:37 greg@mysql.com +2 -2
    replace_result added so test passes correctly on NetWare

  include/my_pthread.h
    1.61 03/03/21 16:45:37 greg@mysql.com +0 -8
    Special extern my_pthread_cond_timedwait no longer required for NetWare

  client/mysqldump.c
    1.90 03/03/21 16:45:37 greg@mysql.com +0 -8
    Remove unnecessary pthread_yield calls for NetWare

  client/mysql.cc
    1.133 03/03/21 16:45:37 greg@mysql.com +2 -27
    Remove unnecessary pthread_yield calls for NetWare

ChangeSet
  1.1416.112.7 03/03/21 16:14:52 greg@mysql.com +1 -0
  Missed one file from Novell changes in 1.1686

  netware/mysqld_safe.c
    1.4 03/03/21 16:14:51 greg@mysql.com +47 -47
    Changes to argument handling, spawn, etc

ChangeSet
  1.1416.112.6 03/03/21 15:43:38 greg@mysql.com +34 -0
  Changes from Novell for various NetWare-only files, post-4.0.12

  netware/comp_err.def
    1.1 03/03/21 15:43:37 greg@mysql.com +10 -0

  netware/comp_err.def
    1.0 03/03/21 15:43:37 greg@mysql.com +0 -0
    BitKeeper file /home/greg/bk/mysql-4.0/netware/comp_err.def

  netware/BUILD/create-patch
    1.1 03/03/21 15:43:36 greg@mysql.com +56 -0

  netware/resolveip.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/replace.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/perror.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/pack_isam.def
    1.3 03/03/21 15:43:36 greg@mysql.com +2 -1
    Add XDCDATA

  netware/mysqltest.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqlshow.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqlimport.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqldump.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqld_safe.def
    1.2 03/03/21 15:43:36 greg@mysql.com +2 -0
    Add XDCDATA

  netware/mysqld.def
    1.2 03/03/21 15:43:36 greg@mysql.com +1 -1
    Add XDCDATA

  netware/mysqlcheck.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqlbinlog.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysqladmin.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysql_test_run.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysql_test_run.c
    1.3 03/03/21 15:43:36 greg@mysql.com +108 -104
    Argument handling, spawn changes, etc

  netware/mysql_install_db.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysql_install_db.c
    1.3 03/03/21 15:43:36 greg@mysql.com +31 -26
    Argument handling changes, etc

  netware/mysql_install.def
    1.2 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/mysql.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/myisampack.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/myisamlog.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/myisamchk.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/my_print_defaults.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/my_manage.h
    1.2 03/03/21 15:43:36 greg@mysql.com +14 -10
    Changes to argument handling, spawn

  netware/my_manage.c
    1.2 03/03/21 15:43:36 greg@mysql.com +109 -112
    Changes in argument handling, use procve

  netware/libmysql.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/isamlog.def
    1.3 03/03/21 15:43:36 greg@mysql.com +2 -1
    Add XDCDATA

  netware/isamchk.def
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -0
    Add XDCDATA

  netware/Makefile.am
    1.6 03/03/21 15:43:36 greg@mysql.com +4 -3
    Remove isamchk.def, mysqld.xdc, add comp_err.def to netware_build_files

  netware/BUILD/nwbootstrap
    1.3 03/03/21 15:43:36 greg@mysql.com +1 -1
    bk changes syntax

  netware/BUILD/mwenv
    1.3 03/03/21 15:43:36 greg@mysql.com +5 -5
    Changes to compiler flags

  netware/BUILD/create-patch
    1.0 03/03/21 15:43:36 greg@mysql.com +0 -0
    BitKeeper file /home/greg/bk/mysql-4.0/netware/BUILD/create-patch

  include/config-netware.h
    1.2 03/03/21 15:43:36 greg@mysql.com +3 -4
    Define USE_OLD_FUNCTIONS, remove NKS header includes

ChangeSet
  1.1416.112.5 03/03/21 21:42:51 walrus@mysql.com +1 -0
  crash-me.sh:
    add foreign key value update test

  sql-bench/crash-me.sh
    1.48 03/03/21 21:42:10 walrus@mysql.com +14 -0
    add foreign key value update test

ChangeSet
  1.1416.112.4 03/03/21 14:14:36 jani@rhols221.adsl.netsonic.fi +1 -0
  Fixed a bug in comment handling.

  client/mysql.cc
    1.132 03/03/21 14:14:34 jani@rhols221.adsl.netsonic.fi +10 -2
    Fixed a bug in comment handling.

ChangeSet
  1.1416.112.3 03/03/21 10:03:43 bell@sanja.is.com.ua +1 -0
  Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
  into sanja.is.com.ua:/home/bell/mysql/work-qcfile-4.0

  sql/sql_yacc.yy
    1.201.1.2 03/03/21 10:03:42 bell@sanja.is.com.ua +0 -0
    Auto merged

ChangeSet
  1.1416.86.60 03/03/20 19:13:45 Sinisa@sinisa.nasamreza.org +2 -0
  A test case for bug in record #166 :
  select @@not_a_variable closes the connection

  mysql-test/t/variables.test
    1.13 03/03/20 19:13:42 Sinisa@sinisa.nasamreza.org +7 -0
    A test case for bug in record #166 :
    select @@not_a_variable closes the connection

  mysql-test/r/variables.result
    1.17 03/03/20 19:13:42 Sinisa@sinisa.nasamreza.org +5 -0
    A test case for bug in record #166 :
    select @@not_a_variable closes the connection

ChangeSet
  1.1416.86.59 03/03/20 19:04:30 Sinisa@sinisa.nasamreza.org +3 -0
  A fix for a bug when INSERT is attempted into a table with a BLOB and
  many NULL columns.
  
  It could be ported back to 3.23 too ....

  mysql-test/t/myisam.test
    1.16 03/03/20 19:04:25 Sinisa@sinisa.nasamreza.org +2 -2
    A fix for a bug when INSERT is attempted into a table with a BLOB and
    many NULL columns.
    
    It could be ported back to 3.23 too ....

  mysql-test/r/myisam.result
    1.19 03/03/20 19:04:25 Sinisa@sinisa.nasamreza.org +2 -2
    A fix for a bug when INSERT is attempted into a table with a BLOB and
    many NULL columns.
    
    It could be ported back to 3.23 too ....

  myisam/mi_dynrec.c
    1.24 03/03/20 19:04:25 Sinisa@sinisa.nasamreza.org +1 -1
    A fix for a bug when INSERT is attempted into a table with a BLOB and
    many NULL columns.
    
    It could be ported back to 3.23 too ....

ChangeSet
  1.1416.110.2 03/03/19 21:43:41 monty@narttu.mysql.fi +6 -0
  Print right hostname or IP in SHOW PROCESSLIST
  Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists

  sql/sql_show.cc
    1.102.1.1 03/03/19 21:43:40 monty@narttu.mysql.fi +2 -2
    Print right hostname or IP in SHOW PROCESSLIST

  sql/sql_parse.cc
    1.301 03/03/19 21:43:40 monty@narttu.mysql.fi +3 -0
    Fix that we return hostname instead of IP in SHOW PROCESSLIST

  sql/handler.cc
    1.96 03/03/19 21:43:40 monty@narttu.mysql.fi +8 -1
    Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists.

  mysql-test/t/create.test
    1.15 03/03/19 21:43:40 monty@narttu.mysql.fi +17 -0
    New tests

  mysql-test/r/create.result
    1.17 03/03/19 21:43:40 monty@narttu.mysql.fi +23 -0
    New tests

  Docs/internals.texi
    1.25 03/03/19 21:43:40 monty@narttu.mysql.fi +11 -8
    Updated description for how DATE, TIME and TIMESTAMP are stored

ChangeSet
  1.1416.86.58 03/03/19 17:46:36 Sinisa@sinisa.nasamreza.org +1 -0
  Fixed a bug when SELECT @@inexistent_variable caused the
  error in client - server protocl due to two net_printf() being
  sent to the client.

  sql/item_func.cc
    1.90 03/03/19 17:46:31 Sinisa@sinisa.nasamreza.org +0 -3
    Fixed a bug when SELECT @@inexistent_variable caused the
    error in client - server protocl due to two net_printf() being
    sent to the client.

ChangeSet
  1.1416.86.57 03/03/19 17:25:59 Sinisa@sinisa.nasamreza.org +1 -0
  A fix for the bug with setting of SQL_BIG_SELECTS option.

  sql/set_var.cc
    1.25 03/03/19 17:25:54 Sinisa@sinisa.nasamreza.org +1 -1
    A fix for the bug with setting of SQL_BIG_SELECTS option.

ChangeSet
  1.676.292.1 03/03/19 15:16:51 guilhem@mysql.com +3 -0
  Do not silently do RESET MASTER when one does 'mysqldump --master-data' ;
  only do it if the user specifies --delete-master-logs (new option).
  Safer + fixes bug #159.

  BitKeeper/etc/logging_ok
    1.153.1.89 03/03/19 15:16:50 guilhem@mysql.com +1 -0
    Logging to logging@openlogging.org accepted

  client/mysqldump.c
    1.37.2.1 03/03/19 15:15:38 guilhem@mysql.com +17 -8
    New option --delete-master-logs for mysqldump

  client/client_priv.h
    1.1.1.4 03/03/19 15:15:38 guilhem@mysql.com +2 -1
    New option --delete-master-logs for mysqldump

ChangeSet
  1.1416.86.56 03/03/19 16:10:16 Sinisa@sinisa.nasamreza.org +1 -0
  A fix for SHOW PROCESSLIST bug

  sql/sql_show.cc
    1.103 03/03/19 16:10:12 Sinisa@sinisa.nasamreza.org +2 -2
    A fix for SHOW PROCESSLIST bug

ChangeSet
  1.1416.111.1 03/03/19 14:04:30 pem@mysql.com +1 -0
  Fixed lots of typos, and translated a few messages.

  sql/share/swedish/errmsg.txt
    1.54 03/03/19 14:04:28 pem@mysql.com +85 -85
    Fixed lots of typos, and translated a few messages.

ChangeSet
  1.1416.110.1 03/03/19 00:47:38 monty@narttu.mysql.fi +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-4.0
  into narttu.mysql.fi:/my/mysql-4.0

  configure.in
    1.269 03/03/19 00:47:36 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1416.109.3 03/03/19 00:45:44 monty@narttu.mysql.fi +13 -0
  Allow optimzation of multi-table-update also for InnoDB tables
  MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP
  Fixed bug in multi-table-update where a row could be updated several times

  sql/sql_yacc.yy
    1.201.2.1 03/03/19 00:45:43 monty@narttu.mysql.fi +3 -0
    MEMORY is alias for HEAP

  sql/sql_update.cc
    1.79 03/03/19 00:45:43 monty@narttu.mysql.fi +105 -41
    Fixed bug in multi-table-update where a row could be updated several times

  sql/sql_test.cc
    1.12 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -1
    Fixed wrong printf

  sql/lex.h
    1.91 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -0
    MEMORY is alias for HEAP

  sql/key.cc
    1.17 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -1
    After merge fix

  sql/handler.h
    1.82 03/03/19 00:45:43 monty@narttu.mysql.fi +0 -1
    Allow optimzation of multi-update also for InnoDB tables

  sql/ha_innodb.h
    1.51 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -2
    Allow optimzation of multi-table-update also for InnoDB tables

  mysql-test/t/multi_update.test
    1.20 03/03/19 00:45:43 monty@narttu.mysql.fi +28 -0
    Added multi-update-test

  mysql-test/t/innodb.test
    1.37 03/03/19 00:45:43 monty@narttu.mysql.fi +28 -0
    Added multi-update-test

  mysql-test/t/heap.test
    1.8 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -1
    Test of CREATE TABLE ... type=MEMORY

  mysql-test/r/multi_update.result
    1.18 03/03/19 00:45:43 monty@narttu.mysql.fi +64 -0
    Added multi-update-test

  mysql-test/r/innodb.result
    1.59 03/03/19 00:45:43 monty@narttu.mysql.fi +79 -0
    Added multi-update-test

  mysql-test/r/heap.result
    1.12 03/03/19 00:45:43 monty@narttu.mysql.fi +1 -1
    Test of CREATE TABLE ... type=MEMORY

ChangeSet
  1.1416.86.54 03/03/18 22:14:02 lenz@mysql.com +10 -0
   - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported
     symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
   - cleanup: removed client/password.c (not used at all) and
     libmysql/password.c (should rather be a symlink to sql/password.c instead)
   - applied HPUX11 portability fix for char_val declaration to sql/password.c
     (taken from libmysql/password.c)

  sql/sql_crypt.cc
    1.5 03/03/18 22:13:45 lenz@mysql.com +3 -3
     - replaced "rnd" with "my_rnd"

  sql/sql_class.cc
    1.102 03/03/18 22:13:45 lenz@mysql.com +1 -1
     - replaced "rnd" with "my_rnd"

  sql/password.c
    1.8 03/03/18 22:13:45 lenz@mysql.com +6 -6
     - replaced "rnd" with "my_rnd"

  sql/mysqld.cc
    1.408 03/03/18 22:13:45 lenz@mysql.com +1 -1
     - replaced "rnd" with "my_rnd"

  sql/item_func.cc
    1.89 03/03/18 22:13:45 lenz@mysql.com +1 -1
     - replaced "rnd" with "my_rnd"

  libmysqld/Makefile.am
    1.23 03/03/18 22:13:45 lenz@mysql.com +2 -2
     - use password.c from the sql directory instead

  libmysql/Makefile.am
    1.31 03/03/18 22:13:45 lenz@mysql.com +3 -5
     - removed dead piece of code ($qs was not defined)
     - symlink password.c from the sql directory

  include/mysql_com.h
    1.49 03/03/18 22:13:45 lenz@mysql.com +1 -1
     - replaced "rnd" with "my_rnd"

  BitKeeper/deleted/.del-password.c~76f30876e68eddb4
    1.10 03/03/18 16:05:32 lenz@mysql.com +0 -0
    Delete: libmysql/password.c

  libmysql/password.c
    1.9 03/03/18 16:02:23 lenz@mysql.com +0 -0
    Rename: BitKeeper/deleted/.del-password.c~76f30876e68eddb4 -> libmysql/password.c

  BitKeeper/deleted/.del-password.c~76f30876e68eddb4
    1.8 03/03/18 15:31:06 lenz@mysql.com +0 -0
    Delete: libmysql/password.c

  BitKeeper/deleted/.del-password.c~c036d4f8b3280843
    1.6 03/03/18 15:30:51 lenz@mysql.com +0 -0
    Delete: client/password.c

ChangeSet
  1.1416.86.53 03/03/18 10:00:29 lenz@mysql.com +1 -0
   - updated version number (4.0.12 -> 4.0.13)
   - tagged ChangeSet 1.1671 as mysql-4.0.12

  configure.in
    1.267.1.1 03/03/18 10:00:27 lenz@mysql.com +1 -1
     - updated version number (4.0.12 -> 4.0.13)

ChangeSet
  1.1416.109.2 03/03/18 03:19:20 monty@narttu.mysql.fi +7 -0
  Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables

  strings/strto.c
    1.10 03/03/18 03:19:18 monty@narttu.mysql.fi +0 -0
    Merge with 3.23

  mysql-test/t/innodb.test
    1.36 03/03/18 03:19:18 monty@narttu.mysql.fi +11 -11
    Merge with 3.23

  mysql-test/r/innodb.result
    1.58 03/03/18 03:19:18 monty@narttu.mysql.fi +0 -10
    Merge with 3.23

  configure.in
    1.268 03/03/18 03:19:18 monty@narttu.mysql.fi +0 -1
    Merge with 3.23

  sql/key.cc
    1.16 03/03/18 03:16:49 monty@narttu.mysql.fi +0 -0
    Auto merged

  mysql-test/t/innodb.test
    1.11.4.2 03/03/18 03:16:49 monty@narttu.mysql.fi +0 -0
    Turn off SCCS flag

  mysql-test/r/innodb.result
    1.9.8.2 03/03/18 03:16:49 monty@narttu.mysql.fi +0 -0
    Turn off SCCS flag

  innobase/row/row0sel.c
    1.31 03/03/18 03:16:49 monty@narttu.mysql.fi +0 -7
    Auto merged

  innobase/row/row0mysql.c
    1.40 03/03/18 03:16:49 monty@narttu.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1416.109.1 03/03/18 03:16:12 monty@narttu.mysql.fi +3 -0
  Test of range optimizer in InnoDB

  sql/ha_myisam.cc
    1.121 03/03/18 03:16:10 monty@narttu.mysql.fi +30 -0
    Added function comment

  mysql-test/t/innodb.test
    1.35 03/03/18 03:16:10 monty@narttu.mysql.fi +33 -1
    Test of range optimizer in InnoDB

  mysql-test/r/innodb.result
    1.57 03/03/18 03:16:10 monty@narttu.mysql.fi +32 -1
    Test of range optimizer in InnoDB

ChangeSet
  1.676.291.1 03/03/18 02:51:16 monty@narttu.mysql.fi +4 -0
  Fix of 'halloween bug' with UPDATE of InnoDB tables.

  strings/strto.c
    1.5.1.2 03/03/18 02:51:15 monty@narttu.mysql.fi +2 -0
    Portability fix

  sql/key.cc
    1.10.1.2 03/03/18 02:51:15 monty@narttu.mysql.fi +8 -0
    Fix of 'halloween bug' with UPDATE of InnoDB tables.

  mysql-test/t/innodb.test
    1.11.4.1 03/03/18 02:51:15 monty@narttu.mysql.fi +11 -0
    Test of 'halloween bug'

  mysql-test/r/innodb.result
    1.9.8.1 03/03/18 02:51:15 monty@narttu.mysql.fi +10 -0
    Test of 'halloween bug'

ChangeSet
  1.1416.86.52 03/03/17 22:51:56 guilhem@mysql.com +7 -0
  New variable rli->ignore_log_space_limit to resolve
  a deadlock between I/O and SQL threads in replication
  when relay_log_space is too small. This fixes bug #79.

  mysql-test/t/rpl_relayspace.test
    1.1 03/03/17 22:51:53 guilhem@mysql.com +33 -0

  mysql-test/t/rpl_relayspace-slave.opt
    1.1 03/03/17 22:51:53 guilhem@mysql.com +1 -0

  mysql-test/r/rpl_relayspace.result
    1.1 03/03/17 22:51:53 guilhem@mysql.com +13 -0

  sql/sql_repl.cc
    1.92 03/03/17 22:51:53 guilhem@mysql.com +4 -4
    New variable rli->ignore_log_space_limit to resolve
    a deadlock between I/O and SQL threads in replication
    when relay_log_space is too small.

  sql/slave.h
    1.56 03/03/17 22:51:53 guilhem@mysql.com +7 -0
    New variable rli->ignore_log_space_limit to resolve
    a deadlock between I/O and SQL threads in replication
    when relay_log_space is too small.

  sql/slave.cc
    1.217 03/03/17 22:51:53 guilhem@mysql.com +51 -9
    New variable rli->ignore_log_space_limit to resolve
    a deadlock between I/O and SQL threads in replication
    when relay_log_space is too small.

  sql/log.cc
    1.113 03/03/17 22:51:53 guilhem@mysql.com +2 -0
    New variable rli->ignore_log_space_limit to resolve
    a deadlock between I/O and SQL threads in replication
    when relay_log_space is too small.

  mysql-test/t/rpl_relayspace.test
    1.0 03/03/17 22:51:53 guilhem@mysql.com +0 -0
    BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/rpl_relayspace.test

  mysql-test/t/rpl_relayspace-slave.opt
    1.0 03/03/17 22:51:53 guilhem@mysql.com +0 -0
    BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/t/rpl_relayspace-slave.opt

  mysql-test/r/rpl_relayspace.result
    1.0 03/03/17 22:51:53 guilhem@mysql.com +0 -0
    BitKeeper file /home/mysql_src/mysql-4.0/mysql-test/r/rpl_relayspace.result

ChangeSet
  1.676.290.4 03/03/17 19:39:01 serg@serg.mysql.com +1 -0
  crash fix

  client/mysqldump.c
    1.37.1.15 03/03/17 19:39:00 serg@serg.mysql.com +1 -1
    crash fix

ChangeSet
  1.1416.108.1 03/03/17 19:06:14 monty@narttu.mysql.fi +6 -0
  Change dbug.h -> my_dbug.h (Portability fix)
  Ensure that \ is not allowed in filenames, even on Unix

  sql/table.cc
    1.64 03/03/17 19:06:13 monty@narttu.mysql.fi +1 -1
    Ensure that \ is not allowed in filenames, even on Unix

  libmysqld/lib_vio.c
    1.15 03/03/17 19:06:13 monty@narttu.mysql.fi +0 -1
    Change dbug.h -> my_dbug.h

  libmysql/get_password.c
    1.11 03/03/17 19:06:13 monty@narttu.mysql.fi +0 -1
    Change dbug.h -> my_dbug.h

  include/my_global.h
    1.38 03/03/17 19:06:13 monty@narttu.mysql.fi +1 -1
    Change dbug.h -> my_dbug.h

  include/Makefile.am
    1.38 03/03/17 19:06:13 monty@narttu.mysql.fi +1 -1
    Change dbug.h -> my_dbug.h

  include/my_dbug.h
    1.7 03/03/17 16:29:36 monty@narttu.mysql.fi +0 -0
    Rename: include/dbug.h -> include/my_dbug.h

ChangeSet
  1.1416.86.50 03/03/17 15:50:56 jani@hynda.(none) +1 -0
  Fixed a bug in --one-database.

  client/mysql.cc
    1.131 03/03/17 15:50:50 jani@hynda.(none) +2 -1
    Fixed a bug in --one-database.

ChangeSet
  1.1416.107.3 03/03/16 16:28:30 monty@mashka.mysql.fi +3 -0
  Write binlog before commit when doing INSERT ... SELECT

  sql/sql_update.cc
    1.78 03/03/16 16:28:28 monty@mashka.mysql.fi +12 -1
    Added comment

  sql/sql_insert.cc
    1.95 03/03/16 16:28:28 monty@mashka.mysql.fi +8 -6
    Write binlog before commit

  mysql-test/r/create.result
    1.16 03/03/16 16:28:28 monty@mashka.mysql.fi +7 -0
    After merge fix

ChangeSet
  1.676.290.3 03/03/16 14:40:41 heikki@hundin.mysql.fi +1 -0
  row0mysql.c:
    Test if merging from 3.23 to 4.0 succeeds

  innobase/row/row0mysql.c
    1.16.1.24 03/03/16 14:40:27 heikki@hundin.mysql.fi +1 -1
    Test if merging from 3.23 to 4.0 succeeds

ChangeSet
  1.1416.86.48 03/03/16 09:01:47 heikki@hundin.mysql.fi +1 -0
  trx0roll.c:
    Fix compiler warning in Windows about ib_longlong to ulint conversion

  innobase/trx/trx0roll.c
    1.9 03/03/16 09:01:36 heikki@hundin.mysql.fi +3 -3
    Fix compiler warning in Windows about ib_longlong to ulint conversion

ChangeSet
  1.676.290.2 03/03/15 20:05:55 heikki@hundin.mysql.fi +1 -0
  row0sel.c:
    Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal

  innobase/row/row0sel.c
    1.15.1.7 03/03/15 20:05:47 heikki@hundin.mysql.fi +7 -12
    Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal

ChangeSet
  1.1416.86.47 03/03/15 20:05:03 heikki@hundin.mysql.fi +1 -0
  row0sel.c:
    Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal

  innobase/row/row0sel.c
    1.30 03/03/15 20:04:54 heikki@hundin.mysql.fi +7 -12
    Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal

ChangeSet
  1.1416.86.46 03/03/15 18:42:55 lenz@mysql.com +2 -0
   - fixed C++-style comments to make IBM C compiler happy

  strings/t_ctype.h
    1.6 03/03/15 18:42:53 lenz@mysql.com +4 -4
     - fixed C++-style comments to make IBM C compiler happy

  client/mysqlshow.c
    1.26 03/03/15 18:42:53 lenz@mysql.com +1 -1
     - fixed C++-style comment to make IBM C compiler happy

