初版
This commit is contained in:
6
build/lib/mysql/mysql-test/suite/funcs_2/t/disabled.def
Normal file
6
build/lib/mysql/mysql-test/suite/funcs_2/t/disabled.def
Normal file
@@ -0,0 +1,6 @@
|
||||
# Disabled by hhunger (2008-03-03) due to WL4204
|
||||
innodb_charset : Bug#11745840 Problem with prefix keys with contractions and expansions
|
||||
myisam_charset : Bug#11745840 Problem with prefix keys with contractions and expansions
|
||||
memory_charset : Bug#11745840 Problem with prefix keys with contractions and expansions
|
||||
ndb_charset : Bug#11745840 Problem with prefix keys with contractions and expansions
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
# 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/have_innodb.inc
|
||||
|
||||
let $engine_type= InnoDB;
|
||||
--source suite/funcs_2/charset/charset_master.test
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
# Author: Serge Kozlov #
|
||||
# Date: 2005-09-21 #
|
||||
# Purpose: Testing the charsets for Memory engine #
|
||||
# #
|
||||
# Checking of other prerequisites is in charset_master.test #
|
||||
################################################################################
|
||||
|
||||
let $engine_type= Memory;
|
||||
--source suite/funcs_2/charset/charset_master.test
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
# Author: Serge Kozlov #
|
||||
# Date: 2005-09-21 #
|
||||
# Purpose: Testing the charsets for MyISAM engine #
|
||||
# #
|
||||
# Checking of other prerequisites is in charset_master.test #
|
||||
################################################################################
|
||||
|
||||
let $engine_type= MyISAM;
|
||||
--source suite/funcs_2/charset/charset_master.test
|
||||
|
||||
14
build/lib/mysql/mysql-test/suite/funcs_2/t/ndb_charset.test
Normal file
14
build/lib/mysql/mysql-test/suite/funcs_2/t/ndb_charset.test
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user