summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff')
-rw-r--r--mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff b/mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff
index 98c4427a..cbbd754a 100644
--- a/mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff
+++ b/mysql-test/suite/plugins/r/compression,innodb-snappy.rdiff
@@ -18,11 +18,11 @@
-# restart: --disable-provider-bzip2
+# restart: --disable-provider-snappy
select a, left(b, 9), length(b) from t1;
- ERROR 42S02: Table 'test.t1' doesn't exist in engine
+ ERROR HY000: Table `test`.`t1` is corrupted. Please drop the table and recreate.
show warnings;
Level Code Message
-Warning 4185 MariaDB tried to use the BZip2 compression, but its provider plugin is not loaded
+Warning 4185 MariaDB tried to use the Snappy compression, but its provider plugin is not loaded
- Error 1932 Table 'test.t1' doesn't exist in engine
+ Error 1877 Table `test`.`t1` is corrupted. Please drop the table and recreate.
drop table t1;
# restart