There was an error while loading. Please reload this page.
1 parent 30af987 commit 9259b4bCopy full SHA for 9259b4b
storage/spider/spd_init_query.h
@@ -594,7 +594,7 @@ static LEX_STRING spider_init_queries[] = {
594
"if @win_plugin = 0 then"
595
" begin not atomic"
596
" declare exit handler for 1041, 1123"
597
- " insert into mysql.func values"
+ " replace into mysql.func values"
598
" ('spider_direct_sql', 2, 'ha_spider.so', 'function'),"
599
" ('spider_bg_direct_sql', 2, 'ha_spider.so', 'aggregate'),"
600
" ('spider_ping_table', 2, 'ha_spider.so', 'function'),"
@@ -614,7 +614,7 @@ static LEX_STRING spider_init_queries[] = {
614
"else"
615
616
617
618
" ('spider_direct_sql', 2, 'ha_spider.dll', 'function'),"
619
" ('spider_bg_direct_sql', 2, 'ha_spider.dll', 'aggregate'),"
620
" ('spider_ping_table', 2, 'ha_spider.dll', 'function'),"
0 commit comments