- 05 Jan, 2006 1 commit
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-merge
-
- 04 Jan, 2006 22 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
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
-
unknown authored
into mysql.com:/home/bkroot/mysql-5.1-new
-
unknown authored
into mysql.com:/home/bk/b15924-mysql-5.1-new
-
unknown authored
into mysql.com:/home/bk/b15924-mysql-5.1-new sql/sql_class.cc: Auto merged mysql-test/t/disabled.def: Merge with mysql-5.1-new
-
unknown authored
into mysql.com:/home/bk/b15942-mysql-5.1-new sql/handler.cc: Auto merged
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
unknown authored
-
- 03 Jan, 2006 5 commits
-
-
unknown authored
mysql-test/t/disabled.def: BUG#16167: Disable test case until bug is fixed.
-
unknown authored
into mysql.com:/M51/mysql-5.1
-
unknown authored
-
unknown authored
enable view prepared mode during getting metedata for I_S table mysql-test/r/information_schema.result: Fix for bug#15533 crash, information_schema, function, view test case mysql-test/t/information_schema.test: Fix for bug#15533 crash, information_schema, function, view test case
-
unknown authored
head_sptr array was wrong.
-
- 02 Jan, 2006 12 commits
-
-
unknown authored
into mysql.com:/home/bkroot/mysql-5.1-new
-
unknown authored
the mysqlslap lock directory to value of --tmpdir. mysql-test/mysql-test-run.pl: Set mysqlslap --lock-directory to avoid conflicts between parallel tests.
-
unknown authored
Test passes. Bug was probably fixed in the implementation of WL#2867. mysql-test/t/rpl_sp_effects.test: Removed check for statement-based replication.
-
unknown authored
apparently lost in merge. client/mysqlslap.c: Fix compile failure.
-
unknown authored
into zim.(none):/home/brian/mysql/slap-5.1
-
unknown authored
-
unknown authored
into zim.(none):/home/brian/mysql/slap-5.1 client/mysqlslap.c: Merge of comments change
-
unknown authored
Cleaned up memory allocation to be a little more staight forward (though I suspect someone will hate my sizeof() increment). Nothing really to see here. Updated comments in code. More comments are probably needed, but isn't that always the case? client/mysqlslap.c: Updated docs. Removed complicated malloc calls with a single malloc. Cleaned up the way statements were be free'd (aka its now a function instead of a bunch of copy/paste). Removed older and not so accurate timediff() call. Cleaned up call to parse out concurrency. mysql-test/t/mysqlslap.test: Edited the tests to make sure we check default concurrency (we can't test concurrency normally since in theory the results could be random). You will noticed that the result was not changed.
-
unknown authored
-
unknown authored
into zim.(none):/home/brian/mysql/slap-5.1 client/mysqlslap.c: Resolve conflict
-
unknown authored
Now does averaging when running iterations. Realligned a bunch of code and continued to remove global variables. Added CSV output along with printable. Structures are now provided for print options so adding XML, HTML, ... should now be trivial. client/client_priv.h: Simplified options client/mysqlslap.c: Giant cleanup. We now do single pass testing, not dual pass. The dual pass made no sense really especially when you started adding in more stats. Modified the testing loop so that it should not be possible to have both a fork() and thread version (which will make it easier to port to windows should someone want to). mysql-test/r/mysqlslap.result: New results mysql-test/t/mysqlslap.test: Adjusting for new options, and removed "archive" from the tests just in case archive is not compiled.
-
unknown authored
-