diff options
author | Ashish Agarwal <ashish.y.agarwal@oracle.com> | 2012-02-03 19:37:00 +0530 |
---|---|---|
committer | Ashish Agarwal <ashish.y.agarwal@oracle.com> | 2012-02-03 19:37:00 +0530 |
commit | cfcb5daba80df535527890b5bd37607057623e8f (patch) | |
tree | bbed1921838dd076952714b241f214659a6ed9a1 /sql/rpl_mi.h | |
parent | bbcc86f5d41aba2562936e90ea1ea2c3034f8f6b (diff) | |
download | mariadb-git-cfcb5daba80df535527890b5bd37607057623e8f.tar.gz |
BUG#11748748 - 37280: CHECK AND REPAIR TABLE REPORT TABLE
CORRUPTED WHEN RUN CONCURRENTLY WITH
ISSUE: Table corruption due to concurrent queries.
Different threads running check, repair query
along with insert. Locks not properly acquired
in repair query. Rows are inserted inbetween
repair query.
SOLUTION: Mutex lock is acquired before the
repair call. Concurrent queries wont
effect the call to repair.
Diffstat (limited to 'sql/rpl_mi.h')
0 files changed, 0 insertions, 0 deletions