mirror of
https://github.com/MariaDB/server.git
synced 2025-04-05 06:45:33 +02:00
![]() - Update the end_offset for file_no=N+1 before file_no=N, so that a reader does not have a window where it can see a record partially written, present in N but not N+1. - Fix a case when the writer changes to the next file exactly at the same time that the reader loads the current state. In this case the reader detects a potentially inconsistent state read and retries, and the code forgot to release its latch on the page. - Fix a race when flush_one_page() runs in parallel with RESET MASTER. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org> |
||
---|---|---|
.. | ||
archive | ||
blackhole | ||
columnstore | ||
connect | ||
csv | ||
example | ||
federated | ||
federatedx | ||
heap | ||
innobase | ||
maria | ||
mroonga | ||
myisam | ||
myisammrg | ||
oqgraph | ||
perfschema | ||
rocksdb | ||
sequence | ||
sphinx | ||
spider | ||
test_sql_discovery |