1. 22 Feb, 2004 1 commit
    • unknown's avatar
      After merge fixes · 984750e1
      unknown authored
      Fixed wrong test of database name (affected optimization of ORDER BY)
      
      
      VC++Files/client/mysqlclient.dsp:
        Add my_file.c
      VC++Files/mysys/mysys.dsp:
        Add my_file.c
      mysql-test/r/negation_elimination.result:
        Fix wrong test
      sql-common/client.c:
        After merge fix
      sql/sql_base.cc:
        Fixed testing of database name
      984750e1
  2. 20 Feb, 2004 1 commit
    • unknown's avatar
      merge with 4.0 to get security fixes and latest bug fixes · 8b2b219f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-mini_client.cc~8677895ec8169183:
        Auto merged
      VC++Files/mysql.dsw:
        Auto merged
      VC++Files/mysys/mysys.dsp:
        Auto merged
      innobase/buf/buf0buf.c:
        Auto merged
      innobase/include/srv0start.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0rw.c:
        Auto merged
      innobase/sync/sync0sync.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      libmysql/manager.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/unireg.cc:
        Auto merged
      VC++Files/sql/mysqld.dsp:
        Removed wrong define USE_SYMLINK
      include/config-win.h:
        Use original code
      innobase/srv/srv0srv.c:
        merge
      innobase/usr/usr0sess.c:
        merge
      libmysql/libmysql.c:
        merge
      mysql-test/r/func_test.result:
        merge
      mysql-test/t/func_test.test:
        merge
      sql/log.cc:
        merge
      sql/mysqld.cc:
        merge
      8b2b219f
  3. 19 Feb, 2004 22 commits
    • unknown's avatar
      Safety fixes (strnmov -> strmake) · 51a6b4f4
      unknown authored
      
      
      sql/mysqld.cc:
        Safety fix
      sql/set_var.cc:
        Safety fix
      sql/sql_db.cc:
        indentation cleanup
      51a6b4f4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 9bc5cdba
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      libmysql/libmysql.c:
        Auto merged
      9bc5cdba
    • unknown's avatar
      Fixed usage of strxnmov() in recent changesets · 68242939
      unknown authored
      
      libmysql/libmysql.c:
        szPipeName -> pipe_name
        fixed usage of strxnmov()
      mysys/mf_tempfile.c:
        Fixed usage of strnxmov()
        Simple optimization
      mysys/my_tempnam.c:
        Fixed usage of strnxmov()
        Simple optimization
      sql/log.cc:
        simple optimization
      sql/mini_client.cc:
        szPipeName -> pipe_name
        fixed usage of strxnmov()
      sql/mysqld.cc:
        szPipeName -> pipe_name
        fixed usage of strxnmov()
        Fixed indentation
      68242939
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 403255b8
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      403255b8
    • unknown's avatar
      Many files: · be897943
      unknown authored
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      
      
      sql/ha_innodb.cc:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/data/data0type.c:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/dict/dict0crea.c:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/dict/dict0load.c:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/include/data0type.h:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/include/data0type.ic:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      innobase/rem/rem0cmp.c:
        Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
      be897943
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · fe92b279
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      include/my_global.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      fe92b279
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · a01a3dd5
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      a01a3dd5
    • unknown's avatar
      crease number of open files to 2048 on windows · 4e01d4de
      unknown authored
      Don't do fsync on temporary .frm files
      
      
      include/config-win.h:
        Increase number of open files to 2048 on windows
      sql/unireg.cc:
        Don't do fsync on temporary files
      4e01d4de
    • unknown's avatar
      Max open files handling moved to my_set_max_open_files() · ddbb7880
      unknown authored
      This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
      
      
      client/client_priv.h:
        Added --open-files-limit to mysqlbinlog
      client/mysqlbinlog.cc:
        Added --open-files-limit to mysqlbinlog
      include/config-win.h:
        Define that you can have up to 2048 files open on windows
      include/my_global.h:
        Allow override of OS_FILE_LIMIT
      include/my_sys.h:
        Cleanup
        Added prototypes for my_set_max_open_files() and my_free_open_files()
      libmysql/Makefile.shared:
        Added my_file.c
      myisam/myisamlog.c:
        Use my_set_max_open_files()
      mysys/Makefile.am:
        Use my_file.c (for mysqlbinlog)
      mysys/my_alloc.c:
        Remove compiler warning
      mysys/my_div.c:
        MY_NFILE -> my_file_limit
      mysys/my_dup.c:
        MY_NFILE -> my_file_limit
      mysys/my_fopen.c:
        MY_NFILE -> my_file_limit
      mysys/my_open.c:
        MY_NFILE -> my_file_limit
      mysys/my_static.c:
        Allow changing of open files limit
      mysys/my_static.h:
        Allow changing of open files limit
      sql/mysqld.cc:
        Max open files handling moved to my_set_max_open_files()
      ddbb7880
    • unknown's avatar
      Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 · 41a76c7c
      unknown authored
      into mysql.com:/bk/mysql-4.0
      
      
      libmysql/libmysql.c:
        Auto merged
      41a76c7c
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 6c1795ee
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      
      6c1795ee
    • unknown's avatar
      que0que.c: · 1f696bf3
      unknown authored
        Testing if bk push works
      
      
      innobase/que/que0que.c:
        Testing if bk push works
      1f696bf3
    • unknown's avatar
      First round of changes to set up for Windows build automation. · 7f44d178
      unknown authored
      
      VC++Files/InstallShield/4.0.XX-classic/File Groups/Clients and Tools.fgl:
        Add myisam_ftdump to client files
      VC++Files/InstallShield/4.0.XX-classic/File Groups/Development.fgl:
        Add mysql_fix_privilege_tables.sql
      VC++Files/InstallShield/4.0.XX-classic/File Groups/Servers.fgl:
        Add README.txt
      VC++Files/InstallShield/4.0.XX-gpl/File Groups/Clients and Tools.fgl:
        Add myisam_ftdump to client files
      VC++Files/InstallShield/4.0.XX-gpl/File Groups/Development.fgl:
        Add mysql_fix_privilege_tables.sql
      VC++Files/InstallShield/4.0.XX-gpl/File Groups/Servers.fgl:
        Add README.txt
      VC++Files/InstallShield/4.0.XX-pro/File Groups/Clients and Tools.fgl:
        Add myisam_ftdump to client files
      VC++Files/InstallShield/4.0.XX-pro/File Groups/Development.fgl:
        Add mysql_fix_privilege_tables.sql
      VC++Files/InstallShield/4.0.XX-pro/File Groups/Servers.fgl:
        Add README.txt
      VC++Files/mysql.dsw:
        Add myisam_ftdump
      VC++Files/mysys/mysys.dsp:
        Fix defines
      VC++Files/sql/mysqld.dsp:
        Fix defines, etc
      7f44d178
    • unknown's avatar
      trx0sys.c: · c6ea718b
      unknown authored
        Remove the downgrade 4.1.2 -> 4.0.18 patch accidentally merged from 4.0 to 4.1; the patch must NOT be merged to 4.1; this fixes Bug #2883
      
      
      innobase/trx/trx0sys.c:
        Remove the downgrade 4.1.2 -> 4.0.18 patch accidentally merged from 4.0 to 4.1; the patch must NOT be merged to 4.1; this fixes Bug #2883
      c6ea718b
    • unknown's avatar
      srv_add_path_separator_if_needed: be static; use memcpy, not sprintf · f443541a
      unknown authored
      
      innobase/include/srv0start.h:
        Remove unused functions
      innobase/srv/srv0start.c:
        srv_add_path_separator_if_needed: Replace sprintf with memcpy
      f443541a
    • unknown's avatar
      Remove unnecessary files and functions · 731fd9c5
      unknown authored
      
      innobase/srv/srv0srv.c:
        Removed unused code
      BitKeeper/deleted/.del-FSP0FSP.C~f1c7e596cadd429:
        Delete: innobase/fsp/trash/FSP0FSP.C
      BitKeeper/deleted/.del-log0trsh.c~ebdd6ce463d8bf0:
        Delete: innobase/log/trash/log0trsh.c
      BitKeeper/deleted/.del-os0fileold.c~7be518438162e2f:
        Delete: innobase/os/os0fileold.c
      innobase/include/usr0sess.h:
        Remove unused functions
      innobase/lock/lock0lock.c:
        Remove commented-out call to deleted function sess_raise_error_low()
      innobase/trx/trx0trx.c:
        Remove commented-out or unreachable calls to deleted function sess_raise_error_low()
      innobase/usr/usr0sess.c:
        Remove unused functions
      731fd9c5
    • unknown's avatar
      Many files: · f509ce23
      unknown authored
        Remove leading whitespace from lines containing preprocessor directives
      Makefile.am:
        Remove univold.i and univoldmysql.i
      
      
      innobase/include/Makefile.am:
        Remove univold.i and univoldmysql.i
      innobase/buf/buf0buf.c:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/include/mem0mem.ic:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/include/sync0rw.ic:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/include/sync0sync.ic:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/include/ut0rnd.ic:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/mem/mem0dbg.c:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/mem/mem0mem.c:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/sync/sync0rw.c:
        Remove leading whitespace from lines containing preprocessor directives
      innobase/sync/sync0sync.c:
        Remove leading whitespace from lines containing preprocessor directives
      f509ce23
    • unknown's avatar
      Remove unnecessary files · b01a5e43
      unknown authored
      .del-univoldmysql.i~9253a6f92058c565:
        Delete: innobase/include/univoldmysql.i
      .del-univold.i~4b5ed652407f63f1:
        Delete: innobase/include/univold.i
      .del-tsut.c~4a154913fc9cd5c0:
        Delete: innobase/ut/ts/tsut.c
      .del-makefile~9b8356bbdb8bd94e:
        Delete: innobase/ut/ts/makefile
      .del-tsttrxold.c~eb6fd6091405d54e:
        Delete: innobase/trx/ts/tsttrxold.c
      .del-tstrx.c~5425c98548ec1e0d:
        Delete: innobase/trx/ts/tstrx.c
      .del-makefile~16d63c17c8edf62a:
        Delete: innobase/trx/ts/makefile
      .del-tsthr.c~b095667070d626a9:
        Delete: innobase/thr/ts/tsthr.c
      .del-makefile~d5e4661188c1939d:
        Delete: innobase/thr/ts/makefile
      .del-tssync.c~fed4676cd4eb8457:
        Delete: innobase/sync/ts/tssync.c
      .del-makefile~f23368879649c806:
        Delete: innobase/sync/ts/makefile
      .del-tssrv.c~b8a6f5ad9ae639c8:
        Delete: innobase/srv/ts/tssrv.c
      .del-tsdbc.c~d36206bdccf338f:
        Delete: innobase/srv/ts/tsdbc.c
      .del-makefile~da6e87ef29c12dca:
        Delete: innobase/srv/ts/makefile
      .del-tstcur.c~a9d5cf73b020ec41:
        Delete: innobase/row/ts/tstcur.c
      .del-makefile~2cdfe39689004e6:
        Delete: innobase/row/ts/makefile
      .del-tsrem.c~bb4e1e2e8c2ee179:
        Delete: innobase/rem/ts/tsrem.c
      .del-makefile~3e48a33b4970faef:
        Delete: innobase/rem/ts/makefile
      .del-tspage.c~f5baf63f9924e43b:
        Delete: innobase/page/ts/tspage.c
      .del-makefile~66de73bc499566f9:
        Delete: innobase/page/ts/makefile
      .del-tsosaux.c~9ec97a83392a984c:
        Delete: innobase/os/ts/tsosaux.c
      .del-tsos.c~f6057d3c171f5915:
        Delete: innobase/os/ts/tsos.c
      .del-makefile~9a1d210afa6d666e:
        Delete: innobase/os/ts/makefile
      .del-tsmtr.c~293250c7ebfe0d3:
        Delete: innobase/mtr/ts/tsmtr.c
      .del-tsbuf.c~e8d15ee095194d2c:
        Delete: innobase/mtr/ts/tsbuf.c
      .del-makefile~fdf4c2a4ddb23230:
        Delete: innobase/mtr/ts/makefile
      .del-tsmem.c~cc483e2ab96e625c:
        Delete: innobase/mem/ts/tsmem.c
      .del-makefile~6d58ab1de0ac572:
        Delete: innobase/mem/ts/makefile
      .del-tsmach.c~af65166bb53ddfe9:
        Delete: innobase/mach/ts/tsmach.c
      .del-makefile~b8cbd25992ee51b:
        Delete: innobase/mach/ts/makefile
      .del-tsha.c~13dd5ea03fda370c:
        Delete: innobase/ha/ts/tsha.c
      .del-makefile~1bf12ce7b2dadfd5:
        Delete: innobase/ha/ts/makefile
      .del-tsfsp.c~890ead1636f0eaba:
        Delete: innobase/fsp/ts/tsfsp.c
      .del-makefile~a466e9eb27493a80:
        Delete: innobase/fsp/ts/makefile
      .del-del.c~35c6283be580200:
        Delete: innobase/fsp/ts/del.c
      .del-tsfil.c~e554b6f3c189c081:
        Delete: innobase/fil/ts/tsfil.c
      .del-makefile~1df6f952a960fef4:
        Delete: innobase/fil/ts/makefile
      .del-tsdyn.c~6f976764b53f3191:
        Delete: innobase/dyn/ts/tsdyn.c
      .del-makefile~f64427335fafdc65:
        Delete: innobase/dyn/ts/makefile
      .del-tsdict.c~5e82f7b8ac2b2e15:
        Delete: innobase/dict/ts/tsdict.c
      .del-makefile~6356c424e9747647:
        Delete: innobase/dict/ts/makefile
      .del-tscom.c~26aae2c5c4ca1dce:
        Delete: innobase/com/ts/tscom.c
      .del-tscli.c~2f3e4b281141eac2:
        Delete: innobase/com/ts/tscli.c
      .del-makefile~608fd39568db7238:
        Delete: innobase/com/ts/makefile
      .del-tsos.c~1dadfc1ef69f2ba3:
        Delete: innobase/buf/ts/tsos.c
      .del-tsbuf.c~b4c3feee158ef154:
        Delete: innobase/buf/ts/tsbuf.c
      .del-makefile~598acb06bf1e466:
        Delete: innobase/buf/ts/makefile
      .del-tscli.c~8d35740cc1f6f864:
        Delete: innobase/btr/ts/trash/tscli.c
      .del-tssrv.c~ee30b746c485aec:
        Delete: innobase/btr/ts/tssrv.c
      .del-tss.c~21ae628550141a68:
        Delete: innobase/btr/ts/tss.c
      .del-tsrecv97.c~dbeb3bc494b241c1:
        Delete: innobase/btr/ts/tsrecv97.c
      .del-tsrecv.c~3415f8a936a8d9fd:
        Delete: innobase/btr/ts/tsrecv.c
      .del-tscli.c~77fc1962db99aa2e:
        Delete: innobase/btr/ts/tscli.c
      .del-tsbtrold5.c~72a60e768c944904:
        Delete: innobase/btr/ts/trash/tsbtrold5.c
      .del-tsbtrins.c~3e3bb3f95f058b46:
        Delete: innobase/btr/ts/tsbtrins.c
      .del-TSIT.C~f53cce6fab8d325:
        Delete: innobase/btr/ts/trash/TSIT.C
      .del-tsbtrfull.c~fbcbe41b64cc71b6:
        Delete: innobase/btr/ts/tsbtrfull.c
      .del-tsbtr97.c~84dbb84ea9fa267c:
        Delete: innobase/btr/ts/tsbtr97.c
      .del-makefile~491918b4162b927c:
        Delete: innobase/btr/ts/makefile
      .del-isql.c~bc0b8cc213905175:
        Delete: innobase/btr/ts/isql.c
      
      
      BitKeeper/deleted/.del-isql.c~bc0b8cc213905175:
        Delete: innobase/btr/ts/isql.c
      BitKeeper/deleted/.del-makefile~491918b4162b927c:
        Delete: innobase/btr/ts/makefile
      BitKeeper/deleted/.del-tsbtr97.c~84dbb84ea9fa267c:
        Delete: innobase/btr/ts/tsbtr97.c
      BitKeeper/deleted/.del-tsbtrfull.c~fbcbe41b64cc71b6:
        Delete: innobase/btr/ts/tsbtrfull.c
      BitKeeper/deleted/.del-TSIT.C~f53cce6fab8d325:
        Delete: innobase/btr/ts/trash/TSIT.C
      BitKeeper/deleted/.del-tsbtrins.c~3e3bb3f95f058b46:
        Delete: innobase/btr/ts/tsbtrins.c
      BitKeeper/deleted/.del-tsbtrold5.c~72a60e768c944904:
        Delete: innobase/btr/ts/trash/tsbtrold5.c
      BitKeeper/deleted/.del-tscli.c~77fc1962db99aa2e:
        Delete: innobase/btr/ts/tscli.c
      BitKeeper/deleted/.del-tsrecv.c~3415f8a936a8d9fd:
        Delete: innobase/btr/ts/tsrecv.c
      BitKeeper/deleted/.del-tsrecv97.c~dbeb3bc494b241c1:
        Delete: innobase/btr/ts/tsrecv97.c
      BitKeeper/deleted/.del-tss.c~21ae628550141a68:
        Delete: innobase/btr/ts/tss.c
      BitKeeper/deleted/.del-tssrv.c~ee30b746c485aec:
        Delete: innobase/btr/ts/tssrv.c
      BitKeeper/deleted/.del-tscli.c~8d35740cc1f6f864:
        Delete: innobase/btr/ts/trash/tscli.c
      BitKeeper/deleted/.del-makefile~598acb06bf1e466:
        Delete: innobase/buf/ts/makefile
      BitKeeper/deleted/.del-tsbuf.c~b4c3feee158ef154:
        Delete: innobase/buf/ts/tsbuf.c
      BitKeeper/deleted/.del-tsos.c~1dadfc1ef69f2ba3:
        Delete: innobase/buf/ts/tsos.c
      BitKeeper/deleted/.del-makefile~608fd39568db7238:
        Delete: innobase/com/ts/makefile
      BitKeeper/deleted/.del-tscli.c~2f3e4b281141eac2:
        Delete: innobase/com/ts/tscli.c
      BitKeeper/deleted/.del-tscom.c~26aae2c5c4ca1dce:
        Delete: innobase/com/ts/tscom.c
      BitKeeper/deleted/.del-makefile~6356c424e9747647:
        Delete: innobase/dict/ts/makefile
      BitKeeper/deleted/.del-tsdict.c~5e82f7b8ac2b2e15:
        Delete: innobase/dict/ts/tsdict.c
      BitKeeper/deleted/.del-makefile~f64427335fafdc65:
        Delete: innobase/dyn/ts/makefile
      BitKeeper/deleted/.del-tsdyn.c~6f976764b53f3191:
        Delete: innobase/dyn/ts/tsdyn.c
      BitKeeper/deleted/.del-makefile~1df6f952a960fef4:
        Delete: innobase/fil/ts/makefile
      BitKeeper/deleted/.del-tsfil.c~e554b6f3c189c081:
        Delete: innobase/fil/ts/tsfil.c
      BitKeeper/deleted/.del-del.c~35c6283be580200:
        Delete: innobase/fsp/ts/del.c
      BitKeeper/deleted/.del-makefile~a466e9eb27493a80:
        Delete: innobase/fsp/ts/makefile
      BitKeeper/deleted/.del-tsfsp.c~890ead1636f0eaba:
        Delete: innobase/fsp/ts/tsfsp.c
      BitKeeper/deleted/.del-makefile~1bf12ce7b2dadfd5:
        Delete: innobase/ha/ts/makefile
      BitKeeper/deleted/.del-tsha.c~13dd5ea03fda370c:
        Delete: innobase/ha/ts/tsha.c
      BitKeeper/deleted/.del-makefile~b8cbd25992ee51b:
        Delete: innobase/mach/ts/makefile
      BitKeeper/deleted/.del-tsmach.c~af65166bb53ddfe9:
        Delete: innobase/mach/ts/tsmach.c
      BitKeeper/deleted/.del-makefile~6d58ab1de0ac572:
        Delete: innobase/mem/ts/makefile
      BitKeeper/deleted/.del-tsmem.c~cc483e2ab96e625c:
        Delete: innobase/mem/ts/tsmem.c
      BitKeeper/deleted/.del-makefile~fdf4c2a4ddb23230:
        Delete: innobase/mtr/ts/makefile
      BitKeeper/deleted/.del-tsbuf.c~e8d15ee095194d2c:
        Delete: innobase/mtr/ts/tsbuf.c
      BitKeeper/deleted/.del-tsmtr.c~293250c7ebfe0d3:
        Delete: innobase/mtr/ts/tsmtr.c
      BitKeeper/deleted/.del-makefile~9a1d210afa6d666e:
        Delete: innobase/os/ts/makefile
      BitKeeper/deleted/.del-tsos.c~f6057d3c171f5915:
        Delete: innobase/os/ts/tsos.c
      BitKeeper/deleted/.del-tsosaux.c~9ec97a83392a984c:
        Delete: innobase/os/ts/tsosaux.c
      BitKeeper/deleted/.del-makefile~66de73bc499566f9:
        Delete: innobase/page/ts/makefile
      BitKeeper/deleted/.del-tspage.c~f5baf63f9924e43b:
        Delete: innobase/page/ts/tspage.c
      BitKeeper/deleted/.del-makefile~3e48a33b4970faef:
        Delete: innobase/rem/ts/makefile
      BitKeeper/deleted/.del-tsrem.c~bb4e1e2e8c2ee179:
        Delete: innobase/rem/ts/tsrem.c
      BitKeeper/deleted/.del-makefile~2cdfe39689004e6:
        Delete: innobase/row/ts/makefile
      BitKeeper/deleted/.del-tstcur.c~a9d5cf73b020ec41:
        Delete: innobase/row/ts/tstcur.c
      BitKeeper/deleted/.del-makefile~da6e87ef29c12dca:
        Delete: innobase/srv/ts/makefile
      BitKeeper/deleted/.del-tsdbc.c~d36206bdccf338f:
        Delete: innobase/srv/ts/tsdbc.c
      BitKeeper/deleted/.del-tssrv.c~b8a6f5ad9ae639c8:
        Delete: innobase/srv/ts/tssrv.c
      BitKeeper/deleted/.del-makefile~f23368879649c806:
        Delete: innobase/sync/ts/makefile
      BitKeeper/deleted/.del-tssync.c~fed4676cd4eb8457:
        Delete: innobase/sync/ts/tssync.c
      BitKeeper/deleted/.del-makefile~d5e4661188c1939d:
        Delete: innobase/thr/ts/makefile
      BitKeeper/deleted/.del-tsthr.c~b095667070d626a9:
        Delete: innobase/thr/ts/tsthr.c
      BitKeeper/deleted/.del-makefile~16d63c17c8edf62a:
        Delete: innobase/trx/ts/makefile
      BitKeeper/deleted/.del-tstrx.c~5425c98548ec1e0d:
        Delete: innobase/trx/ts/tstrx.c
      BitKeeper/deleted/.del-tsttrxold.c~eb6fd6091405d54e:
        Delete: innobase/trx/ts/tsttrxold.c
      BitKeeper/deleted/.del-makefile~9b8356bbdb8bd94e:
        Delete: innobase/ut/ts/makefile
      BitKeeper/deleted/.del-tsut.c~4a154913fc9cd5c0:
        Delete: innobase/ut/ts/tsut.c
      BitKeeper/deleted/.del-univold.i~4b5ed652407f63f1:
        Delete: innobase/include/univold.i
      BitKeeper/deleted/.del-univoldmysql.i~9253a6f92058c565:
        Delete: innobase/include/univoldmysql.i
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b01a5e43
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · efca692a
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      efca692a
    • unknown's avatar
      potential problem fixed afer some reasoning · ddf17601
      unknown authored
      ddf17601
    • unknown's avatar
      Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 · 1e34d44b
      unknown authored
      into mysql.com:/bk/mysql-4.0
      
      
      1e34d44b
    • unknown's avatar
      Merge · 70e56f4d
      unknown authored
      70e56f4d
  4. 18 Feb, 2004 3 commits
  5. 17 Feb, 2004 10 commits
  6. 16 Feb, 2004 3 commits
    • unknown's avatar
      merge · 7b6b03f3
      unknown authored
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      7b6b03f3
    • unknown's avatar
      Changed wellformedlen to well_formed_len · 709356d4
      unknown authored
      Fixed that blobs >16M can be inserted/updated
      Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
      
      
      include/m_ctype.h:
        Changed wellformedlen to well_formed_len
      include/mysql.h:
        Fixed comment
      libmysql/libmysql.c:
        Fixed indentation
      libmysqld/lib_sql.cc:
        Fixed indentation
      mysql-test/r/ctype_utf8.result:
        updated warning numbers
      mysql-test/r/innodb.result:
        Moved test to right place
      mysql-test/r/myisam-blob.result:
        More test for blobs
      mysql-test/r/rpl000002.result:
        Move test to better place
      mysql-test/r/rpl_log.result:
        Move test to better place
      mysql-test/r/union.result:
        Move test to better place
      mysql-test/t/innodb.test:
        Moved test to right place
      mysql-test/t/myisam-blob.test:
        More test of blobs
      mysql-test/t/rpl000002.test:
        Move test to better place
      mysql-test/t/rpl_log.test:
        Move test to better place
      mysql-test/t/union.test:
        Move test to better place
      sql/field.cc:
        Changed wellformedlen to well_formed_len.
        Fixed that blobs >16M can be inserted/updated (new bug)
      sql/field.h:
        Code optimization
      sql/sql_lex.cc:
        Changed short variable names
      sql/sql_show.cc:
        Optimized quote handling
      sql/sql_table.cc:
        Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
      sql/sql_union.cc:
        Added comment
      strings/ctype-big5.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-bin.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-euc_kr.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-gb2312.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-gbk.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-latin1.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-mb.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-simple.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-sjis.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-tis620.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-ucs2.c:
        Changed wellformedlen to well_formed_len
        Indentation changes
      strings/ctype-ujis.c:
        Changed wellformedlen to well_formed_len
      strings/ctype-utf8.c:
        Changed wellformedlen to well_formed_len
      709356d4
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 271b11b3
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      271b11b3