17 lines
833 B
Plaintext
17 lines
833 B
Plaintext
# This is a myisam based testcase hence retained the following line
|
|
--source include/force_myisam_default.inc
|
|
# Skip the test if MyISAM is not available
|
|
--source include/have_myisam.inc
|
|
|
|
################################################################################
|
|
# Author: Serge Kozlov #
|
|
# Date: 2005-09-21 #
|
|
# Purpose: Testing the charsets for MyISAM engine #
|
|
# #
|
|
# Checking of other prerequisites is in charset_master.test #
|
|
################################################################################
|
|
|
|
let $engine_type= MyISAM;
|
|
--source suite/funcs_2/charset/charset_master.test
|
|
|