mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
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.
|
||
|---|---|---|
| .. | ||
| archive_reader.c | ||
| archive_test.c | ||
| azio.c | ||
| azlib.h | ||
| CMakeLists.txt | ||
| ha_archive.cc | ||
| ha_archive.h | ||
| Makefile.am | ||
| plug.in | ||