- 04 Nov, 2008 10 commits
-
-
Matthias Leich authored
-
Mattias Jonsson authored
-
Matthias Leich authored
Bug#39848 events_bugs fails sporadically on pushbuild (missing rows in table event_log) Details: Reimplement the subtest for BUG 28924 - check if the number of rows within the table event_log changes but don't print rows because the number varies depending on load on testing box - shift DROP USER befor DROP EVENT = Subtest fits again to old bug - remove no more needed comments + variables Bug#39863 events_bugs fails sporadically on pushbuild (extra processes in I_S.PROCESSLIST) Details: Abort with appropriate message to the protocol if release_lock() does not has the intended effect. This cannot prevent problems caused by the probably buggy release_lock() but it reveals if we had a problem in this area. Bug#39978 main.events_bugs does not clean up Detail: Restore global.event_scheduler = ON at end of test Bug#39569 events_bugs fails sporadically on pushbuild (should have failed with errno 1539) Detail: Set $wait_timeout to 4 instead of 2 - Fix two instabilities (result sets pulled from processlist in subtest for bug 16407) which were found during tests with high parallel I/O load - Minor improvements of formatting Details: - Add comments - Remove tabs and trailing blanks - Add line breaks for better readability
-
Andrei Elkin authored
updating two test results.
-
Kristofer Pettersson authored
-
Tatiana A. Nurnberg authored
correct text describing the --plugin-load option to mysqld
-
Mattias Jonsson authored
-
Mattias Jonsson authored
-
Mattias Jonsson authored
-
Mattias Jonsson authored
The partitioning clause is only a very long single line, which is very hard to interpret for a human. This patch breaks the partitioning syntax into one line for the partitioning type, and one line per partition/subpartition.
-
- 03 Nov, 2008 6 commits
-
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
TRUNCATE TABLE for InnoDB tables returned a count showing an approximation of the number of rows affected to gain efficiency. Now the statement always returns 0 rows affected for clarity.
-
Georgi Kodinov authored
-
Georgi Kodinov authored
-
Andrei Elkin authored
a test on the bug page does not reveal the problem with the latest trees. Adding the test to the rpl suite in order to monitor regression.
-
Georgi Kodinov authored
-
- 31 Oct, 2008 2 commits
-
-
Kristofer Pettersson authored
-
Kristofer Pettersson authored
implicit command which isn't completed immediately.
-
- 30 Oct, 2008 1 commit
-
-
Mattias Jonsson authored
-
- 29 Oct, 2008 2 commits
-
-
Mattias Jonsson authored
-
Mattias Jonsson authored
-
- 27 Oct, 2008 10 commits
-
-
Alexey Botchkov authored
-
Evgeny Potemkin authored
-
Evgeny Potemkin authored
-
Alexey Botchkov authored
#ifdef HAVE_purify removed per-file comments: mysql-test/t/partition_not_windows.test Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX DIR fail test reenabled mysys/my_symlink.c Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX DIR fail superfluous ifdef removed, comments fixed
-
Sergey Glukhov authored
-
Evgeny Potemkin authored
-
Sergey Glukhov authored
-
Sergey Glukhov authored
A string buffers which were included in the 'view' data structure were allocated on the stack, causing an invalid pointer when used after the function returned. The fix: use copy of values for view->md5 & view->queries
-
Evgeny Potemkin authored
The convert_constant_item function converts a constant to integer using field for condition like 'field = a_constant'. When the convert_constant_item is called for a subquery the outer select is already being executed, so convert_constant_item saves field's value to prevent its corruption. For EXPLAIN field's value isn't initialized thus when convert_constant_item tries to restore saved value it fails assertion. Now the convert_constant_item doesn't save/restore field's value for EXPLAIN.
-
V Narayanan authored
The abi_check target instroduced as part of WL#4380 verifies changes to mysql.h. mysql.h in turn includes mysql_version.h. mysql_version.h is a file that is generated during the configure phase. We must ensure that mysql_version.h is cleaned only during distclean and not during clean.
-
- 26 Oct, 2008 3 commits
-
-
Serge Kozlov authored
-
Serge Kozlov authored
1. Replace --sleep by wait_* primitive 2. Vertical output for SHOW SLAVE STATUS 3. Updated result file
-
Davi Arnaut authored
-
- 24 Oct, 2008 5 commits
-
-
Davi Arnaut authored
-
Davi Arnaut authored
-
Ramil Kalimullin authored
Problem: mysqld doesn't detect that enum data must be reinserted performing 'ALTER TABLE' in some cases. Fix: reinsert data altering an enum field if enum values are changed.
-
Sergey Petrunia authored
-
Sergey Petrunia authored
- Make send_row_on_empty_set() return FALSE when simplify_cond() has found out that HAVING is always FALSE re-committing to put the fix into 5.0 and 5.1
-
- 23 Oct, 2008 1 commit
-
-
Davi Arnaut authored
-