summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-01-14 00:09:15 +0200
committerunknown <monty@mysql.com>2005-01-14 00:09:15 +0200
commit177e99f32719b9c20c55c19fbbc9cef09550d9e1 (patch)
tree8e12e0a89204ea53a9bc43cf5f2fcb17819c89d5 /sql/sql_show.cc
parentc0af1e3c67c707477f2cdc1dd776fb6d6df8cdb8 (diff)
downloadmariadb-git-177e99f32719b9c20c55c19fbbc9cef09550d9e1.tar.gz
Fix bug in INSERT DELAYED with prepared statements
The bug was that if you have two TL_WRITE_DELAYED at the same time, mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file. sql/mysql_priv.h: Fix bug in insert delayed with prepared statements sql/sql_base.cc: Fix bug in insert delayed with prepared statements sql/sql_prepare.cc: Fix bug in insert delayed with prepared statements The bug was that if you have two TL_WRITE_DELAYED at the same time, mi_lock_databases() could be done in the wrong order and we could write the wrong header to the MyISAM index file.
Diffstat (limited to 'sql/sql_show.cc')
0 files changed, 0 insertions, 0 deletions