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/connect.result | |
parent | abba11e6c4bd992c6c380ad73dfde1f7f4d438d7 (diff) | |
download | mariadb-git-45f6acd2964a89c933077b9c6cf66009bcc91de7.tar.gz |
Scripts: VTMD table [closes #122]
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index dfe4406605e..e3e2e4db39c 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -33,6 +33,7 @@ time_zone_name time_zone_transition time_zone_transition_type user +vtmd_template connect con2,localhost,root,,test; show tables; Tables_in_test @@ -80,6 +81,7 @@ time_zone_name time_zone_transition time_zone_transition_type user +vtmd_template connect con4,localhost,test,gambling,test; show tables; Tables_in_test @@ -139,6 +141,7 @@ time_zone_name time_zone_transition time_zone_transition_type user +vtmd_template connect con6,localhost,test,gambling3,test; show tables; Tables_in_test |