diff options
author | monty@donna.mysql.com <> | 2000-12-12 04:34:56 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-12 04:34:56 +0200 |
commit | 10693572ed91eae3e98419b7730f10162b9c3ac2 (patch) | |
tree | 3c78736b50f99b9b8ac968afb833752f201a482a /sql/sql_class.h | |
parent | 60dc7eabc9d3d1e89a23e9fdf18bdb134dc8eb75 (diff) | |
download | mariadb-git-10693572ed91eae3e98419b7730f10162b9c3ac2.tar.gz |
Fixed delete in tables with hidden primary key
Remove not used BDB logs on shutdown
Don't give warnings for repair on slaves
Fixed transaction log files
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 4943e334aa0..b1b734165d0 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -60,7 +60,7 @@ class MYSQL_LOG { volatile enum_log_type log_type; char time_buff[20],db[NAME_LEN+1]; char log_file_name[FN_REFLEN],index_file_name[FN_REFLEN]; - bool write_error,inited,opened; + bool write_error,inited; bool no_rotate; // for binlog - if log name can never change // we should not try to rotate it or write any rotation events // the user should use FLUSH MASTER instead of FLUSH LOGS for |