mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
9fa2f3c6b6
Bug#30418 "datadict" tests (all engines) fail: Dependency on the host name for ordering Bug#30420 "datadict" tests (all engines) fail: Release build has help tables loaded Bug#30438 "{memory,myisam,ndb}__datadict" tests fail: Use "InnoDB" without checking Bug#30440 "datadict" tests (all engines) fail: Character sets depend on configuration Attention: Only the build team can check if Bug#30440 is really fixed.
9 lines
249 B
Text
9 lines
249 B
Text
#### suite/funcs_1/t/datadict_memory.test
|
|
#
|
|
let $engine_type= memory;
|
|
# $OTHER_ENGINE_TYPE must be
|
|
# - <> $engine_type
|
|
# - all time available like MyISAM or MEMORY
|
|
let $OTHER_ENGINE_TYPE= MyISAM;
|
|
|
|
--source suite/funcs_1/datadict/datadict_master.inc
|