summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-07-11 19:29:23 -0600
committersasha@mysql.sashanet.com <>2001-07-11 19:29:23 -0600
commit21a8aaa29d596738c5f60f0973a91548d9d5019a (patch)
tree55c353c4e3afb198a61de2adba223531191957c6 /sql/sql_class.h
parentb6273bfce0cb2d02b43aa2d8f0c034ca7bee0020 (diff)
downloadmariadb-git-21a8aaa29d596738c5f60f0973a91548d9d5019a.tar.gz
fixed race condition in automatic binlog rotation
remove extension from binary log if the user specifies one to avoid non-rotatable logs fixed possible use of unitialized IO_CACHE in debug mode
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 438898ca294..a092de2602d 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -74,7 +74,7 @@ public:
void init(enum_log_type log_type_arg);
void open(const char *log_name,enum_log_type log_type,
const char *new_name=0);
- void new_file(void);
+ void new_file(bool inside_mutex = 0);
bool open_index(int options);
void close_index();
bool write(THD *thd, enum enum_server_command command,const char *format,...);