You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
422 B
15 lines
422 B
# This tests the functionality of the Myisam engine
|
|
# like warnings & errors,ALTER etc.
|
|
# These testcases also exist in other storage engines
|
|
# All tests are required to run with Myisam
|
|
# Hence MTR starts mysqld with MyISAM as default
|
|
|
|
--source include/force_myisam_default.inc
|
|
--source include/have_myisam.inc
|
|
|
|
#
|
|
# WL#6219: Deprecate and remove YEAR(2) type
|
|
#
|
|
|
|
let $engine_type= MyISAM;
|
|
--source include/year-engine.test
|
|
|