1. 22 Feb, 2004 6 commits
    • unknown's avatar
      Updated results · c7c7cb78
      unknown authored
      c7c7cb78
    • unknown's avatar
      Merge with 4.0 to get fixed tests · 7c67466d
      unknown authored
      
      mysql-test/t/lock_tables_lost_commit.test:
        Auto merged
      7c67466d
    • unknown's avatar
      Move tests that uses innodb to innodb.test · ed27c912
      unknown authored
      
      mysql-test/t/lock_tables_lost_commit.test:
        Ensure that innodb is compiled in
      ed27c912
    • unknown's avatar
      merge with 4.0 · bdaf5c2b
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      VC++Files/comp_err/comp_err.dsp:
        Auto merged
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Auto merged
      VC++Files/myisampack/myisampack.dsp:
        Auto merged
      acinclude.m4:
        Auto merged
      innobase/buf/buf0buf.c:
        Auto merged
      innobase/com/com0shm.c:
        Auto merged
      innobase/data/data0data.c:
        Auto merged
      innobase/ha/ha0ha.c:
        Auto merged
      innobase/include/buf0buf.ic:
        Auto merged
      innobase/include/dict0dict.h:
        Auto merged
      innobase/include/ibuf0ibuf.h:
        Auto merged
      innobase/include/lock0lock.h:
        Auto merged
      innobase/include/mtr0log.h:
        Auto merged
      innobase/include/mtr0mtr.h:
        Auto merged
      innobase/include/os0proc.h:
        Auto merged
      innobase/include/os0thread.h:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/include/sync0sync.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/log/log0recv.c:
        Auto merged
      innobase/mem/mem0dbg.c:
        Auto merged
      innobase/mtr/mtr0mtr.c:
        Auto merged
      innobase/os/os0proc.c:
        Auto merged
      innobase/page/page0page.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      innobase/rem/rem0cmp.c:
        Auto merged
      innobase/row/row0ins.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      innobase/sync/sync0sync.c:
        Auto merged
      innobase/trx/trx0rec.c:
        Auto merged
      innobase/trx/trx0trx.c:
        Auto merged
      innobase/ut/ut0mem.c:
        Auto merged
      innobase/ut/ut0ut.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      scripts/mysql_config.sh:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      bdaf5c2b
    • unknown's avatar
      Cleanups · 1052b612
      unknown authored
      
      acinclude.m4:
        Remove innobase/libodbc
      innobase/Makefile.am:
        Remove innobase/libodbc
      sql/sql_delete.cc:
        Indentation cleanup
      sql/sql_yacc.yy:
        Fixed wrong merge
      1052b612
    • unknown's avatar
      After merge fixes · 416dc3b4
      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
      416dc3b4
  2. 21 Feb, 2004 8 commits
  3. 20 Feb, 2004 9 commits
    • unknown's avatar
      Added missing argument to strxnmov() (Applies for windows debug mode) · 1da0c854
      unknown authored
      
      libmysql/libmysql.c:
        Added missing argument to strxnmov()
      1da0c854
    • unknown's avatar
      merge with 4.0 to get security fixes and latest bug fixes · 526b880f
      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
      526b880f
    • unknown's avatar
      Fix name conflict with alternate capitalization · 20052e66
      unknown authored
      
      VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-classic/Script Files/Setup.rul.old
      VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-gpl/Script Files/Setup.rul.old
      VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul.old:
        Rename: VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul -> VC++Files/InstallShield/4.0.XX-pro/Script Files/Setup.rul.old
      20052e66
    • unknown's avatar
      Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 · c744bd65
      unknown authored
      into mysql.com:/bk/mysql-4.0
      
      c744bd65
    • unknown's avatar
      Remove unused files · 415012e8
      unknown authored
      .del-odbc0odbc.c~6a372e94945263b5:
        Delete: innobase/odbc/odbc0odbc.c
      .del-odbc0dummy.c~761be78656f44ad2:
        Delete: innobase/odbc/odbc0dummy.c
      .del-makefilewin~15bf11ba8e0e4efe:
        Delete: innobase/odbc/makefilewin
      .del-Makefile.am~f40398b15a266f24:
        Delete: innobase/odbc/Makefile.am
      
      
      BitKeeper/deleted/.del-Makefile.am~f40398b15a266f24:
        Delete: innobase/odbc/Makefile.am
      BitKeeper/deleted/.del-makefilewin~15bf11ba8e0e4efe:
        Delete: innobase/odbc/makefilewin
      BitKeeper/deleted/.del-odbc0dummy.c~761be78656f44ad2:
        Delete: innobase/odbc/odbc0dummy.c
      BitKeeper/deleted/.del-odbc0odbc.c~6a372e94945263b5:
        Delete: innobase/odbc/odbc0odbc.c
      415012e8
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.0 · 474bc851
      unknown authored
      into hundin.mysql.fi:/home/marko/m/mysql-4.0
      
      
      innobase/que/que0que.c:
        Auto merged
      474bc851
    • unknown's avatar
      Many files: · 04a7c9eb
      unknown authored
        Removed unused code
      .del-os0trash.c~8cae5c1695501117:
        Delete: innobase/os/os0trash.c
      dict0crea.c:
        Protect all sprintf(%s) with assertions
      
      
      BitKeeper/deleted/.del-os0trash.c~8cae5c1695501117:
        Delete: innobase/os/os0trash.c
      innobase/btr/btr0sea.c:
        Removed unused code
      innobase/buf/buf0buf.c:
        Removed unused code
      innobase/com/com0shm.c:
        Removed unused code
      innobase/data/data0data.c:
        Removed unused code
      innobase/dict/dict0crea.c:
        Removed unused code
      innobase/fsp/fsp0fsp.c:
        Removed unused code
      innobase/ha/ha0ha.c:
        Removed unused code
      innobase/include/btr0cur.h:
        Removed unused code
      innobase/include/btr0sea.h:
        Removed unused code
      innobase/include/buf0buf.ic:
        Removed unused code
      innobase/include/data0data.h:
        Removed unused code
      innobase/include/dict0crea.h:
        Removed unused code
      innobase/include/dict0dict.h:
        Removed unused code
      innobase/include/ibuf0ibuf.h:
        Removed unused code
      innobase/include/lock0lock.h:
        Removed unused code
      innobase/include/mem0dbg.h:
        Removed unused code
      innobase/include/mem0mem.ic:
        Removed unused code
      innobase/include/mtr0log.h:
        Removed unused code
      innobase/include/mtr0mtr.h:
        Removed unused code
      innobase/include/os0proc.h:
        Removed unused code
      innobase/include/os0thread.h:
        Removed unused code
      innobase/include/rem0cmp.ic:
        Removed unused code
      innobase/include/row0row.h:
        Removed unused code
      innobase/include/srv0srv.h:
        Removed unused code
      innobase/include/sync0sync.h:
        Removed unused code
      innobase/lock/lock0lock.c:
        Removed unused code
      innobase/log/log0recv.c:
        Removed unused code
      innobase/mem/mem0dbg.c:
        Removed unused code
      innobase/mtr/mtr0mtr.c:
        Removed unused code
      innobase/os/os0proc.c:
        Removed unused code
      innobase/page/page0page.c:
        Removed unused code
      innobase/que/que0que.c:
        Removed unused code
      innobase/rem/rem0cmp.c:
        Removed unused code
      innobase/row/row0ins.c:
        Removed unused code
      innobase/row/row0mysql.c:
        Removed unused code
      innobase/row/row0row.c:
        Removed unused code
      innobase/srv/srv0srv.c:
        Removed unused code
      innobase/srv/srv0start.c:
        Removed unused code
      innobase/sync/sync0sync.c:
        Removed unused code
      innobase/trx/trx0rec.c:
        Removed unused code
      innobase/trx/trx0trx.c:
        Removed unused code
      innobase/ut/ut0dbg.c:
        Removed unused code
      innobase/ut/ut0mem.c:
        Removed unused code
      innobase/ut/ut0ut.c:
        Removed unused code
      04a7c9eb
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 117e8990
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      117e8990
    • unknown's avatar
      \| is sed is on-portable · 48ba2149
      unknown authored
      48ba2149
  4. 19 Feb, 2004 17 commits
    • unknown's avatar
      Safety fixes (strnmov -> strmake) · 587f70f9
      unknown authored
      
      
      sql/mysqld.cc:
        Safety fix
      sql/set_var.cc:
        Safety fix
      sql/sql_db.cc:
        indentation cleanup
      587f70f9
    • unknown's avatar
      Major work on Windows build automation-- add binary packaging, suffixes · 8879547e
      unknown authored
      
      Build-tools/Do-win-build:
        Add suffix option, classic build, binary packaging
      VC++Files/comp_err/comp_err.dsp:
        Update project file -- binary goes to ../client_release now
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Update project file -- binary goes to ../client_release now
      VC++Files/myisam_ftdump/myisam_ftdump.dsp:
        Update project file -- binary goes to ../client_release now
      VC++Files/myisampack/myisampack.dsp:
        Update project file -- binary goes to ../client_release now
      scripts/Makefile.am:
        Add make_win_binary_distribution to Makefile (for @VERSION@)
      8879547e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 6dd5fe21
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      libmysql/libmysql.c:
        Auto merged
      6dd5fe21
    • unknown's avatar
      Fixed usage of strxnmov() in recent changesets · 4454f791
      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
      4454f791
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 · 3c69d7c9
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      3c69d7c9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 6030734a
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      6030734a
    • unknown's avatar
      Many files: · e9b8da36
      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
      e9b8da36
    • unknown's avatar
      Fix for a bug #2799. · 22a70c11
      unknown authored
      Multi-table delete's with tables having foreign key constraints
      did not return the error.
      
      Also added tests for multi-table updates.
       
      
      22a70c11
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d8d918b6
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      include/my_global.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      d8d918b6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 4d894bbe
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      4d894bbe
    • unknown's avatar
      crease number of open files to 2048 on windows · f3f0f820
      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
      f3f0f820
    • unknown's avatar
      Max open files handling moved to my_set_max_open_files() · ff18cf42
      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()
      ff18cf42
    • unknown's avatar
      Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 · 8d7d50f0
      unknown authored
      into mysql.com:/bk/mysql-4.0
      
      
      libmysql/libmysql.c:
        Auto merged
      8d7d50f0
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 6ffeddcd
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      6ffeddcd
    • unknown's avatar
      que0que.c: · acbe8aca
      unknown authored
        Testing if bk push works
      
      
      innobase/que/que0que.c:
        Testing if bk push works
      acbe8aca
    • unknown's avatar
      First round of changes to set up for Windows build automation. · 043ccc2a
      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
      043ccc2a
    • unknown's avatar
      trx0sys.c: · d08a9574
      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
      d08a9574