summaryrefslogtreecommitdiff
path: root/sql/wsrep_thd.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-02-01 15:24:22 +0200
committerMonty <monty@mariadb.org>2015-02-01 15:24:22 +0200
commit0ee879ff8ac1b80cd9a963015344f5698a81f309 (patch)
treec787536b279abd6fce40f8f624af2593ddf83403 /sql/wsrep_thd.h
parent67b24a2374fed4a7533d14cc443afa0f4e9febc7 (diff)
downloadmariadb-git-0ee879ff8ac1b80cd9a963015344f5698a81f309.tar.gz
Improve performance for calculating memory allocation
Extend interface for 'show variables' with current scope
Diffstat (limited to 'sql/wsrep_thd.h')
-rw-r--r--sql/wsrep_thd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/wsrep_thd.h b/sql/wsrep_thd.h
index 0d01d28f01b..5900668f3fb 100644
--- a/sql/wsrep_thd.h
+++ b/sql/wsrep_thd.h
@@ -22,7 +22,8 @@
#include "sql_class.h"
-int wsrep_show_bf_aborts (THD *thd, SHOW_VAR *var, char *buff);
+int wsrep_show_bf_aborts (THD *thd, SHOW_VAR *var, char *buff,
+ enum enum_var_type scope);
void wsrep_client_rollback(THD *thd);
void wsrep_replay_transaction(THD *thd);
void wsrep_create_appliers(long threads);