diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-11-13 23:03:48 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-11-13 23:03:48 +0100 |
commit | 4157185f241f1583729020ba67064db0391aaa3d (patch) | |
tree | f0662e17995b49d92ed706a33c894485a67678fe /sql/sql_class.h | |
parent | c155890af90ec75555fa485387a0cf11120175a6 (diff) | |
parent | bdd883ed9a68ff1e82528cc6b33316d98894cfd2 (diff) | |
download | mariadb-git-4157185f241f1583729020ba67064db0391aaa3d.tar.gz |
10.0-base merge
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 5e8dc8269de..25090ee596a 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1768,7 +1768,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. |