mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Adding missing DROP TABLE statement to ndb_backup_print.test since it
causes later tests to fail. mysql-test/r/ndb_backup_print.result: Result change. mysql-test/t/ndb_backup_print.test: Adding missing drop table at the end of the test.
This commit is contained in:
parent
afabda8f64
commit
3de3c7a092
2 changed files with 3 additions and 0 deletions
|
@ -62,3 +62,4 @@ Node : Backup started from node completed
|
|||
StartGCP: StopGCP:
|
||||
#Records: #LogRecords:
|
||||
Data: bytes Log: bytes
|
||||
drop table t1;
|
||||
|
|
|
@ -64,3 +64,5 @@ insert into t1 values
|
|||
|
||||
#NO.2 test output of backup after some simple SQL operations
|
||||
--exec $NDB_MGM --no-defaults -e "start backup" |sed -e 's/[0-9]//g' |sed -e 's/localhost//g' |sed -e 's/\.\.\.*//g'
|
||||
|
||||
drop table t1;
|
||||
|
|
Loading…
Reference in a new issue