mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
04114a8b68
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.
11 lines
274 B
Text
11 lines
274 B
Text
#### 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
|