1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix to remove engine dependency from handler.cc file, the last one for functions.

This commit is contained in:
brian@zim.(none)
2006-03-26 01:32:52 -08:00
parent ec4910c413
commit f940472d5a
3 changed files with 20 additions and 4 deletions

View File

@ -580,6 +580,7 @@ typedef struct
void (*binlog_log_query)(THD *thd, enum_binlog_command binlog_command,
const char *query, uint query_length,
const char *db, const char *table_name);
int (*release_temporary_latches)(THD *thd);
} handlerton;
extern const handlerton default_hton;