diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2006-09-06 14:28:53 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2006-09-06 14:28:53 -0400 |
commit | 979d9c8f8056f77483af2380aaa819f6665c98cc (patch) | |
tree | 06641484e10db7b7bf35d2da945ed54c66c989cc /sql/sql_class.h | |
parent | a0b7b2426f01271627d39ae586cd409ce50da69e (diff) | |
parent | 1df6da92267288def8fb99bc244451c8d80ad2a9 (diff) | |
download | mariadb-git-979d9c8f8056f77483af2380aaa819f6665c98cc.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 53a95a89b51..039c133e885 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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;} |