summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorknielsen@mysql.com <>2005-12-14 13:51:11 +0100
committerknielsen@mysql.com <>2005-12-14 13:51:11 +0100
commit44012d40f2c5661882ac580b40b5ce06cff9bc1e (patch)
tree52b02027d295abba4a7a85c203cfd49c72e2651e /sql/sql_class.h
parent6a2dfba63bcac94c9ddb56c77045f3b2b75457cf (diff)
downloadmariadb-git-44012d40f2c5661882ac580b40b5ce06cff9bc1e.tar.gz
Remove unused class member as suggested by Guilhem.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 81cf4185e7e..c025b4f0774 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -218,7 +218,6 @@ class MYSQL_LOG: public TC_LOG
uint file_id;
uint open_count; // For replication
int readers_count;
- bool reset_pending;
bool write_error, inited;
bool need_start_event;
/*