- 23 Jul, 2008 1 commit
-
-
Sven Sandberg authored
BUG#37884: rpl_row_basic_2myisam and rpl_row_basic_3innodb fail sporadically in pushbuild These have been fixed in 5.1-rpl. Re-applying fix for BUG#37884 in 5.1-bugteam, and disabling rpl_flushlog_loop for BUG#37733 in 5.1-bugteam. mysql-test/extra/rpl_tests/rpl_row_basic.test: Missing sync_slave_with_master added. mysql-test/suite/rpl/t/disabled.def: Disabling rpl_flushlog_loop until the fixed version gets merged from 5.1-rpl
-
- 22 Jul, 2008 9 commits
-
-
Davi Arnaut authored
sql/field.cc: Function is only used if replication is compiled in.
-
Davi Arnaut authored
-
Sergei Golubchik authored
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
sql/log.cc: Auto merge
-
Tatiana A. Nurnberg authored
-
- 21 Jul, 2008 4 commits
-
-
Sven Sandberg authored
This does not fix the bug. It only disables the failing test. mysql-test/suite/rpl/t/disabled.def: disable rpl_temporary
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
-
- 24 Jul, 2008 1 commit
-
-
Kristofer Pettersson authored
If the server failed to expired log files during start up it could crash. sql/log.cc: Added predicate to protect againt cases when current_thd might be NULL.
-
- 21 Jul, 2008 3 commits
-
-
Sergei Golubchik authored
use thread-local data structures in ha_release_temporary_latches()
-
Tatiana A. Nurnberg authored
-
Kristofer Pettersson authored
-
- 24 Jul, 2008 1 commit
-
-
Kristofer Pettersson authored
-
- 21 Jul, 2008 2 commits
-
-
Timothy Smith authored
-
Timothy Smith authored
-
- 19 Jul, 2008 4 commits
-
-
Timothy Smith authored
-
Timothy Smith authored
-
Timothy Smith authored
-
unknown authored
-
- 18 Jul, 2008 6 commits
-
-
Andrei Elkin authored
-
Georgi Kodinov authored
-
Andrei Elkin authored
the reason for the failure is that io thread passes through a sequence of state changes before it eventually got stuck at the expect running state as NO. It's unreasonble to wait for the running status while the whole idea of the test is to get to the IO thread error. Fixed with changing the waiting condition. mysql-test/suite/rpl/r/rpl_server_id1.result: results changed mysql-test/suite/rpl/t/disabled.def: re-enabling rpl_server_id1 mysql-test/suite/rpl/t/rpl_server_id1.test: deploying the exact waiting condition i.e to wait for the slave io error.
-
Georgi Kodinov authored
- Revert the fix for bug 33812 - fixed a win32 warning client/mysql.cc: revert the fix for bug 33812 mysql-test/r/mysql.result: revert the fix for bug 33812 mysql-test/t/mysql_delimiter.sql: revert the fix for bug 33812 mysys/default.c: fixed a win32 warning
-
Alexander Barkov authored
Problem: missing initialization, if the previous test fails leaving table t1, client_xml fails as well. Fix: adding initialization.
-
Andrei Elkin authored
Many dump threads can exist due to a way the new version of mtr governs suites. For this immediate problem the test is refined not to use I_S but rather to reconnect explicitly with preserving logics of a an old target bug fixes verification. mysql-test/suite/rpl/r/rpl_temporary.result: results changed mysql-test/suite/rpl/t/rpl_temporary.test: refining the bug#17284 test to avoid counting dump threads in favor to reconnect explicitly with preserving the orig logics.
-
- 17 Jul, 2008 9 commits
-
-
Sergey Petrunia authored
-
Sergey Petrunia authored
-
Davi Arnaut authored
Revert fix for this bug as it introduced a regression reported in Bug#38158. client/mysql.cc: Revert changes introduced by fix for Bug#33812 mysql-test/r/mysql.result: Revert changes introduced by fix for Bug#33812 mysql-test/t/mysql_delimiter.sql: Revert changes introduced by fix for Bug#33812
-
Timothy Smith authored
Includes fix for Bug #38180, "options are read from ~/my.cnf instead of ~/.my.cnf"
-
Timothy Smith authored
Includes fix for Bug #38180, "options are read from ~/my.cnf instead of ~/.my.cnf"
-
Sergey Petrunia authored
-
Georgi Kodinov authored
-
Georgi Kodinov authored
Don't initalize federated if it's disabled by a command line option. sql/ha_federated.cc: Folow-up on Bug#37069: Don't initalize federated if it's disabled by a command line option.
-
Georgi Kodinov authored
-