Sven Sandberg
6af2959400
BUG#37962: *_func tests containing sleeps/race conditions
...
This is not a fix, it just disables the erroneous test cases.
2008-07-08 12:56:05 +02:00
Sven Sandberg
e467919d18
BUG#37906: innodb_max_dirty_pages_pct_func does not clean up after itself
...
Made the test innodb_max_dirty_pages_pct_func clean up after itself.
2008-07-06 19:14:41 +02:00
Sven Sandberg
500aa80db3
Merge 5.1 -> 5.1-rpl
2008-07-06 19:07:30 +02:00
Chad MILLER
13a4f0b38a
Merge from bk tree. Resolved addition of same files in both trees.
2008-05-23 18:42:54 +02:00
Kristofer Pettersson
e840c86e9b
Bug#32966 main.status fails
...
The failing test case is depending on unnecessary status variable output
which changes based on build configuration. By reducing the output the test
becomes more stable.
2008-05-21 09:50:54 +02:00
kostja@bodhi.(none)
2c0ce2a832
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into bodhi.(none):/opt/local/work/mysql-5.1-27430
2008-05-20 11:38:17 +04:00
gkodinov/kgeorge@magare.gmz
80c7d949e3
Disable thread_cache_size_func as reported in bug 36733
2008-05-15 12:50:04 +03:00
gkodinov/kgeorge@magare.gmz
8e359cf0f8
Bug #32966 : status still fails : disabling
2008-05-14 15:45:42 +03:00
thek@adventure.(none)
2d8a54af31
Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteam
...
into adventure.(none):/home/thek/Development/cpp/mysql-5.1-bugteam
2008-05-14 13:12:25 +02:00
thek@adventure.(none)
57f94e48df
Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteam
...
into adventure.(none):/home/thek/Development/cpp/mysql-5.1-bugteam
2008-05-14 11:14:04 +02:00
tnurnberg@noir.wlan.koehntopp.de
742e84d710
Bug#36522: Some tests of system variables have diffs on 64bit platorms
...
temporary mass-disable of affected tests
2008-05-14 11:11:09 +02:00
gshchepa/uchum@host.loc
d558fcbd00
disabled.def:
...
max_heap_table_size_basic_32, query_cache_size_basic_32 and
tmp_table_size_basic_32 tests have been disabled according to
bug #36522 .
2008-05-13 20:17:59 +05:00
thek@adventure.(none)
d1547ffc58
Bug#32966 main.status fails
...
FLUSH STATUS doesn't clear the values of the global status variables.
The test case is reduced to testing session local Com-variables until
FLUSH GLOBAL STATUS is implemented.
2008-05-13 16:10:08 +02:00
gkodinov/kgeorge@magare.gmz
0844a628aa
Fixed:
...
- a 64 bit compile warning in embedded
- disabled the new (and failing tests for Bug#36522
2008-05-12 12:02:06 +03:00
thek@adventure.(none)
d796415142
Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
...
Enable previously disabled test cases which were tested against
the embedded build. The test cases are modified so that they require
non-embedded build.
2008-05-09 11:10:36 +02:00
davi@mysql.com/endora.local
e003471874
Re-enable test case thread_cache_size_func as Bug 35988
...
has been fixed and closed.
2008-05-06 23:37:55 -03:00
thek@adventure.(none)
c3ae054d50
Adjusted a filaing test and re-enabled it.
2008-05-06 16:17:23 +02:00
gkodinov/kgeorge@magare.gmz
3c469aaaa7
Merge bk-internal:/home/bk/mysql-5.1
...
into magare.gmz:/home/kgeorge/mysql/work/merge-5.1-bugteam
2008-05-01 13:25:38 +03:00
tsmith@ramayana.hindu.god
7f00fb606a
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-build
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
2008-04-30 18:30:08 -06:00
tsmith@ramayana.hindu.god
2c71b09c46
Handle a few failing test cases
2008-04-30 17:39:51 -06:00
hhunger@hh-nb.hungers
890eed08d9
the query_cache_wlock_invalidate_func fails due to bug 35390 and is therefore disabled.
2008-04-30 18:45:20 +02:00
tsmith@ramayana.hindu.god
a1a1aaa524
Merge ramayana.hindu.god:/home/tsmith/m/bk/bugteam/51
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
2008-04-29 20:55:48 -06:00
davi@mysql.com/endora.local
a454190f0d
Backport kostja's fix for Bug#32724 "innodb_mysql.test fails randomly".
...
Enable back the disabled test case.
2008-04-29 00:03:19 -03:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
d365bd3d4a
Enabled rpl: rpl_view, rpl_ndb_multi, rpl_log_pos
...
and main: user_limits, concurrent_innodb, lowercase_table3, ctype_create
tests.
2008-04-24 16:43:08 +05:00
hhunger@hh-nb.hungers
0e5e67e6fe
Eightth set of fixes for bug 35988.
2008-04-23 11:36:17 +02:00
kostja@bodhi.(none)
db70574976
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into bodhi.(none):/opt/local/work/mysql-5.1-27430
2008-04-19 14:37:20 +04:00
kostja@dipika.(none)
d1f9376229
Tentative implementation of
...
WL#4165 Prepared statements: validation
WL#4166 Prepared statements: automatic re-prepare
Fixes
Bug#27430 Crash in subquery code when in PS and table DDL changed after PREPARE
Bug#27690 Re-execution of prepared statement after table was replaced with a view crashes
Bug#27420 A combination of PS and view operations cause error + assertion on shutdown
The basic idea of the patch is to keep track of table metadata between
prepared statement prepare and execute. If some table used in the statement
has changed, the prepared statement is re-prepared before execution.
See WL#4165 and WL#4166 contents and comments in the code for details
of the implementation.
2008-04-08 20:01:20 +04:00
skozlov/ksm@virtop.(none)
09d4123663
Merge skozlov@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl
...
into mysql.com:/home/ksm/mysql/bugs/commit-mysql-5.0-rpl-bug32653
2008-04-07 15:59:51 +04:00
kostja@dipika.(none)
63944ed537
A fix for Bug#32724 "innodb_mysql.test fails randomly".
...
Enable back the disabled test case.
2008-04-07 15:42:32 +04:00
skozlov/ksm@mysql.com/virtop.(none)
a8b2853fa3
Bug#32654. The reason of bug is incorrect clean up during restarting of mysqld under Windows platform (seems some files were in-use).
...
Mtr restarts servers because an option file exist for slave.
The option file for slave forces to skip test.foo table for replication.
But really test case does not invlved test.foo table at all.
So option file can be removed and mtr will not restart servers for test case.
2008-04-06 22:24:29 +04:00
skozlov/ksm@mysql.com/virtop.(none)
b1dafe5efe
Bug#32653.
...
Added --log-slave-updates because test requires it.
The events based on LOAD DATA INFILE masked by --replace_regex instead restarting of slave.
Added waiting start and stop of slave after START|STOP SLAVE statements.
2008-04-04 01:16:55 +04:00
aelkin/andrei@mysql1000.(none)
22536fc53e
Merge mysql1000.(none):/home/andrei/MySQL/BARE/mysql-5.1
...
into mysql1000.(none):/home/andrei/MySQL/MERGE/5.1-main2rpl
2008-03-29 14:19:53 +02:00
anozdrin/alik@quad.opbmk
8010fa87a4
Disable cast.test due to Bug#35594.
2008-03-27 13:42:42 +03:00
kaa@kaamos.(none)
0a7052e4d3
Merge kaamos.(none):/data/src/mysql-5.1
...
into kaamos.(none):/data/src/opt/mysql-5.1-opt
2008-03-12 11:19:46 +03:00
msvensson@pilot.mysql.com
78392fbc84
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-03-06 08:39:23 +01:00
holyfoot/hf@mysql.com/hfmain.(none)
fbbd4391d9
Bug #32801 wait_timeout.test fails randomly
...
wait_timeout test enabled
2008-03-03 12:16:43 +04:00
msvensson@pilot.mysql.com
ae3f30828b
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-02-28 10:39:29 +01:00
anozdrin/alik@quad.
bdc83bf2cb
Merge quad.:/mnt/raid/alik/MySQL/devel/5.1
...
into quad.:/mnt/raid/alik/MySQL/devel/5.1-rt-merged
2008-02-26 19:34:02 +03:00
davi@mysql.com/endora.local
cdd5eae9b6
Bug#34424 query_cache_debug.test leads to valgrind warnings
...
Bug#34678 @@debug variable's incremental mode
The problem is that the per-thread debugging settings stack wasn't
being deallocated before the thread termination, leaking the stack
memory. The chosen solution is to push a new state if the current
is set to the initial settings and pop it (free) once the thread
finishes.
2008-02-26 12:03:59 -03:00
davi@buzz.(none)
dc6c9312a7
Disable concurrent inserts for the kill.test
2008-02-22 12:26:08 -02:00
hhunger@hh-nb.hungers
f41ad6f89b
Patch for bug#32664: event.test has timeout randomly. File is split into event_1.test and event_2.test.
2008-02-20 14:40:46 +01:00
msvensson@pilot.mysql.com
ec1f9b3305
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-02-20 08:42:03 +01:00
joerg@trift2.
341258dba4
Merge trift2.:/MySQL/M51/mysql-5.1
...
into trift2.:/MySQL/M51/push-5.1
2008-02-13 13:05:07 +01:00
anozdrin/alik@quad.
dbe77333d5
Bug#34424: query_cache_debug.test leads to valgrind warnings
...
Disable the test case.
2008-02-08 20:07:39 +03:00
msvensson@pilot.mysql.com
24f11aa736
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-02-07 12:26:13 +01:00
pcrews@pcrews-mac-local.local
b9381f1041
New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support
...
Added new tests and corrected existing tests
2008-01-21 13:49:03 -05:00
malff@lambda.hsd1.co.comcast.net.
0488056ca8
WL#4165 (Prepared statements: validation)
...
Adding the tests cases alone for WL#4165, disabled
2007-12-14 17:46:24 -07:00
istruewing@stella.local
03d99c5956
Merge stella.local:/home2/mydev/mysql-5.1-amain
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-12-11 21:37:33 +01:00
dkatz@damien-katzs-computer.local
71160422ee
Bug#29830 Test case 'events_scheduling' fails on Mac OS X and Windows.
...
Change LAST_EXECUTED time the execution start time, instead of the execution completion time. This ensures the END time always the same or later than the LAST_EXECUTED time.
2007-12-07 19:27:45 -05:00
msvensson@pilot.mysql.com
99653a3aee
Remove disabling of ctype_big5, bug#26711 has nothing to do with it
2007-12-05 16:43:44 +01:00