summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-09-04 14:19:39 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-09-04 14:19:39 +0200
commit6a81fa6df52bacd61c4549324fe83611f23a816d (patch)
tree1251b15e5594b350450cad7f5ecc127a05c1676a /sql/log.h
parenta00b1e3a7d5ede8b2a489fd06a7ac9c567624f91 (diff)
downloadmariadb-git-6a81fa6df52bacd61c4549324fe83611f23a816d.tar.gz
bug#21965
merge to 5.1 sql/log.h: merge to 5.1
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h
index d598952a853..8f75601f02b 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -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; }