1
0
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:
monty@donna.mysql.com
2000-11-16 03:58:58 +02:00
parent b689a1a752
commit a9097ca323
12 changed files with 365 additions and 143 deletions

View File

@@ -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 */