1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

rpl_ndb_sync.result, rpl_ndb_sync.test:

Fixed bug in test for when NDB is set to default engine - Thanks Tomas, you were right
This commit is contained in:
jmiller@mysql.com
2006-02-08 23:06:01 +01:00
parent 057b3f9e25
commit 74d8c2b838
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ hex(c2) hex(c3) c1
0 1 BCDEF
1 0 CD
0 0 DEFGHIJKL
CREATE TABLE IF NOT EXISTS cluster_replication.backup_info (id INT, backup_id INT);
CREATE TABLE IF NOT EXISTS cluster_replication.backup_info (id INT, backup_id INT)ENGINE=HEAP;
DELETE FROM cluster_replication.backup_info;
LOAD DATA INFILE '../../var/tmp.dat' INTO TABLE cluster_replication.backup_info FIELDS TERMINATED BY ',';
SELECT @the_backup_id:=backup_id FROM cluster_replication.backup_info;