ChangeSet
  1.1276.3.1 02/12/05 01:01:38 serg@serg.mysql.com +1 -0
  better fix for read_rows, same for read_one_row

  libmysql/libmysql.c
    1.72 02/12/05 01:01:37 serg@serg.mysql.com +9 -2
    better fix for read_rows, same for read_one_row

ChangeSet
  1.1285 02/12/04 21:50:59 Sinisa@sinisa.nasamreza.org +1 -0
  a test case for double free'ing of pointer in alter table ...

  mysql-test/t/temp_table.test
    1.3 02/12/04 21:50:57 Sinisa@sinisa.nasamreza.org +5 -0
    a test case for double free'ing of pointer in alter table ...

ChangeSet
  1.1284 02/12/04 21:39:15 Sinisa@sinisa.nasamreza.org +1 -0
  some code cleanup

  sql/sql_table.cc
    1.110 02/12/04 21:39:13 Sinisa@sinisa.nasamreza.org +0 -1
    code cleanup

ChangeSet
  1.1276.1.3 02/12/04 20:51:18 Sinisa@sinisa.nasamreza.org +2 -0
  A fix for double free'd pointer bug ...

  sql/sql_table.cc
    1.109 02/12/04 20:51:16 Sinisa@sinisa.nasamreza.org +7 -1
    A fix for double free'd pointer bug ...

  BitKeeper/etc/ignore
    1.82 02/12/04 20:51:16 Sinisa@sinisa.nasamreza.org +2 -0
    Added innobase/stamp-h1 stamp-h1 to the ignore list

ChangeSet
  1.1282 02/12/04 19:16:45 lenz@mysql.com +1 -0
   - portability patch to work around bugs in the HP compiler's "inline"
     handling (backport from 4.0 tree)

  include/global.h
    1.51 02/12/04 19:16:44 lenz@mysql.com +4 -0
     - portability patch to work around bugs in the HP compiler's "inline"
       handling (backport from 4.0 tree)

ChangeSet
  1.1279.1.1 02/12/04 16:16:06 lenz@mysql.com +7 -0
   - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)
   - sql_analyse.cc: Fixed bug in decimal handling

  sql/sql_analyse.cc
    1.9 02/12/04 16:16:06 lenz@mysql.com +1 -1
     - Fixed bug in decimal handling

  mysys/my_tempnam.c
    1.8 02/12/04 16:16:06 lenz@mysql.com +6 -0
     - Portability fix for HP compiler on HPUX11

  mysys/my_static.h
    1.7 02/12/04 16:16:05 lenz@mysql.com +1 -1
     - Portability fix for HP compiler on HPUX11

  mysys/my_static.c
    1.8 02/12/04 16:16:05 lenz@mysql.com +1 -1
     - Portability fix for HP compiler on HPUX11

  mysys/hash.c
    1.12 02/12/04 16:16:05 lenz@mysql.com +10 -5
     - Portability fix for HP compiler on HPUX11

  libmysql/password.c
    1.4 02/12/04 16:16:05 lenz@mysql.com +1 -1
     - Portability fix for HP compiler on HPUX11

  configure.in
    1.204 02/12/04 16:16:05 lenz@mysql.com +6 -0
     - Portability fix for HP compiler on HPUX11

ChangeSet
  1.1276.2.4 02/12/04 16:52:46 monty@mashka.mysql.fi +3 -0
  Fixed 'stack direction' check in autoconf
  Workaround for problem with autconf 2.53 on Solaris
  (Fixes problem with SOCKET_SIZE_TYPE)

  acinclude.m4
    1.47 02/12/04 16:52:39 monty@mashka.mysql.fi +33 -2
    Fixed 'stack direction' check.
    Workaround for problem with autconf 2.53 on Solaris
    (Fixes problem with SOCKET_SIZE_TYPE)

  BUILD/compile-solaris-sparc-purify
    1.9 02/12/04 16:52:39 monty@mashka.mysql.fi +1 -1
    Removed non standard compiler options

  BUILD/compile-solaris-sparc
    1.7 02/12/04 16:52:38 monty@mashka.mysql.fi +1 -1
    Removed non standard compiler options

ChangeSet
  1.1276.2.3 02/12/04 09:54:58 serg@serg.mysql.com +1 -0
  proper casting in COM_TABLE_DUMP (backported from 4.0)

  sql/sql_parse.cc
    1.151 02/12/04 09:54:57 serg@serg.mysql.com +2 -2
    proper casting in COM_TABLE_DUMP (backported from 4.0)

ChangeSet
  1.1276.2.2 02/12/04 01:26:32 serg@serg.mysql.com +1 -0
  protect from [heap] buffer overrrun by malicious server

  libmysql/libmysql.c
    1.71 02/12/04 01:26:31 serg@serg.mysql.com +10 -2
    protect from [heap] buffer overrrun by malicious server

ChangeSet
  1.1276.2.1 02/12/04 00:27:09 serg@serg.mysql.com +1 -0
  Security bug: password length check should be in check_user, not check_connections(),
  otherwise COM_CHANGE_USER is unprotected and can be used for both privilege escalation and buffer overrun

  sql/sql_parse.cc
    1.150 02/12/04 00:27:08 serg@serg.mysql.com +2 -2
    Security bug: password length check should be in check_user, not check_connections(),
    otherwise COM_CHANGE_USER is unprotected and can be used for both privilege escalation and buffer overrun

ChangeSet
  1.1275.1.2 02/12/02 15:33:16 Sinisa@sinisa.nasamreza.org +3 -0
  Proper fix for SHOW VARS on 64-bit systems

  sql/structs.h
    1.9 02/12/02 15:33:14 Sinisa@sinisa.nasamreza.org +1 -1
    Proper fix for SHOW VARS on 64-bit systems

  sql/sql_show.cc
    1.64 02/12/02 15:33:14 Sinisa@sinisa.nasamreza.org +4 -1
    Proper fix for SHOW VARS on 64-bit systems

  sql/mysqld.cc
    1.259 02/12/02 15:33:14 Sinisa@sinisa.nasamreza.org +1 -1
    Proper fix for SHOW VARS on 64-bit systems

ChangeSet
  1.1275.1.1 02/12/02 15:12:56 Sinisa@sinisa.nasamreza.org +1 -0
  moving fix elsewhere ...

  sql/sql_show.cc
    1.63 02/12/02 15:12:54 Sinisa@sinisa.nasamreza.org +1 -1
    moving a fix to 4.1.

ChangeSet
  1.1276 02/12/02 13:41:51 monty@hundin.mysql.fi +4 -0
  Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23

ChangeSet
  1.1274 02/12/02 14:16:02 Sinisa@sinisa.nasamreza.org +4 -0
  Fix for sum_func IN (..)

  sql/item_cmpfunc.h
    1.14 02/12/02 13:41:50 monty@hundin.mysql.fi +0 -0
    Auto merged

  sql/item_cmpfunc.cc
    1.26 02/12/02 13:41:50 monty@hundin.mysql.fi +0 -0
    Auto merged

  mysql-test/t/group_by.test
    1.9 02/12/02 13:41:50 monty@hundin.mysql.fi +0 -0
    Auto merged

  mysql-test/r/group_by.result
    1.9 02/12/02 13:41:50 monty@hundin.mysql.fi +0 -0
    Auto merged

  sql/item_cmpfunc.h
    1.13 02/12/02 14:16:01 Sinisa@sinisa.nasamreza.org +2 -1
    Fix for sum_func IN (..)

  sql/item_cmpfunc.cc
    1.25 02/12/02 14:16:01 Sinisa@sinisa.nasamreza.org +5 -1
    Fix for sum_func IN (..)

  mysql-test/t/group_by.test
    1.8 02/12/02 14:16:01 Sinisa@sinisa.nasamreza.org +2 -0
    Fix for sum_func IN (..)

  mysql-test/r/group_by.result
    1.8 02/12/02 14:16:01 Sinisa@sinisa.nasamreza.org +5 -0
    Fix for sum_func IN (..)

ChangeSet
  1.1269.2.2 02/12/02 13:41:08 monty@hundin.mysql.fi +5 -0
  Fixed bug in MAX() optimization when used with JOIN and ON expressions
  (Patch from 4.0.5)

  sql/opt_sum.cc
    1.10 02/12/02 13:41:06 monty@hundin.mysql.fi +13 -0
    Fixed bug in MAX() optimization when used with JOIN and ON expressions

  sql/item_cmpfunc.h
    1.11.1.1 02/12/02 13:41:06 monty@hundin.mysql.fi +2 -0
    Fixed bug in MAX() optimization when used with JOIN and ON expressions

  sql/item_cmpfunc.cc
    1.23.1.1 02/12/02 13:41:06 monty@hundin.mysql.fi +39 -0
    Fixed bug in MAX() optimization when used with JOIN and ON expressions

  mysql-test/t/group_by.test
    1.6.1.1 02/12/02 13:41:06 monty@hundin.mysql.fi +40 -1
    Test for bug

  mysql-test/r/group_by.result
    1.6.1.1 02/12/02 13:41:06 monty@hundin.mysql.fi +6 -0
    Updated results

ChangeSet
  1.1269.2.1 02/12/02 10:47:15 monty@hundin.mysql.fi +1 -0
  Fixed bug in <=> NULL handling

  sql/opt_range.cc
    1.47 02/12/02 10:47:13 monty@hundin.mysql.fi +1 -1
    Fixed bug in <=> NULL handling

ChangeSet
  1.1272 02/11/30 18:38:44 Sinisa@sinisa.nasamreza.org +4 -0
  a fix for a bug with HAVING sum_func IN (...)

  sql/item_cmpfunc.h
    1.12 02/11/30 18:38:42 Sinisa@sinisa.nasamreza.org +2 -0
    a fix for a bug with HAVING sum_func IN (...)

  sql/item_cmpfunc.cc
    1.24 02/11/30 18:38:42 Sinisa@sinisa.nasamreza.org +8 -0
    a fix for a bug with HAVING sum_func IN (...)

  mysql-test/t/group_by.test
    1.7 02/11/30 18:38:42 Sinisa@sinisa.nasamreza.org +1 -0
    a fix for a bug with HAVING sum_func IN (...)

  mysql-test/r/group_by.result
    1.7 02/11/30 18:38:42 Sinisa@sinisa.nasamreza.org +7 -0
    a fix for a bug with HAVING sum_func IN (...)

ChangeSet
  1.1269.1.2 02/11/29 17:36:36 lenz@mysql.com +1 -0
   - removed unused variable $defaults
   - parse mysql.server section in my.cnf as well

  support-files/mysql.server.sh
    1.19 02/11/29 17:36:32 lenz@mysql.com +3 -2
     - removed unused variable $defaults
     - parse mysql.server section in my.cnf as well

ChangeSet
  1.1269.1.1 02/11/28 19:38:22 serg@serg.mysql.com +1 -0
  Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql

  sql/mysqld.cc
    1.258 02/11/28 19:38:21 serg@serg.mysql.com +0 -0
    Auto merged

ChangeSet
  1.1257.1.3 02/11/28 19:38:01 serg@serg.mysql.com +1 -0
  chroot() need chdir("/") afterwards to work

  sql/mysqld.cc
    1.254.2.1 02/11/28 19:37:59 serg@serg.mysql.com +1 -0
    chroot() need chdir("/") afterwards to work

ChangeSet
  1.1271 02/11/28 16:37:58 Sinisa@sinisa.nasamreza.org +1 -0
  Better fix for 64 bit CPU ..

  sql/sql_show.cc
    1.62 02/11/28 16:37:56 Sinisa@sinisa.nasamreza.org +1 -1
    Better fix for 64 bit CPU ..

ChangeSet
  1.1259.3.1 02/11/27 18:05:41 Sinisa@sinisa.nasamreza.org +1 -0
  fix for SHOW VARS for IA64 and other 64 bit systems

  sql/sql_show.cc
    1.61 02/11/27 18:05:39 Sinisa@sinisa.nasamreza.org +1 -1
    fix for SHOW VARS for IA64 and other 64 bit systems

ChangeSet
  1.1269 02/11/27 10:05:49 miguel@hegel.br +1 -0
  Fix for shutdown on several instances servers started as standalone

  sql/mysqld.cc
    1.257 02/11/27 10:05:20 miguel@hegel.br +13 -12
    Fix for shutdown on several instances servers started as standalone

ChangeSet
  1.1268 02/11/25 13:30:56 lenz@mysql.com +1 -0
   - fixed tabbing

  support-files/mysql.server.sh
    1.18 02/11/25 13:30:55 lenz@mysql.com +1 -1
     - fixed tabbing

ChangeSet
  1.1267 02/11/25 13:14:38 lenz@mysql.com +1 -0
  mysql.server.sh:
  
   - reverted some incompatible/non-portable modifications

  support-files/mysql.server.sh
    1.17 02/11/25 13:14:37 lenz@mysql.com +3 -3
     - reverted non-portable change ("echo -n" does not work on all platforms)
     - reverted incompatible change (better fix the docs than break existing
       installations)

ChangeSet
  1.1266 02/11/24 16:20:41 monty@mashka.mysql.fi +1 -0
  Rewrote nice handling to make more portable

  scripts/safe_mysqld.sh
    1.47 02/11/24 16:20:40 monty@mashka.mysql.fi +8 -3
    Rewrote nice handling to make more portable

ChangeSet
  1.1265 02/11/22 18:26:45 lenz@mysql.com +2 -0
  scripts/safe_mysqld.sh
       - fix setting of niceness level
  
  support-files/mysql.server.sh
       - applied some fixes from 4.0 mysql.server script
       - fix my.cnf parsing

  support-files/mysql.server.sh
    1.16 02/11/22 18:26:44 lenz@mysql.com +27 -13
     - applied some fixes from 4.0 mysql.server script
     - fix to actually parse the documented section ([mysql.server] not
       [mysql_server]) in my.cnf on startup

  scripts/safe_mysqld.sh
    1.46 02/11/22 18:26:44 lenz@mysql.com +1 -1
     - fix setting of niceness level, if one adds "renice -20 $$" to safe_mysqld
       as hinted in the manual (which could result in NOHUP_NICENESS having a
       value of "-15" and hence there would be one dash too much)

ChangeSet
  1.1259.1.7 02/11/22 13:52:40 monty@mashka.mysql.fi +4 -0
  Moved test to correct file

  mysql-test/t/func_time.test
    1.10 02/11/22 13:52:39 monty@mashka.mysql.fi +18 -0
    Moved test to correct file

  mysql-test/t/func_test.test
    1.6 02/11/22 13:52:38 monty@mashka.mysql.fi +0 -10
    Moved test to correct file

  mysql-test/r/func_time.result
    1.10 02/11/22 13:52:38 monty@mashka.mysql.fi +5 -0
    Moved test to correct file

  mysql-test/r/func_test.result
    1.7 02/11/22 13:52:38 monty@mashka.mysql.fi +0 -3
    Moved test to correct file

ChangeSet
  1.1259.1.6 02/11/22 13:38:37 monty@mashka.mysql.fi +1 -0
  Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23

  sql/mysqld.cc
    1.256 02/11/22 13:38:36 monty@mashka.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1259.2.1 02/11/22 13:35:43 monty@mashka.mysql.fi +5 -0
  Fixed bug with indexed NULL column <=> NULL
  Fix for Mac OS X shutdown

  sql/opt_range.cc
    1.46 02/11/22 13:35:41 monty@mashka.mysql.fi +12 -6
    Fixed bug with indexed NULL column <=> NULL

  sql/mysqld.cc
    1.254.1.1 02/11/22 13:35:41 monty@mashka.mysql.fi +4 -0
    Fix for Mac OS X shutdown

  mysql-test/t/null_key.test
    1.5 02/11/22 13:35:41 monty@mashka.mysql.fi +21 -0
    Test for bug in <=> NULL

  mysql-test/r/null_key.result
    1.8 02/11/22 13:35:41 monty@mashka.mysql.fi +17 -0
    Test for bug in <=> NULL

  mysql-test/mysql-test-run.sh
    1.90 02/11/22 13:35:40 monty@mashka.mysql.fi +2 -1
    Log client error messages

ChangeSet
  1.1259.1.5 02/11/21 18:14:27 Sinisa@sinisa.nasamreza.org +1 -0
  fix error in result

  mysql-test/r/func_test.result
    1.6 02/11/21 18:14:26 Sinisa@sinisa.nasamreza.org +0 -1
    Fixing the error in result

ChangeSet
  1.1259.1.4 02/11/21 17:55:49 Sinisa@sinisa.nasamreza.org +1 -0
  A fix for --bind-address=hostname

  sql/mysqld.cc
    1.255 02/11/21 17:55:47 Sinisa@sinisa.nasamreza.org +1 -2
    A fix for --bind-address=hostname

ChangeSet
  1.1262 02/11/20 22:16:29 lenz@mysql.com +1 -0
  Do-compile:
  
   - applied some changes from the 4.0 tree (enable multiple 
     --conf-environment options, add --with-debug, don't add "-max"
     prefix just because BDB is enabled)

  Build-tools/Do-compile
    1.50 02/11/20 22:16:28 lenz@mysql.com +15 -9
     - applied some changes from the 4.0 tree (enable multiple 
       --conf-environment options, add --with-debug, don't add "-max"
       prefix just because BDB is enabled)

ChangeSet
  1.1259.1.2 02/11/19 17:08:07 heikki@hundin.mysql.fi +1 -0
  ha_innobase.cc:
    Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table

  sql/ha_innobase.cc
    1.110 02/11/19 17:07:58 heikki@hundin.mysql.fi +3 -1
    Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table

ChangeSet
  1.1259.1.1 02/11/19 16:54:52 heikki@hundin.mysql.fi +2 -0
  row0mysql.c, row0mysql.h:
    Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table

  innobase/row/row0mysql.c
    1.37 02/11/19 16:35:35 heikki@hundin.mysql.fi +1 -0
    Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table

  innobase/include/row0mysql.h
    1.12 02/11/19 16:34:35 heikki@hundin.mysql.fi +1 -0
    Backport of bug fix in 4.0: do not x-lock rows under LOCK TABLES READ unless the table is a temp table

ChangeSet
  1.1260 02/11/19 13:45:51 lenz@mysql.com +1 -0
   - applied patch for AMD x86-64
     (thanks to Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

  bdb/dist/aclocal/mutex.m4
    1.4 02/11/19 13:45:50 lenz@mysql.com +2 -0
     - applied patch for AMD x86-64

ChangeSet
  1.1257.1.2 02/11/18 16:50:37 serg@serg.mysql.com +1 -0
  add -DHAVE_BROKEN_REALPATH to CFLAGS on FreeBSD (previous patch touched only CXXFLAGS)

  configure.in
    1.203 02/11/18 16:50:35 serg@serg.mysql.com +1 -0
    add -DHAVE_BROKEN_REALPATH to CFLAGS on FreeBSD (previous patch touched only CXXFLAGS)

ChangeSet
  1.1257.1.1 02/11/18 16:31:03 serg@serg.mysql.com +1 -0
  Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql

  configure.in
    1.202 02/11/18 16:31:01 serg@serg.mysql.com +0 -0
    Auto merged

ChangeSet
  1.1256.1.1 02/11/18 16:30:19 serg@serg.mysql.com +1 -0
  added -DHAVE_BROKEN_REALPATH for FreeBSD builds

  configure.in
    1.200.1.1 02/11/18 16:30:17 serg@serg.mysql.com +1 -1
    added -DHAVE_BROKEN_REALPATH for FreeBSD builds

ChangeSet
  1.1253.1.1 02/11/18 14:59:45 monty@mashka.mysql.fi +1 -0
  Small change to make key cache code cleaer

  mysys/mf_keycache.c
    1.15 02/11/18 14:59:43 monty@mashka.mysql.fi +6 -5
    Small change to make key cache code cleaer

ChangeSet
  1.1257 02/11/17 16:45:21 lenz@mysql.com +23 -0
   - Applied required modifications for automake 1.5
   - "make distcheck" needs to be fixed

  vio/Makefile.am
    1.5 02/11/17 16:29:45 lenz@mysql.com +0 -12
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  strings/Makefile.am
    1.21 02/11/17 16:29:45 lenz@mysql.com +1 -10
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy
     - removed @CHARSET_SRCS@

  sql/Makefile.am
    1.45 02/11/17 16:29:45 lenz@mysql.com +0 -10
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  regex/Makefile.am
    1.6 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  mysys/Makefile.am
    1.28 02/11/17 16:29:45 lenz@mysql.com +1 -10
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy
     - added $(EXEEXT) to test_charset

  myisammrg/Makefile.am
    1.6 02/11/17 16:29:45 lenz@mysql.com +0 -8
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  myisam/Makefile.am
    1.15 02/11/17 16:29:45 lenz@mysql.com +0 -11
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  missing
    1.3 02/11/17 16:29:45 lenz@mysql.com +101 -8
     - applied diffs from missing of automake 1.5

  merge/Makefile.am
    1.5 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  ltmain.sh
    1.8 02/11/17 16:29:45 lenz@mysql.com +1761 -792
     - applied diffs from ltmain.sh of libtool 1.4.2

  ltconfig
    1.8 02/11/17 16:29:45 lenz@mysql.com +2 -2
     - small correction for new libtool

  libmysql_r/Makefile.am
    1.7 02/11/17 16:29:45 lenz@mysql.com +0 -11
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  isam/Makefile.am
    1.6 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  install-sh
    1.3 02/11/17 16:29:45 lenz@mysql.com +2 -1
     - applied diffs from install.sh of automake 1.5

  heap/Makefile.am
    1.6 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  extra/Makefile.am
    1.8 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  dbug/Makefile.am
    1.6 02/11/17 16:29:45 lenz@mysql.com +0 -9
     - removed OMIT_DEPENDENCIES to make automake 1.5 happy

  configure.in
    1.201 02/11/17 16:29:45 lenz@mysql.com +4 -1
     - renamed "AM_PROG_LIBTOOL" -> "AC_PROG_LIBTOOL"
     - added "AM_PROG_AS" for automake 1.5

  config.sub
    1.7 02/11/17 16:29:45 lenz@mysql.com +177 -94
     - applied diffs from config.sub of automake 1.5

  config.guess
    1.5 02/11/17 16:29:45 lenz@mysql.com +501 -269
     - applied diffs from config.guess of automake 1.5

  acinclude.m4
    1.46 02/11/17 16:29:45 lenz@mysql.com +0 -432
     - removed libtool.m4 (is part of libtool 1.4)

  BitKeeper/etc/ignore
    1.81 02/11/17 16:29:45 lenz@mysql.com +9 -0
    Added autom4te.cache/output.0 autom4te.cache/requests autom4te.cache/traces.0 bdb/dist/autom4te.cache/output.0 bdb/dist/autom4te.cache/requests bdb/dist/autom4te.cache/traces.0 innobase/autom4te.cache/output.0 innobase/autom4te.cache/requests innobase/autom4te.cache/traces.0 to the ignore list

  depcomp
    1.1 02/11/17 14:33:35 mysqldev@build.mysql2.com +411 -0

  depcomp
    1.0 02/11/17 14:33:35 mysqldev@build.mysql2.com +0 -0
    BitKeeper file /build/mysqldev/my/mysql-3.23-automake/depcomp

ChangeSet
  1.1256 02/11/17 00:35:13 serg@serg.mysql.com +1 -0
  Delete: include/.my_sys.h.swp

  BitKeeper/deleted/.del-.my_sys.h.swp~f6a4a7f8dae03f18
    1.2 02/11/17 00:33:58 serg@serg.mysql.com +0 -0
    Delete: include/.my_sys.h.swp

ChangeSet
  1.1255 02/11/15 01:57:56 lenz@mysql.com +3 -0
   - Fixed some minor bugs/typos

  support-files/mysql.server.sh
    1.15 02/11/15 01:57:40 lenz@mysql.com +1 -1
     - fixed typo

  sql-bench/test-create.sh
    1.8 02/11/15 01:57:40 lenz@mysql.com +1 -1
     - fixed typo

  scripts/mysqlhotcopy.sh
    1.27 02/11/15 01:57:40 lenz@mysql.com +1 -0
     - added missing "--host" option

ChangeSet
  1.1254 02/11/14 22:39:46 serg@serg.mysql.com +1 -0
  better fix for OPTIMIZE bug

  sql/ha_myisam.cc
    1.82 02/11/14 22:39:44 serg@serg.mysql.com +6 -10
    better fix for OPTIMIZE bug

ChangeSet
  1.1251.1.1 02/11/13 22:55:32 serg@serg.mysql.com +3 -0
  optimize table corruption fixed, though more clean fix is desired.
  Fix for another optimize bug is undone, as the new one handles both cases.
  test added

  sql/ha_myisam.cc
    1.81 02/11/13 22:55:31 serg@serg.mysql.com +10 -2
    optimize table corruption fixed, though more clean fix is desired.
    Fix for another optimize bug is undone, as the new one handles both cases.

  mysql-test/t/myisam.test
    1.7 02/11/13 22:55:31 serg@serg.mysql.com +40 -0
    optimize table corruption test

  mysql-test/r/myisam.result
    1.6 02/11/13 22:55:31 serg@serg.mysql.com +4 -0
    updated

ChangeSet
  1.1252 02/11/13 16:24:50 heikki@hundin.mysql.fi +1 -0
  row0sel.c:
    Backport from 4.0 a bug fix: if unique search from a primary key matched a delete-marked record, InnoDB could return the NEXT record

  innobase/row/row0sel.c
    1.21 02/11/13 16:24:41 heikki@hundin.mysql.fi +1 -9
    Backport from 4.0 a bug fix: if unique search from a primary key matched a delete-marked record, InnoDB could return the NEXT record

ChangeSet
  1.1251 02/11/12 16:09:33 salle@geopard.(none) +1 -0
  Fixed mysqlcheck so it can process table names with dashes.
  Quote all table names with backticks.  

  client/mysqlcheck.c
    1.10 02/11/12 16:09:32 salle@geopard.(none) +23 -10
    Fixed mysqlcheck so it can process table names with dashes.
    Quote all table names with backticks.  

ChangeSet
  1.1250 02/11/11 10:52:39 salle@geopard.(none) +2 -0
  Merge akeremidarski@work.mysql.com:/home/bk/mysql
  into geopard.(none):/storage/bk/mysql-3.23

  BitKeeper/etc/logging_ok
    1.240 02/11/11 10:52:30 salle@geopard.(none) +0 -1
    auto-union

  BitKeeper/etc/gone
    1.84 02/11/11 10:52:30 salle@geopard.(none) +37 -1
    auto-union

ChangeSet
  1.1244.10.1 02/11/09 19:15:46 serg@serg.mysql.com +3 -0
  IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD

  sql/sql_base.cc
    1.101 02/11/09 19:15:45 serg@serg.mysql.com +1 -0
    IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD

  mysql-test/r/select.result
    1.3 02/11/09 19:15:45 serg@serg.mysql.com +2 -2
    IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD

  BitKeeper/etc/ignore
    1.80 02/11/09 19:15:45 serg@serg.mysql.com +1 -0
    Added depcomp to the ignore list

ChangeSet
  1.1244.1.7 02/11/08 23:24:38 serg@serg.mysql.com +1 -0
  fixing gone file ONCE AGAIN

  BitKeeper/etc/gone
    1.81.1.4 02/11/08 23:24:36 serg@serg.mysql.com +0 -37
    fixing gone file ONCE AGAIN

ChangeSet
  1.1244.1.6 02/11/08 23:12:00 serg@serg.mysql.com +1 -0
  Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql

  BitKeeper/etc/gone
    1.81.1.3 02/11/08 23:11:56 serg@serg.mysql.com +37 -0
    auto-union

ChangeSet
  1.1244.9.1 02/11/08 23:11:33 serg@serg.mysql.com +1 -0
  being tired to fix gone file in 4.0 after every pull from 3.23, I fixed it here

  BitKeeper/etc/gone
    1.81.2.2 02/11/08 23:11:32 serg@serg.mysql.com +0 -37
    being tired to fix gone file in 4.0 after every pull from 3.23, I fixed it here

ChangeSet
  1.1244.8.1 02/11/08 09:58:28 monty@hundin.mysql.fi +1 -0
  Fixed rare core dump bug when using complicated GROUP BY query that didn't return any results.
  This only showed up under heavy load.

  sql/sql_select.cc
    1.127 02/11/08 09:58:27 monty@hundin.mysql.fi +2 -0
    Fixed rare core dump bug when using complicated GROUP BY query that didn't return any results.
    This only showed up under heavy load.

ChangeSet
  1.1244.5.4 02/11/07 15:05:26 heikki@hundin.mysql.fi +1 -0
  row0mysql.c:
    Backport from 4.0: Fix corruption of ON DELETE CASCADE in lock wait timeout

  innobase/row/row0mysql.c
    1.36 02/11/07 15:05:14 heikki@hundin.mysql.fi +19 -4
    Backport from 4.0: Fix corruption of ON DELETE CASCADE in lock wait timeout

ChangeSet
  1.1244.5.2 02/11/05 00:00:51 serg@sergbook.mysql.com +3 -0
  TEMPORARY MERGE tables are allowed

  sql/ha_myisammrg.cc
    1.23 02/11/05 00:00:48 serg@sergbook.mysql.com +22 -1
    TEMPORARY MERGE tables are allowed

  mysql-test/t/merge.test
    1.11 02/11/05 00:00:48 serg@sergbook.mysql.com +19 -0
    TEMPORARY MERGE tables are allowed

  mysql-test/r/merge.result
    1.8 02/11/05 00:00:48 serg@sergbook.mysql.com +6 -0
    TEMPORARY MERGE tables are allowed

ChangeSet
  1.1244.7.2 02/11/05 00:24:59 monty@hundin.mysql.fi +2 -0
  Removed wrong bug fix for problem with timestamp and BETWEEN.
  Will be properly fixed in 4.1 and 5.0

  sql/item_cmpfunc.cc
    1.23 02/11/05 00:24:57 monty@hundin.mysql.fi +0 -1
    Removed wrong bug fix for problem with timestamp and BETWEEN.

  sql/field.h
    1.29 02/11/05 00:24:57 monty@hundin.mysql.fi +0 -1
    Removed wrong (not used code)

ChangeSet
  1.1244.6.1 02/11/05 00:04:36 monty@hundin.mysql.fi +4 -0
  Fix to get core file on Linux

  BUILD/compile-pentium-valgrind-max
    1.1 02/11/05 00:04:33 monty@hundin.mysql.fi +13 -0

  sql/stacktrace.c
    1.9 02/11/05 00:04:33 monty@hundin.mysql.fi +1 -1
    Fix to get core file on Linux

  sql/mysqld.cc
    1.254 02/11/05 00:04:33 monty@hundin.mysql.fi +4 -0
    Write info about writing core file to stderr

  BUILD/compile-pentium-valgrind-max
    1.0 02/11/05 00:04:33 monty@hundin.mysql.fi +0 -0
    BitKeeper file /my/mysql-3.23/BUILD/compile-pentium-valgrind-max

  Docs/manual.texi
    1.845 02/11/05 00:04:32 monty@hundin.mysql.fi +2 -0
    ChangeLog

ChangeSet
  1.1244.5.1 02/11/02 20:35:32 serg@sergbook.mysql.com +1 -0
  fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >

  sql/sql_select.cc
    1.126 02/11/02 20:35:29 serg@sergbook.mysql.com +3 -3
    fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >

ChangeSet
  1.1244.2.9 02/11/02 16:10:53 Sinisa@sinisa.nasamreza.org +2 -0
  Added test case for the last fix

  mysql-test/t/func_test.test
    1.5 02/11/02 16:10:28 Sinisa@sinisa.nasamreza.org +10 -0
    Added test case for the last fix

  mysql-test/r/func_test.result
    1.5 02/11/02 16:10:28 Sinisa@sinisa.nasamreza.org +4 -0
    Added test case for the last fix

ChangeSet
  1.1244.2.8 02/10/31 00:30:19 heikki@hundin.mysql.fi +2 -0
  ha_innobase.cc:
    Backport from 4.0: Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX
  pars0grm.y:
    Move inclusion of math.h after univ.i also in the .y file; this fix is already done in 4.0

  sql/ha_innobase.cc
    1.109 02/10/31 00:30:07 heikki@hundin.mysql.fi +24 -12
    Backport from 4.0: Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX

ChangeSet
  1.1244.2.7 02/10/30 21:55:56 lenz@mysql.com +2 -0
   - Applied fix made in 4.0 tree to fix a bug when comparing a datetime
     column with timestamp values with BETWEEN clause

  sql/item_cmpfunc.cc
    1.22 02/10/30 21:55:55 lenz@mysql.com +1 -0
     - Applied fix made in 4.0 tree to fix a bug when comparing a datetime
       column with timestamp values with BETWEEN clause

  sql/field.h
    1.28 02/10/30 21:55:55 lenz@mysql.com +1 -0
     - Applied fix made in 4.0 tree to fix a bug when comparing a datetime
       column with timestamp values with BETWEEN clause

ChangeSet
  1.1244.2.6 02/10/30 16:45:11 lenz@mysql.com +1 -0
   - Do-compile: added a fast test run with dynamic-row tables
   - Do-compile: fix small (cosmetical, not critical) typo

  Build-tools/Do-compile
    1.49 02/10/30 16:45:10 lenz@mysql.com +4 -2
     - added a fast test run with dynamic-row tables
     - fix small (cosmetical, not critical) typo

  innobase/pars/pars0grm.y
    1.6 02/10/30 00:04:57 heikki@hundin.mysql.fi +1 -2
    Move inclusion of math.h after univ.i also in the .y file; this fix is already done in 4.0

ChangeSet
  1.1244.3.1 02/10/29 21:30:34 monty@mashka.mysql.fi +1 -0
  Updated changelog

  Docs/manual.texi
    1.844 02/10/29 21:30:20 monty@mashka.mysql.fi +5 -0
    Updated changelog

ChangeSet
  1.1244.2.4 02/10/29 12:28:45 nick@mysql.com +1 -0
  Merge mysql.com:/home/nick/mysql/repository/mysql-3.23
  into mysql.com:/home/nick/mysql/mysql-3.23

  sql/mysqld.cc
    1.253 02/10/29 12:28:45 nick@mysql.com +0 -0
    Auto merged

ChangeSet
  1.1214.1.1 02/10/29 12:28:14 nick@mysql.com +2 -0
  moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()

  sql/sql_class.cc
    1.56 02/10/29 12:28:13 nick@mysql.com +14 -0
    moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()

  sql/mysqld.cc
    1.249.1.1 02/10/29 12:28:13 nick@mysql.com +2 -10
    moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()

ChangeSet
  1.1244.2.3 02/10/28 22:52:02 serg@serg.mysql.com +2 -0
  fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields

  mysql-test/t/myisam.test
    1.6 02/10/28 22:52:00 serg@serg.mysql.com +171 -0
    fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields

  myisam/mi_open.c
    1.35 02/10/28 22:43:09 serg@serg.mysql.com +2 -1
    fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields

ChangeSet
  1.1244.1.2 02/10/29 02:12:56 walrus@mysql.com +2 -0
  Merge akishkin@work.mysql.com:/home/bk/mysql
  into mysql.com:/home/walrus/bk/323

  BitKeeper/etc/logging_ok
    1.236.1.3 02/10/29 02:12:43 walrus@mysql.com +0 -3
    auto-union

  BitKeeper/etc/gone
    1.81.1.2 02/10/29 02:12:43 walrus@mysql.com +0 -72
    auto-union

ChangeSet
  1.1246 02/10/28 13:46:22 salle@geopard.(none) +2 -0
  Merge akeremidarski@work.mysql.com:/home/bk/mysql
  into geopard.(none):/storage/bk/mysql-3.23

  BitKeeper/etc/logging_ok
    1.239 02/10/28 13:46:13 salle@geopard.(none) +0 -5
    auto-union

  BitKeeper/etc/gone
    1.83 02/10/28 13:46:13 salle@geopard.(none) +0 -72
    auto-union

ChangeSet
  1.1244.2.2 02/10/25 21:09:03 serg@serg.mysql.com +4 -0
  merged

  sql/sql_base.cc
    1.100 02/10/25 21:09:02 serg@serg.mysql.com +1 -2
    merged

  BitKeeper/deleted/.del-skipkeys~9d3403dbb31de075
    1.2 02/10/25 21:07:54 serg@serg.mysql.com +0 -0
    'Auto converge rename'

  BitKeeper/etc/logging_ok
    1.236.2.1 02/10/25 21:07:53 serg@serg.mysql.com +0 -6
    auto-union

  BitKeeper/etc/gone
    1.81.2.1 02/10/25 21:07:53 serg@serg.mysql.com +0 -92
    auto-union

ChangeSet
  1.1231.1.3 02/10/25 21:07:04 bk@admin.bk +3 -0
  BK automatic LOD removal.

  BitKeeper/etc/logging_ok
    1.235.2.1 02/10/25 21:07:04 bk@admin.bk +6 -5
    Logging to logging@openlogging.org accepted

  BitKeeper/etc/skipkeys
    1.1 02/10/25 21:07:02 bk@admin.bk +6 -0
    auto add

  BitKeeper/etc/skipkeys
    1.0 02/10/25 21:07:02 bk@admin.bk +0 -0
    BitKeeper file /usr/home/serg/Abk/mysql/RESYNC/BitKeeper/etc/skipkeys

  BitKeeper/etc/gone
    1.80.3.1 02/10/25 21:07:02 bk@admin.bk +92 -92

ChangeSet
  1.1231.1.2 02/10/25 20:39:02 serg@serg.mysql.com +1 -0
  memory leak closed

  sql/sql_base.cc
    1.98.1.1 02/10/25 20:39:00 serg@serg.mysql.com +2 -1
    memory leak closed

ChangeSet
  1.1244.2.1 02/10/25 20:15:30 heikki@hundin.mysql.fi +2 -0
  lexyy.c, pars0grm.c:
    Include univ.i before any system headers to remove a large file compilation failure on AIX

  innobase/pars/lexyy.c
    1.7 02/10/25 20:14:50 heikki@hundin.mysql.fi +8 -1
    Include univ.i before any system headers to remove a large file compilation failure on AIX

  innobase/pars/pars0grm.c
    1.7 02/10/25 20:14:44 heikki@hundin.mysql.fi +2 -2
    Include univ.i before any system headers to remove a large file compilation failure on AIX

ChangeSet
  1.1244.1.1 02/10/24 23:09:16 walrus@mysql.com +3 -0
  Merge

  BitKeeper/etc/logging_ok
    1.236.1.2 02/10/24 23:09:14 walrus@mysql.com +1 -0
    Logging to logging@openlogging.org accepted

  BitKeeper/deleted/.del-skipkeys~3f37511a1865c4ea
    1.2 02/10/24 23:07:23 walrus@mysql.com +0 -0
    'Auto converge rename'

  BitKeeper/etc/logging_ok
    1.236.1.1 02/10/24 23:07:14 walrus@mysql.com +0 -4
    auto-union

  BitKeeper/etc/gone
    1.81.1.1 02/10/24 23:07:14 walrus@mysql.com +0 -92
    auto-union

ChangeSet
  1.1210.1.1 02/10/24 21:33:28 bk@admin.bk +3 -0
  BK automatic LOD removal.

  BitKeeper/etc/logging_ok
    1.233.1.1 02/10/24 21:33:28 bk@admin.bk +4 -3
    Logging to logging@openlogging.org accepted

  BitKeeper/etc/skipkeys
    1.1 02/10/24 21:33:26 bk@admin.bk +6 -0
    auto add

  BitKeeper/etc/skipkeys
    1.0 02/10/24 21:33:26 bk@admin.bk +0 -0
    BitKeeper file /home/walrus/bk/323/RESYNC/BitKeeper/etc/skipkeys

  BitKeeper/etc/gone
    1.80.2.1 02/10/24 21:33:25 bk@admin.bk +92 -92

ChangeSet
  1.1241.1.1 02/10/24 01:29:29 monty@hundin.mysql.fi +4 -0
  Fixed problem with BDB tables and ALTER TABLE

  sql/sql_table.cc
    1.108 02/10/24 01:23:38 monty@hundin.mysql.fi +11 -3
    Fixed problem with BDB tables and ALTER TABLE

  sql/sql_base.cc
    1.99 02/10/24 01:23:38 monty@hundin.mysql.fi +1 -0
    Added free on error

  mysql-test/t/bdb-crash.test
    1.4 02/10/24 01:23:38 monty@hundin.mysql.fi +2 -0
    Don't run test if BDB is not configured

  Docs/manual.texi
    1.843 02/10/24 01:23:38 monty@hundin.mysql.fi +2 -0
    ChangeLog

ChangeSet
  1.1242.1.1 02/10/23 23:03:59 salle@geopard.(none) +3 -0
  Merge akeremidarski@work.mysql.com:/home/bk/mysql
  into geopard.(none):/storage/bk/mysql-3.23

  BitKeeper/etc/logging_ok
    1.238 02/10/23 23:03:58 salle@geopard.(none) +1 -0
    Logging to logging@openlogging.org accepted

  BitKeeper/deleted/.del-skipkeys~508193a0775828ab
    1.2 02/10/23 23:03:52 salle@geopard.(none) +0 -0
    'Auto converge rename'

  BitKeeper/etc/logging_ok
    1.237 02/10/23 23:03:51 salle@geopard.(none) +0 -6
    auto-union

  BitKeeper/etc/gone
    1.82 02/10/23 23:03:51 salle@geopard.(none) +0 -92
    auto-union

ChangeSet
  1.1240.1.1 02/10/23 23:01:49 bk@admin.bk +3 -0
  BK automatic LOD removal.

  BitKeeper/etc/skipkeys
    1.1 02/10/23 23:01:48 bk@admin.bk +6 -0
    auto add

  BitKeeper/etc/logging_ok
    1.235.1.1 02/10/23 23:01:49 bk@admin.bk +6 -5
    Logging to logging@openlogging.org accepted

  BitKeeper/etc/skipkeys
    1.0 02/10/23 23:01:48 bk@admin.bk +0 -0
    BitKeeper file /storage/bk/mysql-3.23/RESYNC/BitKeeper/etc/skipkeys

  BitKeeper/etc/gone
    1.80.1.1 02/10/23 23:01:48 bk@admin.bk +92 -92

ChangeSet
  1.1243 02/10/23 21:29:01 lenz@mysql.com +1 -0
   - Fix for Do-compile: Enable InnoDB to autoextend the table space if
     necessary (required to actually pass the sql-bench without aborting
     with "table space full")

  Build-tools/Do-compile
    1.48 02/10/23 21:28:55 lenz@mysql.com +1 -1
     - Enable InnoDB to autoextend the table space if necessary (required to
       actually pass the sql-bench without aborting with "table space full")

ChangeSet
  1.1242 02/10/21 14:51:57 lenz@mysql.com +1 -0
   - added "darwin" to the list of systems that are known to support the
     -p option for cp and the -r option for scp (thank to Paul DuBois for
     the patch)
   - fixed a typo

  scripts/mysqlhotcopy.sh
    1.26 02/10/21 14:49:39 lenz@mysql.com +3 -3
     - added "darwin" to the list of systems that are known to support the
       -p option for cp and the -r option for scp (thank to Paul DuBois for
       the patch)
     - fixed a typo

ChangeSet
  1.1241 02/10/20 21:43:24 bk@admin.bk +3 -0
  BK automatic LOD removal.

  BitKeeper/etc/logging_ok
    1.236 02/10/20 21:43:24 bk@admin.bk +6 -5
    Logging to logging@openlogging.org accepted

  BitKeeper/etc/skipkeys
    1.1 02/10/20 21:43:18 bk@admin.bk +6 -0
    auto add

  BitKeeper/etc/skipkeys
    1.0 02/10/20 21:43:18 bk@admin.bk +0 -0
    BitKeeper file /home/bk/mysql/RESYNC/BitKeeper/etc/skipkeys

  BitKeeper/etc/gone
    1.81 02/10/20 21:43:18 bk@admin.bk +92 -92

ChangeSet
  1.1240 02/10/20 09:05:53 monty@hundin.mysql.fi +1 -0
  Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql

  mysys/my_init.c
    1.21 02/10/20 09:05:52 monty@hundin.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1236.1.1 02/10/20 09:01:15 monty@hundin.mysql.fi +1 -0
  Fixed usage of putenv() on windows (in not normally used code)

  mysys/my_init.c
    1.19.1.1 02/10/20 09:01:14 monty@hundin.mysql.fi +1 -1
    Fixed usage of putenv() on windows (in not normally used code)

ChangeSet
  1.1239 02/10/18 19:43:06 lenz@mysql.com +1 -0
   - fixed typo in scripts/mysql_convert_table_format.sh

  scripts/mysql_convert_table_format.sh
    1.6 02/10/18 19:43:06 lenz@mysql.com +1 -1
     - fixed typo (spotted by Engin Gunduz)

ChangeSet
  1.1238 02/10/17 11:08:04 lenz@mysql.com +1 -0
   - fixed typo in mysqld.cc: "agaist" -> "against"

  sql/mysqld.cc
    1.252 02/10/17 11:08:03 lenz@mysql.com +1 -1
     - fixed typo: "agaist" -> "against"

ChangeSet
  1.1237 02/10/16 21:51:03 miguel@hegel.br +4 -0
  Added optional NT service and fix the TZ variable bug

  sql/nt_servc.h
    1.4 02/10/16 21:51:02 miguel@hegel.br +3 -1
    Added optional NT service

  sql/nt_servc.cc
    1.8 02/10/16 21:51:02 miguel@hegel.br +90 -1
    Added optional NT service

  sql/mysqld.cc
    1.251 02/10/16 21:51:02 miguel@hegel.br +98 -32
    Added optional NT service

  mysys/my_init.c
    1.20 02/10/16 21:51:02 miguel@hegel.br +4 -0
    Fix the TZ variable bug: 100% CPU usage 

ChangeSet
  1.1231.2.1 02/10/16 10:32:45 monty@hundin.mysql.fi +5 -0
  Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;

  sql/item.h
    1.15 02/10/16 10:32:43 monty@hundin.mysql.fi +3 -0
    New virtual function to set a field to null or signal an error

  sql/item.cc
    1.14 02/10/16 10:32:42 monty@hundin.mysql.fi +38 -4
    When setting a field to null internally (for WHERE testing) don't autoconvert NULL -> now() or last_insert_id()

  sql/field_conv.cc
    1.6 02/10/16 10:32:42 monty@hundin.mysql.fi +36 -19
    New function to set a field to null or signal an error

  sql/field.h
    1.27 02/10/16 10:32:42 monty@hundin.mysql.fi +1 -0
    New virtual function to set a field to null or signal an error

  Docs/manual.texi
    1.842 02/10/16 10:32:42 monty@hundin.mysql.fi +2 -0
    ChangeLog

ChangeSet
  1.1235 02/10/15 22:31:29 heikki@hundin.mysql.fi +1 -0
  btr0cur.c:
    Fix typo in earlier commit

ChangeSet
  1.1234 02/10/15 22:22:54 heikki@hundin.mysql.fi +1 -0
  btr0cur.c:
    Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level

ChangeSet
  1.1229.1.1 02/10/15 21:03:41 serg@serg.mysql.com +1 -0
  -lpthread should be appended to LIBS

  configure.in
    1.200 02/10/15 21:03:39 serg@serg.mysql.com +3 -3
    -lpthread should be appended to LIBS

  innobase/btr/btr0cur.c
    1.21 02/10/15 22:31:20 heikki@hundin.mysql.fi +1 -1
    Fix typo in earlier commit

ChangeSet
  1.1232 02/10/15 21:28:38 lenz@mysql.com +1 -0
   - fixed Do-compile to actually add InnoDB support when requested to do so

  Build-tools/Do-compile
    1.47 02/10/15 21:28:37 lenz@mysql.com +8 -1
     - fixed brainfart that ruined the 3.23.53-Max binaries: of course
       "--with-innodb" has to be added, when requested (will be part of
       3.23.53a packages now)

  innobase/btr/btr0cur.c
    1.20 02/10/15 22:22:46 heikki@hundin.mysql.fi +36 -8
    Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level

ChangeSet
  1.1231 02/10/15 02:04:43 miguel@hegel.br +1 -0
  Added optional services

  BitKeeper/etc/logging_ok
    1.235 02/10/15 02:03:48 miguel@hegel.br +1 -0
    Logging to logging@openlogging.org accepted

ChangeSet
  1.1230 02/10/15 01:52:41 monty@hundin.mysql.fi +1 -0
  Fix error handling in last patch (BLOB's in temporary tables) if
  create_tmp_table fails.

  sql/sql_select.cc
    1.125 02/10/15 01:52:40 monty@hundin.mysql.fi +5 -0
    Fix error handling in last patch (BLOB's in temporary tables) if
    create_tmp_table fails.

ChangeSet
  1.1229 02/10/14 17:13:45 monty@hundin.mysql.fi +1 -0
  Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql

  Docs/manual.texi
    1.841 02/10/14 17:13:43 monty@hundin.mysql.fi +0 -0
    Auto merged

ChangeSet
  1.1221.1.3 02/10/14 17:04:12 monty@hundin.mysql.fi +6 -0
  Fixed a bug in key optimizing handling where the expression
  WHERE column_name = key_column_name was calculated as true
  for NULL values.

  sql/table.cc
    1.46 02/10/14 17:04:10 monty@hundin.mysql.fi +7 -0
    Fixed a bug in key optimizing handling where the expression
    WHERE column_name = key_column_name was calculated as true
    for NULL values.

  sql/sql_select.cc
    1.124 02/10/14 17:04:10 monty@hundin.mysql.fi +14 -4
    Additional change for previous changeset for using BLOB in GROUP BY

  mysql-test/t/null_key.test
    1.4 02/10/14 17:04:10 monty@hundin.mysql.fi +44 -0
    New tests

  mysql-test/r/null_key.result
    1.7 02/10/14 17:04:10 monty@hundin.mysql.fi +6 -0
    New tests

  mysql-test/r/distinct.result
    1.7 02/10/14 17:04:10 monty@hundin.mysql.fi +1 -1
    Updated results caused by bug fix.

  Docs/manual.texi
    1.838.1.3 02/10/14 17:04:09 monty@hundin.mysql.fi +7 -0
    Changelog

ChangeSet
  1.1221.1.2 02/10/13 23:42:37 monty@hundin.mysql.fi +4 -0
  Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
  Don't initalize memory areas when run with --skip-safemalloc.

  mysys/safemalloc.c
    1.8 02/10/13 23:42:35 monty@hundin.mysql.fi +3 -4
    Don't initalize memory areas when run with --skip-safemalloc.
    This can in some cases increase speed with 20 times when debugging

  heap/hp_open.c
    1.7 02/10/13 23:42:35 monty@hundin.mysql.fi +8 -2
    Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.

  heap/heapdef.h
    1.5 02/10/13 23:42:35 monty@hundin.mysql.fi +11 -0
    Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.

  Docs/manual.texi
    1.838.1.2 02/10/13 23:42:34 monty@hundin.mysql.fi +3 -1
    ChangeLog

ChangeSet
  1.1228 02/10/13 16:53:19 lenz@mysql.com +1 -0
   - fixed formatting in MySQLEULA.txt

  Docs/MySQLEULA.txt
    1.2 02/10/13 16:53:18 lenz@mysql.com +17 -17
     - replaced tabs with spaces

ChangeSet
  1.1227 02/10/13 16:26:28 lenz@mysql.com +6 -0
   - Tagged ChangeSet 1.1224 as "mysql-3.23.53"
   - bumped up version number to 3.23.54 in configure.in
   - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
     scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
     accordingly.

  scripts/make_binary_distribution.sh
    1.34 02/10/13 16:26:27 lenz@mysql.com +1 -1
     - replaced LICENSE with MySQLEULA.txt

  configure.in
    1.199 02/10/13 16:26:27 lenz@mysql.com +1 -1
     - Bumped up version number to 3.23.54 now that 3.23.53 has been
       tagged

  Build-tools/mysql-copyright
    1.6 02/10/13 16:26:27 lenz@mysql.com +5 -5
     - use "tar" instead of "gtar"
     - replaced LICENSE with MySQLEULA.txt

  Build-tools/mysql-copyright-2
    1.4 02/10/13 16:26:27 lenz@mysql.com +2 -2
     - replaced LICENSE with MySQLEULA.txt

  BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8
    1.4 02/10/13 16:15:02 lenz@mysql.com +0 -0
    Delete: Docs/LICENSE

  Docs/MySQLEULA.txt
    1.1 02/10/13 16:14:26 lenz@mysql.com +252 -0

  Docs/MySQLEULA.txt
    1.0 02/10/13 16:14:26 lenz@mysql.com +0 -0
    BitKeeper file /space/my/mysql-3.23/Docs/MySQLEULA.txt

ChangeSet
  1.1221.1.1 02/10/12 12:38:48 monty@hundin.mysql.fi +2 -0
  Fixed bug where we could reference a freed tmp_table->table_name variable for some
  GROUP BY ... ORDER BY queries.

  sql/sql_select.cc
    1.123 02/10/12 12:38:46 monty@hundin.mysql.fi +6 -1
    Fixed bug where we could reference a freed tmp_table->table_name variable for some
    GROUP BY ... ORDER BY queries.

  Docs/manual.texi
    1.838.1.1 02/10/12 12:38:46 monty@hundin.mysql.fi +6 -0
    ChangeLog

ChangeSet
  1.1226 02/10/11 15:44:45 heikki@hundin.mysql.fi +1 -0
  os0thread.c:
    Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20

  innobase/os/os0thread.c
    1.17 02/10/11 15:44:30 heikki@hundin.mysql.fi +2 -2
    Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20

ChangeSet
  1.1225 02/10/10 15:14:47 serg@serg.mysql.com +1 -0
  libraries should be always prepended to $LIBS, never appended

  configure.in
    1.198 02/10/10 15:14:46 serg@serg.mysql.com +4 -4
    libraries should be always prepended to $LIBS, never appended

ChangeSet
  1.1224 02/10/09 22:16:40 lenz@mysql.com +1 -0
   - added missing changelog entry to manual.texi

  Docs/manual.texi
    1.840 02/10/09 22:16:37 lenz@mysql.com +4 -1
     - added missing changelog entry
     - fixed typo

