summaryrefslogtreecommitdiff
path: root/storage/spider/spd_trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/spd_trx.h')
-rw-r--r--storage/spider/spd_trx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/spider/spd_trx.h b/storage/spider/spd_trx.h
index a4511ba98c4..ca46bae20cc 100644
--- a/storage/spider/spd_trx.h
+++ b/storage/spider/spd_trx.h
@@ -107,6 +107,12 @@ int spider_check_and_set_wait_timeout(
int *need_mon
);
+int spider_check_and_set_sql_mode(
+ THD *thd,
+ SPIDER_CONN *conn,
+ int *need_mon
+);
+
int spider_check_and_set_time_zone(
THD *thd,
SPIDER_CONN *conn,