mariadb/mysql-test/suite/funcs_2/t/innodb_charset.test

19 lines
870 B
Text
Raw Permalink Normal View History

################################################################################
# Author: Serge Kozlov #
# Date: 2005-09-21 #
# Purpose: Testing the charsets for InnoDB engine #
# #
# Checking of other prerequisites is in charset_master.test #
################################################################################
--source include/no_valgrind_without_big.inc
--source include/have_innodb.inc
# Starting with MariaDB 10.6, ensure that DDL recovery will have completed
# before DROP DATABASE test.
SET GLOBAL innodb_max_purge_lag_wait=0;
let $engine_type= InnoDB;
--source suite/funcs_2/charset/charset_master.test