diff options
author | unknown <monty@narttu.mysql.fi> | 2002-08-05 18:50:38 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2002-08-05 18:50:38 +0300 |
commit | 7952914415e351973d1a572827bb1679e5b7b89e (patch) | |
tree | 6883369fca2aebcf1dec08665dd0146a1ebc9303 /readline | |
parent | e2cf3f8e4501befbae0f785a422cb832fb3466c2 (diff) | |
download | mariadb-git-7952914415e351973d1a572827bb1679e5b7b89e.tar.gz |
Added some missing mutex_locks() when manipulating the table cache.
This should fix some possible table cache corruptions when doing
OPTIMIZE or REPAIR table when other threads are opening new tables.
sql/sql_base.cc:
Added missing mutex unlock on error condition
sql/sql_insert.cc:
Added TODO item
sql/sql_show.cc:
Added missing pthread_mutex_lock(&LOCK_open) when calling
query_table_status().
sql/sql_table.cc:
Added missing pthread_mutex_lock(&LOCK_open) when calling
hash_delete(), unlock_table_name() and remove_table_from_cache().
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'readline')
0 files changed, 0 insertions, 0 deletions