ChangeSet
  1.1413 03/09/11 13:36:08 lenz@mysql.com +1 -0
   - backported compatibility fix for extra/resolveip.c from 4.0
     to be able to compile on HP-UX 10.20 (which does not have in_add_t).

  extra/resolveip.c
    1.11 03/09/11 13:36:07 lenz@mysql.com +4 -0
     - backport compatibility fix from 4.0 to be able to compile on HP-UX 10.20
       (which does not have in_add_t).

ChangeSet
  1.1412 03/09/03 18:48:10 monty@narttu.mysql.fi +1 -0
  Better quoting patch for mysqldump

  client/mysqldump.c
    1.55 03/09/03 18:48:09 monty@narttu.mysql.fi +85 -70
    Better quoting patch

ChangeSet
  1.1411 03/09/02 18:30:34 serg@serg.mylan +1 -0
  proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)

  client/mysqldump.c
    1.54 03/09/02 18:30:33 serg@serg.mylan +27 -25
    proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)

ChangeSet
  1.1410 03/09/02 11:18:13 serg@serg.mylan +1 -0
  bug #928 - arbitrary table grant was used, sort-order wasn't honored

  sql/sql_acl.cc
    1.44 03/09/02 11:18:12 serg@serg.mylan +7 -3
    bug #928 - arbitrary table grant was used, sort-order wasn't honored

ChangeSet
  1.1406.1.2 03/08/28 12:28:51 monty@narttu.mysql.fi +2 -0
  Updated test for ISAM overflow bug

  mysql-test/t/isam.test
    1.2 03/08/28 12:28:50 monty@narttu.mysql.fi +173 -0
    Updated test for overflow bug

  mysql-test/r/isam.result
    1.2 03/08/28 12:28:50 monty@narttu.mysql.fi +2 -0
    Updated test for overflow bug

ChangeSet
  1.1406.1.1 03/08/28 12:27:35 monty@narttu.mysql.fi +4 -0
  ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of fields and blobs

  myisam/mi_open.c
    1.38 03/08/28 12:27:35 monty@narttu.mysql.fi +2 -0
    Fixed overflow bug when using packed tables and blobs

  myisam/mi_dynrec.c
    1.12 03/08/28 12:27:35 monty@narttu.mysql.fi +1 -1
    pack_bits not needed here as we do it on open

  isam/test_all.res
    1.4 03/08/28 12:27:35 monty@narttu.mysql.fi +17 -354
    updated test results

  isam/open.c
    1.12 03/08/28 12:27:35 monty@narttu.mysql.fi +3 -0
    Fixed overflow bug when using packed tables and blobs

ChangeSet
  1.1408 03/08/21 21:14:02 serg@serg.mylan +2 -0
  Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client compatibility

  sql/sql_show.cc
    1.71 03/08/21 21:14:01 serg@serg.mylan +4 -2
    avoid allocations for simple tables
    old client compatibility

  sql/item.h
    1.17 03/08/21 21:14:01 serg@serg.mylan +1 -0
    fixups

ChangeSet
  1.1405.1.1 03/08/21 20:21:07 serg@serg.mylan +2 -0
  fix for SHOW CREATE TABLE to report corerct second field's length

  sql/sql_show.cc
    1.70 03/08/21 20:21:06 serg@serg.mylan +34 -36
    fix for SHOW CREATE TABLE to report corerct second field's length

  sql/item.cc
    1.16 03/08/21 20:21:06 serg@serg.mylan +5 -0
    fix for SHOW CREATE TABLE to report corerct second field's length

ChangeSet
  1.1400.1.1 03/08/18 20:01:38 guilhem@mysql.com +1 -0
  Fix for 64-bit CPUs (u_long is 64 bit there, but in_addr_t is always uint32).
  That's to make resolveip work on our FreeBSD-5.0/Sparc64 build host.

  extra/resolveip.c
    1.10 03/08/18 20:01:35 guilhem@mysql.com +1 -1
    Fix for 64-bit CPUs (u_long is 64 bit there, but in_addr_t is always uint32).

ChangeSet
  1.1405 03/08/12 19:21:38 serg@serg.mylan +1 -0
  isam SEARCH_LAST bug fixed

  isam/_search.c
    1.8 03/08/12 19:21:36 serg@serg.mylan +1 -1
    isam SEARCH_LAST bug fixed

ChangeSet
  1.1401.1.1 03/08/07 11:16:34 serg@serg.mylan +1 -0
  fixed password buffer overflow

  sql/sql_acl.cc
    1.43 03/08/07 11:16:33 serg@serg.mylan +2 -2
    fixed password buffer overflow

ChangeSet
  1.1403 03/08/05 22:57:44 miguel@hegel.local +1 -0
  Fix an erronous cast for GCC introduced for to fix VC++ compiler error

  sql/sql_select.cc
    1.135 03/08/05 22:57:41 miguel@hegel.local +1 -1
    Fix the GCC compiler error introduced for the cast for VC++

ChangeSet
  1.1402 03/08/04 09:44:26 miguel@hegel.local +1 -0
  Fix VC++ compiler error

  sql/sql_select.cc
    1.134 03/08/04 09:43:26 miguel@hegel.local +1 -1
    Fix VC++ compiler error

ChangeSet
  1.1401 03/08/03 16:33:04 monty@mashka.mysql.fi +1 -0
  Cleaned up code comment

  sql/item_strfunc.cc
    1.30 03/08/03 16:33:03 monty@mashka.mysql.fi +2 -1
    Cleaned up code comment

ChangeSet
  1.1400 03/08/01 22:29:38 guilhem@mysql.com +1 -0
  Backporting the changeset below from 4.0, because a customer hits
  the bug with 3.23.
  ChangeSet@1.1416.113.1, 2003-03-22 15:22:59+01:00, guilhem@mysql.com
    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.29 03/08/01 22:29:34 guilhem@mysql.com +2 -1
    Don't segfault in USER() if thd->user == 0 (system thread).

ChangeSet
  1.1399 03/07/28 17:50:06 serg@serg.mylan +1 -0
  Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(

  Docs/Makefile.am
    1.29 03/07/28 17:50:04 serg@serg.mylan +2 -2
    Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(

ChangeSet
  1.1398 03/07/19 10:34:41 serg@serg.mylan +1 -0
  typo fixed

  acinclude.m4
    1.49 03/07/19 10:34:39 serg@serg.mylan +1 -1
    typo fixed

ChangeSet
  1.1397 03/07/02 00:08:29 heikki@hundin.mysql.fi +1 -0
  ha_innobase.cc:
    Backport from 4.0 of the btr0sea.c latch hang fix

  sql/ha_innobase.cc
    1.120 03/07/02 00:08:17 heikki@hundin.mysql.fi +6 -14
    Backport from 4.0 of the btr0sea.c latch hang fix

ChangeSet
  1.1394.1.1 03/06/29 21:15:51 monty@mashka.mysql.fi +3 -0
  Fixed 'Unknown error' when doing ORDER BY on reference table which
  was used with NULL value on NOT NULL column. (Bug #479)

  sql/sql_select.cc
    1.133 03/06/29 21:15:49 monty@mashka.mysql.fi +13 -1
    Fixed problem with lookup on NULL

  mysql-test/t/order_by.test
    1.6 03/06/29 21:15:49 monty@mashka.mysql.fi +23 -0
    Test of new code

  mysql-test/r/order_by.result
    1.5 03/06/29 21:15:49 monty@mashka.mysql.fi +4 -0
    Update of results

ChangeSet
  1.1395 03/06/26 10:31:35 vva@eagle.mysql.r18.ru +1 -0
  Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-3.23
  into eagle.mysql.r18.ru:/home/vva/work/BUG_479_/mysql-3.23

  BitKeeper/etc/logging_ok
    1.249 03/06/26 10:31:31 vva@eagle.mysql.r18.ru +0 -1
    auto-union

ChangeSet
  1.1362.8.1 03/06/25 21:11:23 vva@eagle.mysql.r18.ru +4 -0
  fixed bug with type of user variables (bug #551)

  BitKeeper/etc/logging_ok
    1.242.2.1 03/06/25 21:11:23 vva@eagle.mysql.r18.ru +1 -0
    Logging to logging@openlogging.org accepted

  sql/item_func.cc
    1.54 03/06/25 21:11:08 vva@eagle.mysql.r18.ru +1 -0
    fixed bug with type of user variables (bug #551)

  mysql-test/t/user_var.test
    1.4 03/06/25 21:11:08 vva@eagle.mysql.r18.ru +6 -0
    added tests for user variables comparing (bug #551)

  mysql-test/r/user_var.result
    1.4 03/06/25 21:11:08 vva@eagle.mysql.r18.ru +8 -0
    added tests for user variables comparing (bug #551)

ChangeSet
  1.1394 03/06/21 16:32:27 guilhem@mysql.com +1 -0
  Can't believe it: one more cset (04-27) which never found his way to the central
  repository (incredible that I forgot to push, but why not).
  So unfortunately the bugfix missed 3.23.57 and will be in .58 :(
  Instead of looking like working (bug #198), replication between
  a 3.23 slave and 4.0 master should frankly stop. Here we detect
  4.0 masters in the 3.23 slave code when we see a strange Rotate
  event, and in that case we print an error and stop.
  4.0.13 and older masters will be "often" caught (see the patch); 4.0.14
  and newer masters will always be immediately caught.

  sql/slave.cc
    1.139 03/06/21 16:32:23 guilhem@mysql.com +22 -0
    Instead of looking like working (bug #198), replication between
    a 3.23 slave and 4.0 master should frankly stop. Here we detect
    4.0 masters in the 3.23 slave code when we see a strange Rotate
    event, and in that case we print an error and stop.
    4.0.13 and older masters will be "often" caught (see the patch); 4.0.14
    and newer masters will always be immediately caught.

ChangeSet
  1.1393 03/06/19 12:09:32 miguel@hegel.(none) +1 -0
  Fix error msg. Bug #681

  sql/nt_servc.cc
    1.9 03/06/19 12:09:30 miguel@hegel.(none) +1 -1
    Fix error msg. Bug #681

ChangeSet
  1.1392 03/06/19 04:02:29 greg@gcw.ath.cx +2 -0
  Tagged ChangeSet 1.1385 as mysql-3.23.57

  BitKeeper/etc/logging_ok
    1.248 03/06/19 04:02:28 greg@gcw.ath.cx +1 -0
    Logging to logging@openlogging.org accepted

  configure.in
    1.210 03/06/19 04:02:12 greg@gcw.ath.cx +1 -1
    Updated AM_INIT_AUTOMAKE to following version

ChangeSet
  1.1391 03/06/18 15:50:33 miguel@hegel.(none) +49 -0
  InstallShield Files requested by Greg

  BitKeeper/etc/logging_ok
    1.247 03/06/18 15:50:31 miguel@hegel.(none) +1 -0
    Logging to logging@openlogging.org accepted

  VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Setup.tsb
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +76 -0

  VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Build.tsb
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +56 -0

  VC++Files/InstallShield/3.23.XXcom/String Tables/Default.shl
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +74 -0

  VC++Files/InstallShield/3.23.XXcom/String Tables/0009-English/value.shl
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +23 -0

  VC++Files/InstallShield/3.23.XXcom/Shell Objects/Default.shl
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +12 -0

  VC++Files/InstallShield/3.23.XXcom/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +350 -0

  VC++Files/InstallShield/3.23.XXcom/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +24 -0

  VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Setup.tsb
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Setup.tsb

  VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Build.tsb
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Text Substitutions/Build.tsb

  VC++Files/InstallShield/3.23.XXcom/String Tables/Default.shl
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/String Tables/Default.shl

  VC++Files/InstallShield/3.23.XXcom/String Tables/0009-English/value.shl
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/String Tables/0009-English/value.shl

  VC++Files/InstallShield/3.23.XXcom/Shell Objects/Default.shl
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Shell Objects/Default.shl

  VC++Files/InstallShield/3.23.XXcom/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP

  VC++Files/InstallShield/3.23.XXcom/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
    1.0 03/06/18 15:50:06 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.rul
    1.1 03/06/18 15:50:06 miguel@hegel.(none) +641 -0

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.obs
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +1460 -0

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ins
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +1271 -0

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ino
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +1304 -0

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.dbg
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +634 -0

  VC++Files/InstallShield/3.23.XXcom/Registry Entries/Default.rge
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +4 -0

  VC++Files/InstallShield/3.23.XXcom/MySQL 3.23.com.ipr
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +51 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Servers.fgl
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +183 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Grant Tables.fgl
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +36 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Documentation.fgl
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +98 -0

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.rul
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.rul

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.obs
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.obs

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ins
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ins

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ino
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.ino

  VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.dbg
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Script Files/Setup.dbg

  VC++Files/InstallShield/3.23.XXcom/Registry Entries/Default.rge
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Registry Entries/Default.rge

  VC++Files/InstallShield/3.23.XXcom/MySQL 3.23.com.ipr
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/MySQL 3.23.com.ipr

  VC++Files/InstallShield/3.23.XXcom/File Groups/Servers.fgl
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Servers.fgl

  VC++Files/InstallShield/3.23.XXcom/File Groups/Grant Tables.fgl
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Grant Tables.fgl

  VC++Files/InstallShield/3.23.XXcom/File Groups/Documentation.fgl
    1.0 03/06/18 15:50:05 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Documentation.fgl

  VC++Files/InstallShield/3.23.XXcom/File Groups/Development.fgl
    1.1 03/06/18 15:50:05 miguel@hegel.(none) +190 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fgl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +4 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fdf
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +82 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Clients and Tools.fgl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +35 -0

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.fgl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +42 -0

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.cdf
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +192 -0

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/.fgl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +37 -0

  VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Setup.tsb
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +76 -0

  VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Build.tsb
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +56 -0

  VC++Files/InstallShield/3.23.XX-gpl/String Tables/Default.shl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +74 -0

  VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl
    1.1 03/06/18 15:50:04 miguel@hegel.(none) +23 -0

  VC++Files/InstallShield/3.23.XXcom/File Groups/Development.fgl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Development.fgl

  VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fgl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fgl

  VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fdf
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Default.fdf

  VC++Files/InstallShield/3.23.XXcom/File Groups/Clients and Tools.fgl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/File Groups/Clients and Tools.fgl

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.fgl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.fgl

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.cdf
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Component Definitions/Default.cdf

  VC++Files/InstallShield/3.23.XXcom/Component Definitions/.fgl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XXcom/Component Definitions/.fgl

  VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Setup.tsb
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Setup.tsb

  VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Build.tsb
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Text Substitutions/Build.tsb

  VC++Files/InstallShield/3.23.XX-gpl/String Tables/Default.shl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/String Tables/Default.shl

  VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl
    1.0 03/06/18 15:50:04 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/String Tables/0009-English/value.shl

  VC++Files/InstallShield/3.23.XX-gpl/Shell Objects/Default.shl
    1.1 03/06/18 15:50:03 miguel@hegel.(none) +12 -0

  VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
    1.1 03/06/18 15:50:03 miguel@hegel.(none) +350 -0

  VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
    1.1 03/06/18 15:50:03 miguel@hegel.(none) +24 -0

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.rul
    1.1 03/06/18 15:50:03 miguel@hegel.(none) +641 -0

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.obs
    1.1 03/06/18 15:50:03 miguel@hegel.(none) +1460 -0

  VC++Files/InstallShield/3.23.XX-gpl/Shell Objects/Default.shl
    1.0 03/06/18 15:50:03 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Shell Objects/Default.shl

  VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP
    1.0 03/06/18 15:50:03 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Uncompressed Files/Language Independent/OS Independent/SETUP.BMP

  VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt
    1.0 03/06/18 15:50:03 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Setup Files/Compressed Files/Language Independent/OS Independent/infolist.txt

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.rul
    1.0 03/06/18 15:50:03 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.rul

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.obs
    1.0 03/06/18 15:50:03 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.obs

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ins
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +1271 -0

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ino
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +1304 -0

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.dbg
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +634 -0

  VC++Files/InstallShield/3.23.XX-gpl/Registry Entries/Default.rge
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +4 -0

  VC++Files/InstallShield/3.23.XX-gpl/MySQL 3.23.XX-GPL.ipr
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +51 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Servers.fgl
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +184 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Grant Tables.fgl
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +36 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Documentation.fgl
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +99 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Development.fgl
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +191 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fgl
    1.1 03/06/18 15:50:02 miguel@hegel.(none) +4 -0

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ins
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ins

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ino
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.ino

  VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.dbg
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Script Files/Setup.dbg

  VC++Files/InstallShield/3.23.XX-gpl/Registry Entries/Default.rge
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Registry Entries/Default.rge

  VC++Files/InstallShield/3.23.XX-gpl/MySQL 3.23.XX-GPL.ipr
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/MySQL 3.23.XX-GPL.ipr

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Servers.fgl
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Servers.fgl

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Grant Tables.fgl
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Grant Tables.fgl

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Documentation.fgl
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Documentation.fgl

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Development.fgl
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Development.fgl

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fgl
    1.0 03/06/18 15:50:02 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fgl

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fdf
    1.1 03/06/18 15:50:01 miguel@hegel.(none) +82 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Clients and Tools.fgl
    1.1 03/06/18 15:50:01 miguel@hegel.(none) +35 -0

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.fgl
    1.1 03/06/18 15:50:01 miguel@hegel.(none) +42 -0

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.cdf
    1.1 03/06/18 15:50:01 miguel@hegel.(none) +192 -0

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/.fgl
    1.1 03/06/18 15:50:01 miguel@hegel.(none) +37 -0

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fdf
    1.0 03/06/18 15:50:01 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Default.fdf

  VC++Files/InstallShield/3.23.XX-gpl/File Groups/Clients and Tools.fgl
    1.0 03/06/18 15:50:01 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/File Groups/Clients and Tools.fgl

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.fgl
    1.0 03/06/18 15:50:01 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.fgl

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.cdf
    1.0 03/06/18 15:50:01 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/Default.cdf

  VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/.fgl
    1.0 03/06/18 15:50:01 miguel@hegel.(none) +0 -0
    BitKeeper file /home/miguel/mysql-dev/mysql-3.23/VC++Files/InstallShield/3.23.XX-gpl/Component Definitions/.fgl

ChangeSet
  1.1388.1.1 03/06/18 04:05:10 heikki@hundin.mysql.fi +2 -0
  row0vers.c, row0sel.c:
    Backport the clust rec bug fix from 4.0

  innobase/row/row0vers.c
    1.6 03/06/18 04:04:59 heikki@hundin.mysql.fi +0 -14
    Backport the clust rec bug fix from 4.0

  innobase/row/row0sel.c
    1.23 03/06/18 04:04:59 heikki@hundin.mysql.fi +21 -2
    Backport the clust rec bug fix from 4.0

ChangeSet
  1.1385.1.1 03/06/16 23:38:33 guilhem@mysql.com +2 -0
  Do not use 'created' for time anymore in Start_log_event, it's the same
  as the already-stored timestamp. Now 'created' is used only to know if
  this is a first binlog or not. And we may re-use the superfluous bytes
  in 5.0 when we need room.

  sql/log_event.h
    1.49 03/06/16 23:38:29 guilhem@mysql.com +11 -0
    In Start_log_event, 'created' is always the same as 'when', or O.
    We didn't need 4 bytes for this, a bit would have been enough (O or
    "same as 'when'"). Possibly in 5.0 we will re-use the useless bytes.

  sql/log_event.cc
    1.49 03/06/16 23:38:29 guilhem@mysql.com +3 -5
    This sort of reverts a change I made in 3.23.57. In 3.23.57 I set 'created' to 0
    if this was a non-first binlog, so I made mysqlbinlog not print the "created xx"
    part if created == 0. While this was sensible, as 'created' is 0 or equal to
    the timestamp which is already stored in the event, we can always print
    "created xx" by using the timestamp, and leaving the use of 'created' only to
    know if this is a first binlog or not (which we print as "created at startup").

ChangeSet
  1.1388 03/06/11 15:41:03 heikki@hundin.mysql.fi +1 -0
  os0file.c:
    Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption

  innobase/os/os0file.c
    1.49 03/06/11 15:40:56 heikki@hundin.mysql.fi +11 -6
    Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption

ChangeSet
  1.1387 03/06/08 02:53:41 miguel@sartre.local +2 -0
  Translation updated

  BitKeeper/etc/logging_ok
    1.246 03/06/08 02:53:30 miguel@sartre.local +1 -0
    Logging to logging@openlogging.org accepted

  sql/share/spanish/errmsg.txt
    1.35 03/06/08 02:52:02 miguel@sartre.local +8 -8
    Translation updated

ChangeSet
  1.1386 03/06/07 10:25:56 heikki@hundin.mysql.fi +1 -0
  page0page.c:
    Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported

  innobase/page/page0page.c
    1.7 03/06/07 10:25:49 heikki@hundin.mysql.fi +0 -6
    Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported

ChangeSet
  1.1385 03/06/06 14:13:26 guilhem@mysql.com +1 -0
  In Start_log_event::print, don't print "created 1970 etc" if created == 0.
  Otherwise, we'll get questions from users about this curious 1970.

  sql/log_event.cc
    1.48 03/06/06 14:13:15 guilhem@mysql.com +6 -2
    In Start_log_event::print, don't print "created 1970 etc" if created == 0.
    Otherwise, we'll get questions from users about this curious 1970.

