mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 18:05:32 +01:00
![Elena Stepanova](/assets/img/avatar_default.png)
When the test is run as a part of the suite with valgrind, only allow it to be executed if --big-test is set. If the test is run by specifying its name explicitly, it will still be executed, even with valgrind without big-test, MTR has special logic for that
14 lines
725 B
Text
14 lines
725 B
Text
################################################################################
|
|
# 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
|
|
|
|
let $engine_type= InnoDB;
|
|
--source suite/funcs_2/charset/charset_master.test
|
|
|