diff options
author | monty@mysql.com <> | 2004-03-12 01:10:22 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-12 01:10:22 +0200 |
commit | e27960a44e393ac67d037379f340db75a350495e (patch) | |
tree | 8427a74265a1dc0dc71464f4add7541489713f46 /sql/mysql_priv.h | |
parent | 1c0d5ad25c1f530093586e7624ae3603ff719061 (diff) | |
download | mariadb-git-e27960a44e393ac67d037379f340db75a350495e.tar.gz |
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.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 091e51629f0..204ab84025d 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -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); |