summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlcheck.result
diff options
context:
space:
mode:
authorAlfranio Correia <alfranio.correia@sun.com>2008-12-19 03:02:20 +0000
committerAlfranio Correia <alfranio.correia@sun.com>2008-12-19 03:02:20 +0000
commit87ebdef9eae4afcef7b3bdd1196fa0134c076f90 (patch)
treec04257e8a2b668ea016b52e04e5d10fec5f5ce5a /mysql-test/r/mysqlcheck.result
parent7ad4b20b30dce22088defa7673437c80f8954177 (diff)
downloadmariadb-git-87ebdef9eae4afcef7b3bdd1196fa0134c076f90.tar.gz
Post-fix merge 5-1 --> 5.1-rpl. Changed mysqlcheck.result.
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r--mysql-test/r/mysqlcheck.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result
index 0b0ce3c2ba4..e35e0870264 100644
--- a/mysql-test/r/mysqlcheck.result
+++ b/mysql-test/r/mysqlcheck.result
@@ -4,6 +4,10 @@ drop database if exists client_test_db;
mtr.global_suppressions OK
mtr.suspicious_patterns OK
mtr.test_suppressions OK
+mysql.backup_history
+note : The storage engine for the table doesn't support optimize
+mysql.backup_progress
+note : The storage engine for the table doesn't support optimize
mysql.columns_priv OK
mysql.db OK
mysql.event OK
@@ -29,6 +33,10 @@ mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
+mysql.backup_history
+note : The storage engine for the table doesn't support optimize
+mysql.backup_progress
+note : The storage engine for the table doesn't support optimize
mysql.columns_priv OK
mysql.db OK
mysql.event OK
@@ -133,3 +141,4 @@ v1
v-1
drop view v1, `v-1`;
drop table t1;
+End of 5.1 tests