diff options
author | kevg <claprix@yandex.ru> | 2017-05-19 23:27:40 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-05-24 18:46:56 +0300 |
commit | 45f6acd2964a89c933077b9c6cf66009bcc91de7 (patch) | |
tree | 17bdb65caf707d6a775e73f84e2192c1d0eba649 /mysql-test/r/mysqlcheck.result | |
parent | abba11e6c4bd992c6c380ad73dfde1f7f4d438d7 (diff) | |
download | mariadb-git-45f6acd2964a89c933077b9c6cf66009bcc91de7.tar.gz |
Scripts: VTMD table [closes #122]
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r-- | mysql-test/r/mysqlcheck.result | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result index ff9cc5d5c81..a2967bd5e5b 100644 --- a/mysql-test/r/mysqlcheck.result +++ b/mysql-test/r/mysqlcheck.result @@ -32,6 +32,7 @@ mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK +mysql.vtmd_template OK mtr.global_suppressions Table is already up to date mtr.test_suppressions Table is already up to date mysql.column_stats OK @@ -66,6 +67,9 @@ mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK +mysql.vtmd_template +note : Table does not support optimize, doing recreate + analyze instead +status : OK mysql.column_stats OK mysql.columns_priv OK mysql.db OK @@ -94,6 +98,7 @@ mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK +mysql.vtmd_template OK mysql.column_stats Table is already up to date mysql.columns_priv Table is already up to date mysql.db Table is already up to date @@ -126,6 +131,9 @@ mysql.time_zone_name Table is already up to date mysql.time_zone_transition Table is already up to date mysql.time_zone_transition_type Table is already up to date mysql.user Table is already up to date +mysql.vtmd_template +note : Table does not support optimize, doing recreate + analyze instead +status : OK create table t1 (a int) engine=myisam; create view v1 as select * from t1; test.t1 OK @@ -448,6 +456,7 @@ mysql.time_zone_name Table is already up to date mysql.time_zone_transition Table is already up to date mysql.time_zone_transition_type Table is already up to date mysql.user Table is already up to date +mysql.vtmd_template OK mysqltest1.t1 warning : Table is marked as crashed warning : Size of datafile is: 4 Should be: 0 |