summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index de3357212a3..13e72f11829 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1712,7 +1712,7 @@ public:
/* Used to SLAVE SQL thread */
Rpl_filter* rpl_filter;
- void reset_for_next_command(bool calculate_userstat);
+ void reset_for_next_command();
/*
Constant for THD::where initialization in the beginning of every query.