mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Remove unused class member as suggested by Guilhem.
sql/sql_class.h: Remove unused class member.
This commit is contained in:
parent
c843ca8454
commit
7439dbcc39
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue