diff options
author | unknown <kroki/tomash@moonlight.intranet> | 2006-08-29 16:59:20 +0400 |
---|---|---|
committer | unknown <kroki/tomash@moonlight.intranet> | 2006-08-29 16:59:20 +0400 |
commit | 4ed1ce6f583751c56c699017e58717e2bf23f53d (patch) | |
tree | ba2546344a0ab304d95d3eb0a1fef67fe9b33495 /mysql-test/r/have_gb2312.require | |
parent | 04d60b389701329d934ed2f7690cc2fd686b9f4a (diff) | |
download | mariadb-git-4ed1ce6f583751c56c699017e58717e2bf23f53d.tar.gz |
BUG#21096: locking issue ; temporary table conflicts.
The problem was that during DROP TEMPORARY TABLE we tried to acquire
the name lock, though temporary tables belongs to one connection, and
no race is possible.
The solution is to not use table name locking while executing
DROP TEMPORARY TABLE.
mysql-test/r/temp_table.result:
Add result for bug#21096: locking issue ; temporary table conflicts.
mysql-test/t/temp_table.test:
Add test case for bug#21096: locking issue ; temporary table conflicts.
sql/sql_table.cc:
Do not use table name locking while executing DROP TEMPORARY TABLE.
Diffstat (limited to 'mysql-test/r/have_gb2312.require')
0 files changed, 0 insertions, 0 deletions