1. 15 Oct, 2003 1 commit
    • unknown's avatar
      Portability fixes for windows · ddbc8428
      unknown authored
      After merge fixes
      
      
      include/my_base.h:
        Fix comment syntax
      libmysql/client_settings.h:
        Portability fixes for windows
      libmysql/libmysql.c:
        Portability fixes for windows
      libmysql/libmysql.def:
        Portability fixes for windows
      mysql-test/r/variables.result:
        Fix result after merge
      sql-common/client.c:
        Portability fixes for windows
      sql/ha_berkeley.cc:
        Use defines instead of constants
      sql/item_strfunc.cc:
        Portability fixes for windows
      sql/mysql_priv.h:
        Use defines instead of defines
      sql/mysqld.cc:
        After merge fix
      sql/opt_range.h:
        After merge fix
      sql/set_var.h:
        Portability fixes for windows
      sql/sql_class.cc:
        Defines instead of constants
      sql/sql_help.cc:
        after merge fixes
        More OOM error checking
      sql/sql_prepare.cc:
        After merge fixes
      sql/sql_table.cc:
        Portability fixes for windows
      ddbc8428
  2. 14 Oct, 2003 2 commits
    • unknown's avatar
      merge with 4.0 to get fix for SET enum_system_variable=NULL · 086ec556
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/variables.test:
        Auto merged
      086ec556
    • unknown's avatar
      Fixed bug in SET enum_system_variable=NULL · d1ed51db
      unknown authored
      
      BitKeeper/etc/ignore:
        added scripts/make_sharedlib_distribution
      mysql-test/r/variables.result:
        Add test for enum_system_variable=NULL
      mysql-test/t/variables.test:
        Add test for enum_system_variable=NULL
      sql/set_var.cc:
        Fixed bug in SET enum_system_variable=NULL
        Moved some array elements to get result sorted
      d1ed51db
  3. 13 Oct, 2003 1 commit
    • unknown's avatar
      merge with 4.0 for more memory allocation variables. · 3974119b
      unknown authored
      
      configure.in:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/opt_range.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_test.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      scripts/Makefile.am:
        merge
      sql/log_event.cc:
        merge
      sql/mysqld.cc:
        merge
      sql/opt_range.cc:
        merge
      sql/set_var.cc:
        merge
      sql/sql_class.h:
        merge
      sql/sql_delete.cc:
        merge
      sql/sql_parse.cc:
        merge
      3974119b
  4. 11 Oct, 2003 2 commits
    • unknown's avatar
      Add warnings for single line inserts. To do this I had to convert... · 0cdddbf1
      unknown authored
      Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
      
      
      mysql-test/r/ctype_mb.result:
        update results after adding more warnings
      mysql-test/r/null.result:
        update results after adding more warnings
      mysql-test/r/select_found.result:
        update results after adding more warnings
      mysql-test/r/warnings.result:
        update results after adding more warnings
      mysql-test/t/ctype_mb.test:
        Add missing drop table
      mysql-test/t/myisam.test:
        Disable some warnings
      mysql-test/t/select_found.test:
        update results after adding more warnings
      sql/field_conv.cc:
        Add warnings for single line inserts
      sql/item_func.cc:
        Remove compile warnings
      sql/sql_class.cc:
        Add warnings for single line inserts
      sql/sql_class.h:
        Add warnings for single line inserts
      sql/sql_insert.cc:
        Add warnings for single line inserts
      sql/sql_load.cc:
        Add warnings for single line inserts
      sql/sql_select.cc:
        Add warnings for single line inserts
      sql/sql_table.cc:
        Add warnings for single line inserts
      sql/sql_update.cc:
        Add warnings for single line inserts
      0cdddbf1
    • unknown's avatar
      Add new user variables for tuning memory usage: · 74ea4594
      unknown authored
      query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size
      Add more checks for "out of memory" detection in range optimization
      
      
      configure.in:
        Added detection of mallinfo
      mysql-test/r/variables.result:
        Test of new variables
      mysql-test/t/variables.test:
        Test of new variables
      sql/ha_berkeley.cc:
        Use init_sql_alloc instead of init_alloc_root for better OOM detection
      sql/log_event.cc:
        Add new user variables for tuning memory usage
      sql/mysql_priv.h:
        Add new user variables for tuning memory usage
      sql/mysqld.cc:
        Add new user variables for tuning memory usage
      sql/opt_ft.cc:
        Add new user variables for tuning memory usage
      sql/opt_ft.h:
        Add new user variables for tuning memory usage
      sql/opt_range.cc:
        Add new user variables for tuning memory usage
        Add more checks for out of memory conditions
      sql/opt_range.h:
        Add new user variables for tuning memory usage
      sql/set_var.cc:
        Add new user variables for tuning memory usage
      sql/sql_acl.cc:
        Add new user variables for tuning memory usage
      sql/sql_class.h:
        Add new user variables for tuning memory usage
      sql/sql_delete.cc:
        Add new user variables for tuning memory usage
      sql/sql_parse.cc:
        Add new user variables for tuning memory usage
      sql/sql_select.cc:
        Add new user variables for tuning memory usage
      sql/sql_test.cc:
        Add information about memory useage if system supports mallinfo()
      sql/sql_udf.cc:
        Add new user variables for tuning memory usage
      sql/sql_update.cc:
        Add new user variables for tuning memory usage
      sql/table.cc:
        Add new user variables for tuning memory usage
      74ea4594
  5. 08 Oct, 2003 16 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 0323a5c4
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      0323a5c4
    • unknown's avatar
      Portability fix · 617e09ab
      unknown authored
      617e09ab
    • unknown's avatar
      Indentation cleanups · d1d07c99
      unknown authored
      Remove wait_if_global_read_lock on commit as this can cause deadlocks
      
      
      BUILD/FINISH.sh:
        Cleanup
      BUILD/SETUP.sh:
        Cleanup
      BUILD/compile-pentium-valgrind-max:
        Don't write message twice
      mysql-test/r/innodb.result:
        Removed failure as this can cause deadlocks
      mysql-test/r/rpl_max_relay_size.result:
        Make test repeatable
      mysql-test/t/innodb.test:
        Removed failure as this can cause deadlocks
      mysql-test/t/rpl_max_relay_size.test:
        Removed failure as this can cause deadlocks
      sql/handler.cc:
        Remove wait_if_global_read_lock as this can cause deadlocks
      sql/opt_range.cc:
        Indentation cleanup
      sql/sql_db.cc:
        Comment cleanup
      sql/sql_parse.cc:
        Comment cleanup
      sql/sql_repl.cc:
        Indentation cleanup
      sql/sql_select.cc:
        Indentation cleanup
      d1d07c99
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 44e3cbcf
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      libmysqld/examples/Makefile.am:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      44e3cbcf
    • unknown's avatar
      Fixed bug in error handling of CREATE ... SELECT · 32747b19
      unknown authored
      More tests cases
      After merge fixes
      
      
      BitKeeper/deleted/.del-ansi-master.opt~4d337eb61642a838:
        Delete: mysql-test/t/ansi-master.opt
      mysql-test/r/ansi.result:
        Cleaned up test to be able to remove ansi-master.opt
      mysql-test/r/create.result:
        Updated results
      mysql-test/r/insert_select.result:
        Updated results
      mysql-test/r/rpl000009.result:
        Updated results
      mysql-test/t/ansi.test:
        Cleaned up test to be able to remove ansi-master.opt
      mysql-test/t/create.test:
        More tests
      mysql-test/t/insert_select.test:
        More tests
      mysql-test/t/mysqlbinlog.test:
        Fixed test after merge
      sql/mysql_priv.h:
        Added character-sets-dir to 'show variables'
      sql/set_var.cc:
        Added character-sets-dir to 'show variables'
      sql/sql_class.cc:
        Fixed that send_error() is called properly when a SELECT fails
      sql/sql_class.h:
        Fixed that send_error() is called properly when a SELECT fails
      sql/sql_insert.cc:
        Fixed bug in error handling of CREATE ... SELECT
      sql/sql_select.cc:
        Fixed bug in error handling of CREATE ... SELECT
      32747b19
    • unknown's avatar
      4c93473f
    • unknown's avatar
      - added missing link line that seemed to have gone lost during the last · 387485bb
      unknown authored
         4.0->4.1 merge (mysqltest needs to be linked with a C++ compiler)
      
      
      387485bb
    • unknown's avatar
      Merge · 5533f59a
      unknown authored
      
      scripts/Makefile.am:
        SCCS merged
      5533f59a
    • unknown's avatar
    • unknown's avatar
      merge with 4.0 to get fix for mysqlbinlog · 69ea87fe
      unknown authored
      
      client/mysqlbinlog.cc:
        Auto merged
      mysql-test/t/rpl_trunc_binlog.test:
        Auto merged
      69ea87fe
    • unknown's avatar
      Fixes after merge · 1ead85e6
      unknown authored
      
      mysql-test/std_data/trunc_binlog.000001:
        Rename: mysql-test/std_data/trunc_binlog.001 -> mysql-test/std_data/trunc_binlog.000001
      client/mysqltest.c:
        Fixed merge problem
      mysql-test/mysql-test-run.sh:
        Fixed merge problem
      mysql-test/r/distinct.result:
        Fix after merge
      mysql-test/r/drop_temp_table.result:
        Fix after merge
      mysql-test/r/join_outer.result:
        Fix after merge
      mysql-test/r/mysqldump.result:
        Fix after merge
      mysql-test/r/null_key.result:
        Fix after merge
      mysql-test/r/order_by.result:
        Fix after merge
      mysql-test/r/rpl_alter.result:
        Fix after merge
      mysql-test/r/rpl_loaddata.result:
        Fix after merge
      mysql-test/r/rpl_loaddata_rule_m.result:
        Fix after merge
      mysql-test/r/rpl_trunc_binlog.result:
        Fix after merge
      mysql-test/r/select_safe.result:
        Fix after merge
      mysql-test/t/insert.test:
        Fix after merge
      mysql-test/t/mysqlbinlog.test:
        Fix after merge
      mysql-test/t/rpl000009.test:
        Fix after merge
      mysql-test/t/rpl_alter.test:
        Fix after merge
      mysql-test/t/rpl_loaddata_rule_m.test:
        Fix after merge
      mysql-test/t/rpl_trunc_binlog.test:
        Fix after merge
      sql-common/client.c:
        Fix after merge
      sql/item_subselect.cc:
        Fix after merge
      sql/repl_failsafe.cc:
        Fix after merge
      sql/slave.cc:
        Fix after merge
      sql/sql_insert.cc:
        Fix after merge
      1ead85e6
    • unknown's avatar
      Fixed test case that my last patch to mysqlbinlog broke. · 26456b88
      unknown authored
      Changed --remote to --read-from-remote-server (mysqlbinlog)
      
      
      client/mysqlbinlog.cc:
        Changed --remote to --read-from-remote-server to make option more understandable
      mysql-test/t/mysqlbinlog.test:
        Fixed test case that --remote broke
      26456b88
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 21e2957d
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-allany_aggregate-4.1
      
      
      21e2957d
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7de043be
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      
      7de043be
    • unknown's avatar
      query_cache.result, query_cache.test: · f6501fd3
      unknown authored
        Character set variables test
      
      
      mysql-test/t/query_cache.test:
        Character set variables test
      mysql-test/r/query_cache.result:
        Character set variables test
      f6501fd3
    • unknown's avatar
      Fixed test case to work on NetWare. · ddfb716d
      unknown authored
      
      mysql-test/r/func_gconcat.result:
        Removed extraneous CR (0x0D)
      mysql-test/t/func_gconcat.test:
        Removed extraneous CR (0x0D)
      ddfb716d
  6. 07 Oct, 2003 18 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 927909f5
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      927909f5
    • unknown's avatar
      Fix for option 'R' (connect to remote server) in mysqlbinlog · 9214babe
      unknown authored
      
      client/mysqlbinlog.cc:
        Fix for option 'R' (connect to remote server)
      9214babe
    • unknown's avatar
      merge · 118d5321
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      innobase/row/row0mysql.c:
        merge (no changes)
      innobase/row/row0sel.c:
        merge (no changes)
      sql/item_subselect.cc:
        Use sanjas patch instead
      118d5321
    • unknown's avatar
      Fix for a test failure with the standard (no-BDB) binary: · 654d266c
      unknown authored
      as the test is meaningful only if the slave supports transactions,
      we require this. As in 4.0 the slave runs with --skip-innodb, we
      test for BDB.
      
      
      654d266c
    • unknown's avatar
      Merge with 4.0 to get fix for mysqlbinlog · 60e4f7d5
      unknown authored
      
      client/mysqlbinlog.cc:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      scripts/Makefile.am:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Cleaned up argument handling for external programs
      60e4f7d5
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 19e954d2
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      19e954d2
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 · cd6dc42f
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_1323/mysql-4.0
      
      
      cd6dc42f
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · ac68b4e1
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-allany_aggregate-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      ac68b4e1
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 6577121c
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-constructors-4.1
      
      
      6577121c
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 2c951d4c
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-constructors-4.1
      
      
      sql/item_subselect.cc:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      2c951d4c
    • unknown's avatar
      after merge fix · 1fded9e1
      unknown authored
      1fded9e1
    • unknown's avatar
      Many files: · d1485aad
      unknown authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      
      
      include/my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      sql/sql_select.cc:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      sql/sql_update.cc:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      sql/sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql/sql_db.cc:
        Multiple tablespaces for InnoDB
      sql/ha_innodb.cc:
        Multiple tablespaces for InnoDB
      sql/mysqld.cc:
        Multiple tablespaces for InnoDB
      sql/set_var.cc:
        Multiple tablespaces for InnoDB
      sql/sql_cache.cc:
        Multiple tablespaces for InnoDB
      sql/ha_innodb.h:
        Multiple tablespaces for InnoDB
      innobase/include/btr0btr.ic:
        Multiple tablespaces for InnoDB
      innobase/include/btr0pcur.ic:
        Multiple tablespaces for InnoDB
      innobase/include/data0type.ic:
        Multiple tablespaces for InnoDB
      innobase/include/dyn0dyn.ic:
        Multiple tablespaces for InnoDB
      innobase/include/fut0lst.ic:
        Multiple tablespaces for InnoDB
      innobase/include/log0log.ic:
        Multiple tablespaces for InnoDB
      innobase/include/mach0data.ic:
        Multiple tablespaces for InnoDB
      innobase/include/mtr0log.ic:
        Multiple tablespaces for InnoDB
      innobase/include/rem0rec.ic:
        Multiple tablespaces for InnoDB
      innobase/include/ut0byte.ic:
        Multiple tablespaces for InnoDB
      innobase/include/ut0ut.ic:
        Multiple tablespaces for InnoDB
      innobase/include/buf0buf.h:
        Multiple tablespaces for InnoDB
      innobase/include/buf0lru.h:
        Multiple tablespaces for InnoDB
      innobase/include/buf0rea.h:
        Multiple tablespaces for InnoDB
      innobase/include/data0type.h:
        Multiple tablespaces for InnoDB
      innobase/include/db0err.h:
        Multiple tablespaces for InnoDB
      innobase/include/dict0boot.h:
        Multiple tablespaces for InnoDB
      innobase/include/dict0dict.h:
        Multiple tablespaces for InnoDB
      innobase/include/dict0load.h:
        Multiple tablespaces for InnoDB
      innobase/include/dict0mem.h:
        Multiple tablespaces for InnoDB
      innobase/include/fil0fil.h:
        Multiple tablespaces for InnoDB
      innobase/include/fsp0fsp.h:
        Multiple tablespaces for InnoDB
      innobase/include/ibuf0ibuf.h:
        Multiple tablespaces for InnoDB
      innobase/include/lock0lock.h:
        Multiple tablespaces for InnoDB
      innobase/include/log0log.h:
        Multiple tablespaces for InnoDB
      innobase/include/log0recv.h:
        Multiple tablespaces for InnoDB
      innobase/include/os0file.h:
        Multiple tablespaces for InnoDB
      innobase/include/page0page.h:
        Multiple tablespaces for InnoDB
      innobase/include/que0types.h:
        Multiple tablespaces for InnoDB
      innobase/include/rem0rec.h:
        Multiple tablespaces for InnoDB
      innobase/include/srv0srv.h:
        Multiple tablespaces for InnoDB
      innobase/include/srv0start.h:
        Multiple tablespaces for InnoDB
      innobase/include/sync0sync.h:
        Multiple tablespaces for InnoDB
      innobase/include/trx0sys.h:
        Multiple tablespaces for InnoDB
      innobase/include/ut0byte.h:
        Multiple tablespaces for InnoDB
      innobase/include/univ.i:
        Multiple tablespaces for InnoDB
      innobase/btr/btr0cur.c:
        Multiple tablespaces for InnoDB
      innobase/btr/btr0sea.c:
        Multiple tablespaces for InnoDB
      innobase/buf/buf0buf.c:
        Multiple tablespaces for InnoDB
      innobase/buf/buf0flu.c:
        Multiple tablespaces for InnoDB
      innobase/buf/buf0lru.c:
        Multiple tablespaces for InnoDB
      innobase/buf/buf0rea.c:
        Multiple tablespaces for InnoDB
      innobase/data/data0type.c:
        Multiple tablespaces for InnoDB
      innobase/dict/dict0boot.c:
        Multiple tablespaces for InnoDB
      innobase/dict/dict0crea.c:
        Multiple tablespaces for InnoDB
      innobase/dict/dict0dict.c:
        Multiple tablespaces for InnoDB
      innobase/dict/dict0load.c:
        Multiple tablespaces for InnoDB
      innobase/dict/dict0mem.c:
        Multiple tablespaces for InnoDB
      innobase/fil/fil0fil.c:
        Multiple tablespaces for InnoDB
      innobase/fsp/fsp0fsp.c:
        Multiple tablespaces for InnoDB
      innobase/ha/ha0ha.c:
        Multiple tablespaces for InnoDB
      innobase/ibuf/ibuf0ibuf.c:
        Multiple tablespaces for InnoDB
      innobase/log/log0log.c:
        Multiple tablespaces for InnoDB
      innobase/log/log0recv.c:
        Multiple tablespaces for InnoDB
      innobase/mach/mach0data.c:
        Multiple tablespaces for InnoDB
      innobase/mem/mem0dbg.c:
        Multiple tablespaces for InnoDB
      innobase/mem/mem0pool.c:
        Multiple tablespaces for InnoDB
      innobase/mtr/mtr0log.c:
        Multiple tablespaces for InnoDB
      innobase/os/os0file.c:
        Multiple tablespaces for InnoDB
      innobase/os/os0proc.c:
        Multiple tablespaces for InnoDB
      innobase/page/page0cur.c:
        Multiple tablespaces for InnoDB
      innobase/que/que0que.c:
        Multiple tablespaces for InnoDB
      innobase/row/row0ins.c:
        Multiple tablespaces for InnoDB
      innobase/row/row0mysql.c:
        Multiple tablespaces for InnoDB
      innobase/row/row0sel.c:
        Multiple tablespaces for InnoDB
      innobase/row/row0upd.c:
        Multiple tablespaces for InnoDB
      innobase/srv/srv0srv.c:
        Multiple tablespaces for InnoDB
      innobase/srv/srv0start.c:
        Multiple tablespaces for InnoDB
      innobase/sync/sync0rw.c:
        Multiple tablespaces for InnoDB
      innobase/sync/sync0sync.c:
        Multiple tablespaces for InnoDB
      innobase/trx/trx0sys.c:
        Multiple tablespaces for InnoDB
      innobase/trx/trx0trx.c:
        Multiple tablespaces for InnoDB
      innobase/trx/trx0undo.c:
        Multiple tablespaces for InnoDB
      innobase/ut/ut0byte.c:
        Multiple tablespaces for InnoDB
      innobase/ut/ut0ut.c:
        Multiple tablespaces for InnoDB
      d1485aad
    • unknown's avatar
      fixed error detection · d1ab51eb
      unknown authored
      d1ab51eb
    • unknown's avatar
      merge · fae46f7c
      unknown authored
      
      sql/item_subselect.h:
        Auto merged
      fae46f7c
    • unknown's avatar
      Simple cleanups · c7fd510a
      unknown authored
      
      client/mysqlbinlog.cc:
        Add default handling to mysqlbinlog
      mysql-test/mysql-test-run.sh:
        Cleanup of mysqldump/mysqlbinlog argument handling
      scripts/Makefile.am:
        Remove duplicate
      scripts/mysql_install_db.sh:
        Change -eq to =
      c7fd510a
    • unknown's avatar
      Merge with 4.0.16 · f16887c5
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-mysqldump.result:
        Delete: mysql-test/r/mysqldump.result
      BitKeeper/deleted/.del-mysqldump.test:
        Delete: mysql-test/t/mysqldump.test
      BitKeeper/deleted/.del-compile-netware-max:
        Delete: netware/BUILD/compile-netware-max
      BitKeeper/deleted/.del-compile-netware-max-debug:
        Delete: netware/BUILD/compile-netware-max-debug
      BitKeeper/deleted/.del-compile-netware-src:
        Delete: netware/BUILD/compile-netware-src
      BitKeeper/deleted/.del-knetware.imp:
        Delete: netware/BUILD/knetware.imp
      BUILD/compile-pentium-valgrind-max:
        Auto merged
      BitKeeper/deleted/.del-mini_client.cc~8677895ec8169183:
        Auto merged
      BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
        Auto merged
      BitKeeper/deleted/.del-openssl.imp:
        Delete: netware/BUILD/openssl.imp
      acinclude.m4:
        Auto merged
      SSL/cacert.pem:
        Auto merged
      SSL/client-cert.pem:
        Auto merged
      SSL/server-cert.pem:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      extra/resolveip.c:
        Auto merged
      heap/hp_test2.c:
        Auto merged
      include/my_global.h:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      libmysql/libmysql.def:
        Auto merged
      libmysqld/examples/Makefile.am:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      myisam/mi_test2.c:
        Auto merged
      myisam/myisamdef.h:
        Auto merged
      mysql-test/r/fulltext_multi.result:
        Auto merged
      mysql-test/r/fulltext_order_by.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/r/user_var.result:
        Auto merged
      mysql-test/std_data/rpl_loaddata2.dat:
        Auto merged
      mysql-test/t/rpl_loaddata.test:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      mysql-test/t/user_var.test:
        Auto merged
      mysys/mf_dirname.c:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/des_key_file.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/repl_failsafe.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql-bench/crash-me.sh:
        Auto merged
      sql-bench/server-cfg.sh:
        Auto merged
      sql-bench/test-insert.sh:
        Auto merged
      sql-bench/test-transactions.sh:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      support-files/mysql.server.sh:
        Auto merged
      client/mysqltest.c:
        Merge with 4.0.16
        Changed version number to '2.0' to avoid confusion with version numbering in 3.23
      mysql-test/r/distinct.result:
        Updated results for merge
      mysql-test/r/insert.result:
        Updated results for merge
      mysql-test/r/insert_select.result:
        Updated results for merge
      mysql-test/r/join_outer.result:
        Updated results for merge
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Updated results for merge
      mysql-test/r/order_by.result:
        Updated results for merge
      mysql-test/r/rpl000009.result:
        Updated results for merge
      mysql-test/r/rpl_loaddata.result:
        Updated results for merge
      mysql-test/r/rpl_log.result:
        Updated results for merge
      mysql-test/r/select_safe.result:
        Updated results for merge
      scripts/mysql_install_db.sh:
        Change -eq to =
      BitKeeper/deleted/.del-ins000001.test~2428ee5c9b1bc483:
        dummy
      f16887c5
    • unknown's avatar
      Fixed bug in sub select after last merge · df02cd39
      unknown authored
      df02cd39
    • unknown's avatar
      after merge fix · 4d9cbc26
      unknown authored
      4d9cbc26