- 06 Jan, 2006 6 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new
-
unknown authored
mysql-test/t/disabled.def: Disabled mysqlslap was errorneously enabled in merge; disable again.
-
unknown authored
sql/handler.cc: An "int" function should explicitly return a value (Sun compilers insist on it): Re-add the original "return 0;" (Heikki 1.82.1.12) which got lost by accident.
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
mysql-test/t/rpl_drop_db.test: Fixed test bug mysql-test/r/rpl_drop_db.result: New result file mysql-test/t/rpl_multi_engine.test: Fixed test bug mysql-test/r/rpl_multi_engine.result: New result file
-
- 05 Jan, 2006 18 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
BitKeeper/deleted/.del-rpl_stm_loaddata_m.test~e9a2f21ee38926ca: Delete: mysql-test/t/rpl_stm_loaddata_m.test
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new include/config-win.h: Auto merged
-
unknown authored
include/config-win.h: Port to Win64/x64 in Visual Studio 2005. Avoid endless deprecation warnings.
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean sql/handler.cc: Resolve conflict
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/handler.cc: Auto merged
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new
-
unknown authored
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/5.1-new2
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new include/my_global.h: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-merge
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new mysql-test/t/disabled.def: Updated
-
unknown authored
mysql-test/extra/rpl_tests/rpl_row_blob.test: New blobs test for RBR mysql-test/t/rpl_row_blob_innodb.test: Innodb wrapper for rbr blob test mysql-test/t/rpl_row_blob_myisam.test: MyISAM wrapper for rbr blob test mysql-test/r/rpl_row_blob_myisam.result: MyISAM result for rbr blob test mysql-test/r/rpl_row_blob_innodb.result: Innodb result for rbr blob test
-
- 04 Jan, 2006 16 commits
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-merge include/config-win.h: Auto merged mysys/hash.c: Auto merged mysql-test/r/rpl_stm_sp.result: Auto merged mysql-test/t/rpl_stm_sp.test: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_cache.cc: Auto merged sql/sql_show.cc: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged mysql-test/r/information_schema.result: Manual merge. mysql-test/t/information_schema.test: Manual merge. sql/lock.cc: Manual merge.
-
unknown authored
Fix out of order system variable. sql/set_var.cc: Fix out of order system variable.
-
unknown authored
Put options in standard order: help first, then lexically, then variables. client/mysqlbinlog.cc: Put options in standard order: help first, then lexically, then variables.
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-merge
-
unknown authored
sql/sql_acl.cc: A post-merge fix. sql/sql_base.cc: A post-merge fix.
-
unknown authored
-
unknown authored
into mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
-
unknown authored
sql/sql_class.cc: Needed to be able to compile without RBR
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new
-
unknown authored
parent when we are not the process group leader.
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-merge mysys/hash.c: Auto merged ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged sql/lock.cc: Auto merged sql/sql_cache.cc: Auto merged sql/sql_acl.cc: Manual merge. sql/sql_base.cc: Manual merge.
-
unknown authored
when high concurrency": remove HASH::current_record and make it an external search parameter, so that it can not be the cause of a race condition under high concurrent load. The bug was in a race condition in table_hash_search, when column_priv_hash.current_record was overwritten simultaneously by multiple threads, causing the search for a suitable grant record to fail. No test case as the bug is repeatable only under concurrent load. include/hash.h: - remove current_record from HASH, instead modify hash_first, hash_next to accept HASH_SEARCH_STATE as an IN/OUT parameter mysys/hash.c: - remove HASH::current_record - change declarations of functions that use HASH in read-only mode to accept const HASH * instead of HASH *. - implement hash_search; move the old implementation of hash_search to hash_first mysys/testhash.c: - adjust the test case to changed function declarations sql/lock.cc: - adjust to changed declarations of hash_search, hash_next sql/sql_acl.cc: - adjust to changed declarations of hash_search, hash_next sql/sql_base.cc: - adjust to changed declarations of hash_search, hash_nex sql/sql_cache.cc: - adjust to a changed declaration of hash_replace
-
unknown authored
the bug is fixed. mysql-test/t/rpl_row_sp000.test: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed. mysql-test/r/rpl_row_sp000.result: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed. mysql-test/r/rpl_stm_sp.result: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed. mysql-test/t/rpl_stm_sp.test: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed.
-
unknown authored
the bug is fixed. mysql-test/r/rpl_sp.result: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed. mysql-test/t/rpl_sp.test: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed.
-
unknown authored
-