diff options
author | Monty <monty@mariadb.org> | 2022-11-18 13:51:15 +0200 |
---|---|---|
committer | Sergei Petrunia <sergey@mariadb.com> | 2023-02-03 10:56:23 +0300 |
commit | 98879f8d43e0adc322acf2b3db10c4c57324ef9a (patch) | |
tree | e1f43ba14e9c1f031316f218842542c13afd1c6a /storage/spider | |
parent | dd1a4131ef4df1bd72f5bd4352d9f93f6ba595e9 (diff) | |
download | mariadb-git-98879f8d43e0adc322acf2b3db10c4c57324ef9a.tar.gz |
Version change to 11.0
Diffstat (limited to 'storage/spider')
-rw-r--r-- | storage/spider/spd_init_query.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/storage/spider/spd_init_query.h b/storage/spider/spd_init_query.h index 0aba850ce0f..c3bea1c166b 100644 --- a/storage/spider/spd_init_query.h +++ b/storage/spider/spd_init_query.h @@ -544,11 +544,7 @@ static LEX_STRING spider_init_queries[] = { /* " if @server_name = 'MariaDB' and" " (" - " @server_major_version > 10 or" - " (" - " @server_major_version = 10 and" - " @server_minor_version >= 999" - " )" + " @server_major_version > 11" " )" " then" " create table if not exists mysql.spider_rewrite_tables(" @@ -806,13 +802,9 @@ static LEX_STRING spider_init_queries[] = { Install spider_rewrite plugin */ /* - " if @server_name = 'MariaDB' and" + " if @server_name = 'MariaDB' and " " (" - " @server_major_version > 10 or" - " (" - " @server_major_version = 10 and" - " @server_minor_version >= 999" - " )" + " @server_major_version > 11" " )" " then" " set @have_spider_i_s_rewrite_plugin := 0;" |