diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-01-23 08:20:51 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-01-23 08:20:51 -0700 |
commit | e251b26e9b1dd9c1b1fc43ec36c46082da0d0b8c (patch) | |
tree | 610931dfae70ffd69399727175981afbc9b08848 /mysql-test/r/backup.result | |
parent | 546af2077af7130a6e198e406422c264900e9abc (diff) | |
download | mariadb-git-e251b26e9b1dd9c1b1fc43ec36c46082da0d0b8c.tar.gz |
fixes for tests
client/mysqltest.c:
fixed bug in reap command
mysql-test/r/backup.result:
update to backup test
mysql-test/t/backup.test:
test to see if lock tables /unlock tables will cause a problem
mysql-test/t/rpl000016.test:
fixed syncronization problem between master and slave
Diffstat (limited to 'mysql-test/r/backup.result')
-rw-r--r-- | mysql-test/r/backup.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/backup.result b/mysql-test/r/backup.result index a801e1cd28d..4b7b62f3ee8 100644 --- a/mysql-test/r/backup.result +++ b/mysql-test/r/backup.result @@ -37,3 +37,7 @@ k 223 245 267 +Table Op Msg_type Msg_text +test.t1 restore status OK +Table Op Msg_type Msg_text +test.t1 backup status OK |