An error occurred fetching the project authors.
- 04 May, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 30 Apr, 2010 1 commit
-
-
Alexander Nozdrin authored
There were two problems here: 1. misleading error message 2. abusing KILL QUERY in the test case 1. The server reported "'DELETE FROM t1' failed: 1689: Wait on a lock was aborted due to a pending exclusive lock", while the proper error message should be "'DELETE FROM t1' failed: 1317: Query execution was interrupted". The problem is that the server has two different flags for signalling that a query is being killed: THD::killed and mysys_var::abort. The test case triggers a race: sometimes mysys_var::abort is set earlier than THD::killed. That leads to the following situation: - thr_lock() checks mysys_var::abort and returns error status, since mysys_var::abort is set; - the caller (mysql_lock_tables()) gets an error from thr_lock(), but THD::killed is not set, so it decides that thr_lock() couldn't get a lock due to a pending exclusive lock. This is a known issue with the server and it's not going to be fixed soon. 5.5 differs from 5.1 here as follows: when thr_lock() returns an error: - 5.1 continues trying thr_lock() until success; - 5.5 propagates the error 2. The test case uses KILL QUERY is a highly concurent environment. The fix is to wait for the dying statement to rest in peace before executing another DELETE FROM t1.
-
- 26 Apr, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 10 Apr, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 23 Mar, 2010 1 commit
-
-
Alexey Kopytov authored
as done in 6.0 due to bug #47146.
-
- 22 Mar, 2010 1 commit
-
-
Alexander Nozdrin authored
experimental due to Bug 52202.
-
- 05 Mar, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 02 Mar, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 22 Feb, 2010 1 commit
-
-
Alexander Nozdrin authored
The patch is ready and will be pushed via -bugfixing.
-
- 17 Feb, 2010 1 commit
-
-
Magne Mahre authored
This is a post-fix cleanup to move rpl.rpl_timezone out of 'experimental' state.
-
- 01 Feb, 2010 1 commit
-
-
Georgi Kodinov authored
resulution of bug #46895.
-
- 31 Jan, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 28 Jan, 2010 1 commit
-
-
Alexander Nozdrin authored
- main.outfile_loaddata @solaris due to Bug#46895 - main.signal_demo3 @solaris due to Bug#47791 - main.sp @solaris due to Bug#47791 - rpl.rpl_slave_load_remove_tmpfile @windows due to Bug#50474
-
- 27 Jan, 2010 1 commit
-
-
The 'rpl_get_master_version_and_clock' test verifies if the slave I/O thread tries to reconnect to master when it tries to get the values of the UNIX_TIMESTAMP, SERVER_ID from master under network disconnection. So the master server is restarted for making the transient network disconnection, during the period the COM_REGISTER_SLAVE failures are produced in server log file when the slave I/O thread tries to register on master. To fix the problem, suppress COM_REGISTER_SLAVE failures in server log file by mtr suppression, because they are expected.
-
- 26 Jan, 2010 1 commit
-
-
Luis Soares authored
- rpl.rpl_slave_load_remove_tmpfile - rpl.rpl_sync
-
- 25 Jan, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 23 Jan, 2010 1 commit
-
-
Marc Alff authored
-
- 20 Jan, 2010 1 commit
-
-
Alexander Nozdrin authored
-
- 22 Dec, 2009 1 commit
-
-
Satya B authored
-
- 21 Dec, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 04 Dec, 2009 1 commit
-
-
Alexey Kopytov authored
Add the test to disabled list and remove from the experimental list.
-
- 02 Dec, 2009 1 commit
-
-
Satya B authored
Add the test to disabled list and remove from the experimental list.
-
- 01 Dec, 2009 2 commits
-
-
Georgi Kodinov authored
-
- 27 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 26 Oct, 2009 1 commit
-
-
Georgi Kodinov authored
-
- 23 Oct, 2009 2 commits
-
-
Luis Soares authored
Disabled rpl_cross_version (instead of setting it experimental). Fixed outstanding warning fix in main.debug_sync.
-
Luis Soares authored
-
- 22 Oct, 2009 2 commits
-
-
Luis Soares authored
rpl.rpl_heartbeat_basic and rpl.rpl_cross_version set as experimental.
-
Alexander Nozdrin authored
instead of making it experimental.
-
- 20 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 15 Oct, 2009 2 commits
-
-
Georgi Kodinov authored
-
Georgi Kodinov authored
-
- 13 Oct, 2009 1 commit
-
- 08 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 05 Oct, 2009 1 commit
-
-
Georgi Kodinov authored
-
- 04 Oct, 2009 2 commits
-
-
Georgi Kodinov authored
rpl.rpl_trigger.test fails with valgrind errors with the innodb plugin
-
Georgi Kodinov authored
-
- 02 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 01 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
2. Mark ndb, rpl_ndb test suites experimental.
-