summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_2/t/innodb_charset.test
blob: 631c20352d42c1968cceefc93e82798a2b08bf9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
# 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