32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
--source include/have_ndb.inc
|
|
|
|
#------------------------------------------------------------------------------#
|
|
# General not engine specific settings and requirements
|
|
--source suite/gcol/inc/gcol_init_vars.pre
|
|
|
|
#------------------------------------------------------------------------------#
|
|
# Engine specific settings and requirements
|
|
--source suite/gcol_ndb/inc/mtr_conditionals.inc
|
|
|
|
##### Storage engine to be tested
|
|
# Set the session storage engine
|
|
eval SET @@session.default_storage_engine = 'ndbcluster';
|
|
|
|
|
|
##### Workarounds for known open engine specific bugs
|
|
## Disable NDB index statistics. This test uses a small table, so stats are not
|
|
## reliable, and can cause the "EXPLAIN" portion of the test results to vary
|
|
## unpredictably.
|
|
SET ndb_index_stat_enable=OFF;
|
|
|
|
#------------------------------------------------------------------------------#
|
|
# Execute the tests to be applied to all storage engines
|
|
--source suite/gcol/inc/gcol_keys.inc
|
|
|
|
#------------------------------------------------------------------------------#
|
|
# Execute storage engine specific tests
|
|
|
|
#------------------------------------------------------------------------------#
|
|
# Cleanup
|
|
--source suite/gcol/inc/gcol_cleanup.inc
|