mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
bug#21965
merge to 5.1 sql/log.h: merge to 5.1
This commit is contained in:
parent
a00b1e3a7d
commit
6a81fa6df5
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ public:
|
|||
bool need_mutex);
|
||||
int find_next_log(LOG_INFO* linfo, bool need_mutex);
|
||||
int get_current_log(LOG_INFO* linfo);
|
||||
int raw_get_current_log(LOG_INFO* linfo);
|
||||
uint next_file_id();
|
||||
inline char* get_index_fname() { return index_file_name;}
|
||||
inline char* get_log_fname() { return log_file_name; }
|
||||
|
|
Loading…
Reference in a new issue