diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:24:32 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:24:32 +0400 |
commit | 102bc7beb080e936ba70c0524a8759799f42458e (patch) | |
tree | 8e42cf5785f0d37efa31ccba22298bad63e40a36 /plugin | |
parent | 0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1 (diff) | |
download | mariadb-git-102bc7beb080e936ba70c0524a8759799f42458e.tar.gz |
Fixing tests according to MDEV-20655 maturity stable for user_variables
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/user_variables/mysql-test/user_variables/basic.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/user_variables/mysql-test/user_variables/basic.result b/plugin/user_variables/mysql-test/user_variables/basic.result index 5650fa0dcce..a4d01957830 100644 --- a/plugin/user_variables/mysql-test/user_variables/basic.result +++ b/plugin/user_variables/mysql-test/user_variables/basic.result @@ -7,7 +7,7 @@ PLUGIN_AUTHOR Sergey Vojtovich PLUGIN_DESCRIPTION User-defined variables PLUGIN_LICENSE GPL LOAD_OPTION ON -PLUGIN_MATURITY Gamma +PLUGIN_MATURITY Stable SHOW CREATE TABLE INFORMATION_SCHEMA.USER_VARIABLES; Table Create Table user_variables CREATE TEMPORARY TABLE `user_variables` ( |