1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Ensure that install_test_db.sh script works with both 'make install' and 'make_binary_distribution' layouts

Abort if we can't allocate memory for table cache
Fix bug with multi-update-tables and BDB tables.
This commit is contained in:
monty@mysql.com
2004-03-12 01:10:22 +02:00
parent 1c0d5ad25c
commit e27960a44e
8 changed files with 38 additions and 26 deletions

View File

@ -375,7 +375,7 @@ bool check_stack_overrun(THD *thd,char *dummy);
#endif
bool reload_acl_and_cache(THD *thd, ulong options, TABLE_LIST *tables);
void table_cache_init(void);
bool table_cache_init(void);
void table_cache_free(void);
uint cached_tables(void);
void kill_mysql(void);