1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

does not declare it unless MYSQL_SERVER is defined.
This commit is contained in:
marko
2007-08-01 11:49:19 +00:00
parent 0a780db994
commit b2ae834f95

View File

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