mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
a81572bc42
"funcs_2: The tests do not check if optional character sets exist." 2. Minor cleanup
14 lines
708 B
Text
14 lines
708 B
Text
################################################################################
|
|
# Author: Serge Kozlov #
|
|
# Date: 09/21/2005 #
|
|
# Purpose: Testing the charsets for NDB engine #
|
|
# #
|
|
# Checking of other prerequisites is in charset_master.test #
|
|
################################################################################
|
|
|
|
--source include/have_ndb.inc
|
|
--source include/not_embedded.inc
|
|
|
|
let $engine_type= NDB;
|
|
--source suite/funcs_2/charset/charset_master.test
|
|
|