Commit c5504a1c authored by marko's avatar marko

Import mysql-5.1-new changeset 1.2012.1.6 (Sergei Golubchik):

Remove the declaration of innodb_export_status(), as it will
from now on be invoked via a function pointer in innobase_hton.
parent c932f9a9
......@@ -269,7 +269,6 @@ void innobase_store_binlog_offset_and_flush_log(char *binlog_name,longlong offse
void innobase_drop_database(char *path);
bool innobase_show_status(THD* thd, stat_print_fn*, enum ha_stat_type);
int innodb_export_status(void);
int innobase_release_temporary_latches(THD *thd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment