mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@ -191,6 +191,8 @@ typedef struct st_columndef /* column information */
|
||||
#endif
|
||||
} MI_COLUMNDEF;
|
||||
|
||||
/* invalidator function reference for Query Cache */
|
||||
typedef void (* invalidator_by_filename) (char * filename);
|
||||
|
||||
extern my_string myisam_log_filename; /* Name of logfile */
|
||||
extern uint myisam_block_size;
|
||||
|
Reference in New Issue
Block a user