diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-01-30 17:06:31 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-01-30 17:06:31 +0100 |
commit | 5a60eba217f2a9cd7e3a819ec929413dd0cdd0bc (patch) | |
tree | 24f067633df0d24479054abc28e151398a539956 /mysql-test/t/ndb_restore.test | |
parent | 701347bc2ed3124beec7fe099d752bb0c3e962cf (diff) | |
download | mariadb-git-5a60eba217f2a9cd7e3a819ec929413dd0cdd0bc.tar.gz |
added --core option in mysql-test-run for ndb
mysql-test/r/ndb_restore.result:
removed test printout not used
mysql-test/t/ndb_restore.test:
removed test printout not used
Diffstat (limited to 'mysql-test/t/ndb_restore.test')
-rw-r--r-- | mysql-test/t/ndb_restore.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/ndb_restore.test b/mysql-test/t/ndb_restore.test index 5616dea04eb..4a95559c914 100644 --- a/mysql-test/t/ndb_restore.test +++ b/mysql-test/t/ndb_restore.test @@ -8,9 +8,6 @@ drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; drop table if exists t1_c,t2_c,t3_c,t4_c,t5_c,t6_c,t7_c,t8_c,t9_c; --enable_warnings ---exec $NDB_TOOLS_DIR/ndb_show_tables ---exec $NDB_MGM --no-defaults -e "all dump 1000" >> $NDB_TOOLS_OUTPUT - CREATE TABLE `t1_c` ( `capgoaledatta` smallint(5) unsigned NOT NULL auto_increment, `goaledatta` char(2) NOT NULL default '', |