2008-07-09 13:22:07 +02:00
|
|
|
################################################################################
|
|
|
|
# Author: Serge Kozlov #
|
|
|
|
# Date: 2005-09-21 #
|
|
|
|
# Purpose: Testing the charsets for InnoDB engine #
|
|
|
|
# #
|
|
|
|
# Checking of other prerequisites is in charset_master.test #
|
|
|
|
################################################################################
|
2007-02-06 19:07:48 +01:00
|
|
|
|
2017-01-01 23:13:04 +02:00
|
|
|
--source include/no_valgrind_without_big.inc
|
2007-02-06 19:07:48 +01:00
|
|
|
--source include/have_innodb.inc
|
|
|
|
|
2022-12-15 11:14:23 +02:00
|
|
|
# Starting with MariaDB 10.6, ensure that DDL recovery will have completed
|
|
|
|
# before DROP DATABASE test.
|
|
|
|
SET GLOBAL innodb_max_purge_lag_wait=0;
|
|
|
|
|
2007-02-06 19:07:48 +01:00
|
|
|
let $engine_type= InnoDB;
|
|
|
|
--source suite/funcs_2/charset/charset_master.test
|
|
|
|
|