diff options
Diffstat (limited to 'storage/spider/spd_trx.h')
-rw-r--r-- | storage/spider/spd_trx.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/storage/spider/spd_trx.h b/storage/spider/spd_trx.h index dec1db4d863..3883ec49723 100644 --- a/storage/spider/spd_trx.h +++ b/storage/spider/spd_trx.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2008-2014 Kentoku Shiba +/* Copyright (C) 2008-2019 Kentoku Shiba + Copyright (C) 2019 MariaDB corp This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -99,18 +100,22 @@ int spider_check_and_set_sql_log_off( int *need_mon ); -int spider_check_and_set_time_zone( +int spider_check_and_set_wait_timeout( THD *thd, SPIDER_CONN *conn, int *need_mon ); -int spider_xa_lock( - XID_STATE *xid_state +int spider_check_and_set_sql_mode( + THD *thd, + SPIDER_CONN *conn, + int *need_mon ); -int spider_xa_unlock( - XID_STATE *xid_state +int spider_check_and_set_time_zone( + THD *thd, + SPIDER_CONN *conn, + int *need_mon ); int spider_start_internal_consistent_snapshot( |