diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2010-02-28 23:49:29 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2010-02-28 23:49:29 +0400 |
commit | 73c4dc36994847b5608ed1a242f7883e3f45f729 (patch) | |
tree | 6cbf61af172a10eddf7d0711c535246da75c7ea8 /sql/item_strfunc.h | |
parent | 48367a2155c10db3f2a8354d0ff383acc67db6f0 (diff) | |
download | mariadb-git-73c4dc36994847b5608ed1a242f7883e3f45f729.tar.gz |
Bug#42465 mysqlhotcopy fails with "Table '<y>' was locked with a READ lock" error message.
Since 5.5 FLUSH TABLES requires unlocked tables so the old LOCK TABLES/FLUSH TABLES
model fails. Use atomic FLUSH TABLES WITH READ LOCK instead.
per-file comments:
scripts/mysqlhotcopy.sh
Bug#42465 mysqlhotcopy fails with "Table '<y>' was locked with a READ lock" error message.
Use FLUSH TABLES WITH READ LOCK instead of LOCK TABLES / FLUSH TABLES pair.
Keep the old scheme for older servers.
Diffstat (limited to 'sql/item_strfunc.h')
0 files changed, 0 insertions, 0 deletions