forked from pingcap/tidb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkpoints: fixed some serious checkpoint issues (pingcap#96)
1. Ensure FileCheckpointsDB is mutex-protected. This prevents the "concurrent map iteration and map write" error. 2. Split the DDLs creating a MySQLCheckpointsDB into 3 separate statements 3. Reduced the path length of chunks_v3 in the PRIMARY KEY to 500 chars to avoid the 3072 key-length limitation.
- Loading branch information
Showing
1 changed file
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters