summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlcheck.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-12-04 18:41:07 +0100
committerAleksey Midenkov <midenok@gmail.com>2017-12-08 16:26:17 +0300
commitb3fe45bcd467934edf7b0c4645b27fcee7fd6fab (patch)
tree0d7594da6a62bd2da3ee5873383f5b5ebdef475e /mysql-test/r/mysqlcheck.result
parent903be4e6beb153273f36e00692d566d1e419f6ab (diff)
downloadmariadb-git-b3fe45bcd467934edf7b0c4645b27fcee7fd6fab.tar.gz
rephrase error messages, fix quoting
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r--mysql-test/r/mysqlcheck.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result
index c6ce2b465da..300f9340b96 100644
--- a/mysql-test/r/mysqlcheck.result
+++ b/mysql-test/r/mysqlcheck.result
@@ -73,7 +73,7 @@ status : OK
mysql.user OK
mysql.vtmd_template
note : Table does not support optimize, doing recreate + analyze instead
-error : Not allowed for versioned `mysql.vtmd_template`. Change `versioning_alter_history` to proceed with ALTER.
+error : Not allowed for versioned `mysql`.`vtmd_template`. Change `versioning_alter_history` to proceed with ALTER.
status : Operation failed
mysql.column_stats OK
mysql.columns_priv OK
@@ -142,7 +142,7 @@ status : OK
mysql.user Table is already up to date
mysql.vtmd_template
note : Table does not support optimize, doing recreate + analyze instead
-error : Not allowed for versioned `mysql.vtmd_template`. Change `versioning_alter_history` to proceed with ALTER.
+error : Not allowed for versioned `mysql`.`vtmd_template`. Change `versioning_alter_history` to proceed with ALTER.
status : Operation failed
create table t1 (a int) engine=myisam;
create view v1 as select * from t1;