~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
########################################
6
6
 
7
7
-- source include/have_ndb.inc
 
8
# range, list and hash partitioning in ndb requires new_mode
 
9
--disable_query_log
 
10
set new=on;
 
11
--enable_query_log
8
12
 
9
13
--disable_warnings
10
14
DROP TABLE IF EXISTS test.t1;