mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
changed to use IO_CACHE instead of FILE
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
char* get_log_fname() { return log_file_name; }
|
||||
void lock_index() { pthread_mutex_lock(&LOCK_index);}
|
||||
void unlock_index() { pthread_mutex_unlock(&LOCK_index);}
|
||||
FILE* get_index_file() { return index_file;}
|
||||
File get_index_file() { return index_file;}
|
||||
};
|
||||
|
||||
/* character conversion tables */
|
||||
|
||||
Reference in New Issue
Block a user