We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1168 commit 0b2fd01Copy full SHA for 0b2fd01
storage/spider/spd_init_query.h
@@ -657,7 +657,7 @@ static LEX_STRING spider_init_queries[] = {
657
"if @win_plugin = 0 then"
658
" begin not atomic"
659
" declare exit handler for 1041, 1123"
660
- " insert into mysql.func values"
+ " replace into mysql.func values"
661
" ('spider_direct_sql', 2, 'ha_spider.so', 'function'),"
662
" ('spider_bg_direct_sql', 2, 'ha_spider.so', 'aggregate'),"
663
" ('spider_ping_table', 2, 'ha_spider.so', 'function'),"
@@ -677,7 +677,7 @@ static LEX_STRING spider_init_queries[] = {
677
"else"
678
679
680
681
" ('spider_direct_sql', 2, 'ha_spider.dll', 'function'),"
682
" ('spider_bg_direct_sql', 2, 'ha_spider.dll', 'aggregate'),"
683
" ('spider_ping_table', 2, 'ha_spider.dll', 'function'),"
0 commit comments