~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/t/delayed.test

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# (Can't be tested with purify :( )
6
6
#
7
7
 
 
8
# limit the test to engines which support INSERT DELAYED
 
9
disable_query_log;
 
10
--require r/true.require
 
11
select @@global.storage_engine in
 
12
("memory","myisam","archive","blackhole") and
 
13
@@session.storage_engine in
 
14
("memory","myisam","archive","blackhole") as `TRUE`;
 
15
enable_query_log;
 
16
 
8
17
--disable_warnings
9
18
drop table if exists t1;
10
19
--enable_warnings