summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorsensssz <hjmsens@gmail.com>2016-10-22 10:19:41 -0400
committersensssz <hjmsens@gmail.com>2016-10-22 10:19:41 -0400
commitadaebd25ebc8d9a38214f543bf6bbee094a84e75 (patch)
tree2fd7fbfa9a5bbfc48e710867f58f57c089bf9227 /sql/sql_class.h
parent36841ac7991842d4efb4da4a62c919a4547f8190 (diff)
downloadmariadb-git-adaebd25ebc8d9a38214f543bf6bbee094a84e75.tar.gz
A few bug fixes. Use thd_is_slave_replication.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index a068143f7c5..994a161a646 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -152,8 +152,6 @@ extern MYSQL_PLUGIN_IMPORT const char **errmesg;
extern bool volatile shutdown_in_progress;
-extern bool is_slave_replication;
-
extern "C" LEX_STRING * thd_query_string (MYSQL_THD thd);
extern "C" char **thd_query(MYSQL_THD thd);