~danielpvolpato/mysql-server/parallel-mysqldump

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/is_events.test

Merge from main 5.1 to 5.1-build

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#                           testsuite funcs_1
11
11
#
12
12
 
13
 
# --source suite/funcs_1/datadict/datadict.pre
 
13
if (`SELECT VERSION() LIKE '%embedded%'`)
 
14
{
 
15
   --skip Bug#37456 funcs_1: Several tests crash when used with embedded server
 
16
}
14
17
 
15
18
let $engine_type       = MEMORY;
16
19
let $other_engine_type = MyISAM;