Commit cd73e0c6 authored by marko's avatar marko

branches/zip: Declare schema_table_store_record(), because MySQL strangely

does not declare it unless MYSQL_SERVER is defined.
parent d662c3c6
......@@ -40,6 +40,8 @@
/* This is needed because of Bug #3596. Let us hope that pthread_mutex_t
is defined the same in both builds: the MySQL server and the InnoDB plugin. */
extern pthread_mutex_t LOCK_thread_count;
/* Somehow this is not declared for plugins. */
bool schema_table_store_record(THD *thd, TABLE *table);
#endif /* MYSQL_SERVER */
/** to protect innobase_open_files */
......
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