[fixup] Spider: correct init queries after merge
The merge e95bba9c58c0f08bdc6ce031d11fb5b52e814e53 missed it
This commit is contained in:
parent
91d53ea339
commit
bdaa6bac05
@ -652,6 +652,46 @@ static LEX_STRING spider_init_queries[] = {
|
||||
"alter table mysql.spider_xa_member"
|
||||
" add column if not exists dsn char(64) default null after default_group;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_link_mon_servers"
|
||||
" add column if not exists filedsn text default null after dsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_tables"
|
||||
" add column if not exists filedsn text default null after dsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_xa_failed_log"
|
||||
" add column if not exists filedsn text default null after dsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_xa_member"
|
||||
" add column if not exists filedsn text default null after dsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_link_mon_servers"
|
||||
" add column if not exists driver char(64) default null after filedsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_tables"
|
||||
" add column if not exists driver char(64) default null after filedsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_xa_failed_log"
|
||||
" add column if not exists driver char(64) default null after filedsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"alter table mysql.spider_xa_member"
|
||||
" add column if not exists driver char(64) default null after filedsn,"
|
||||
" algorithm=copy, lock=shared;"
|
||||
)},
|
||||
{C_STRING_WITH_LEN(
|
||||
"set @win_plugin := IF(@@version_compile_os like 'Win%', 1, 0);"
|
||||
)},
|
||||
|
Loading…
x
Reference in New Issue
Block a user