mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work sql/log.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_repl.cc: merge
This commit is contained in:
commit
14bebaa2dc
3 changed files with 14 additions and 4 deletions
|
|
@ -342,6 +342,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 bool is_open() { return log_type != LOG_CLOSED; }
|
||||
inline char* get_index_fname() { return index_file_name;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue