~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#                           testsuite funcs_1
16
16
#
17
17
 
18
 
# --source suite/funcs_1/datadict/datadict.pre
 
18
if (`SELECT VERSION() LIKE '%embedded%'`)
 
19
{
 
20
   --skip Bug#37456 funcs_1: Several tests crash when used with embedded server
 
21
}
19
22
 
20
23
let $engine_type       = MEMORY;
21
24
let $other_engine_type = MyISAM;
40
43
# Ensure that the INFORMATION_SCHEMA.ENGINES table has the following columns,
41
44
# in the following order:
42
45
#
43
 
# ENGINE 
 
46
# ENGINE
44
47
# SUPPORT
45
48
# COMMENT
46
49
# TRANSACTIONS