diff options
Diffstat (limited to 'mysql-test/suite/mariabackup/missing_ibd.result')
-rw-r--r-- | mysql-test/suite/mariabackup/missing_ibd.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/missing_ibd.result b/mysql-test/suite/mariabackup/missing_ibd.result index 40caedf6492..1ad18e8b14d 100644 --- a/mysql-test/suite/mariabackup/missing_ibd.result +++ b/mysql-test/suite/mariabackup/missing_ibd.result @@ -3,5 +3,5 @@ INSERT INTO t1 VALUES(1); # restart # xtrabackup backup select * from t1; -ERROR 42S02: Table 'test.t1' doesn't exist in engine +ERROR HY000: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB drop table t1; |