~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/parts/t/partition_engine_ndb.test

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
##### Storage engine to be tested
50
50
let $engine= 'ndbcluster';
51
51
--source include/have_ndb.inc
 
52
connection default;
52
53
 
 
54
# range, list and hash partitioning in ndb requires new_mode
 
55
--disable_query_log
 
56
set new=on;
 
57
--enable_query_log
53
58
##### Execute the test of "table" files
54
59
# NDB has no files per PK, UI, ...
55
60
let $do_file_tests= 0;