mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
ChangeSet@1.2509, 2007-08-28 http://lists.mysql.com/commits/33239 Fixes for the funcs_1 datadict test bugs #30418 "datadict" tests (all engines) fail: Dependency on the host name for ordering #30420 "datadict" tests (all engines) fail: Release build has help tables loaded #30438 "{memory,myisam,ndb}__datadict" tests fail: Use "InnoDB" without checking #30440 "datadict" tests (all engines) fail: Character sets depend on configuration There are more post merge fixes needed. mysql-test/suite/funcs_1/r/innodb__datadict.result: Post merge fix for ChangeSet@1.2509, 2007-08-28 mysql-test/suite/funcs_1/r/memory__datadict.result: Updated results mysql-test/suite/funcs_1/r/myisam__datadict.result: Updated results mysql-test/suite/funcs_1/t/ndb__datadict.test: Adjusted script
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
#### suite/funcs_1/t/datadict_ndb.test
|
|
#
|
|
--source include/have_ndb.inc
|
|
|
|
let $engine_type= ndb;
|
|
# $OTHER_ENGINE_TYPE must be
|
|
# - <> $engine_type
|
|
# - all time available like MyISAM or MEMORY
|
|
let $OTHER_ENGINE_TYPE= MEMORY;
|
|
|
|
--source suite/funcs_1/datadict/datadict_master.inc
|