[MDEV-10975] Merging of @@rocksdb_skip_unique_check Created: 2016-10-07 Updated: 2016-10-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Looking at how MariaDB should merge
and related code. This is code for https://github.com/facebook/mysql-5.6/commit/bc4145e76dc34f576e3e468ca9d0fee35fe388d5 which is a continuation of https://github.com/facebook/mysql-5.6/commit/0998b17894c9e049d697a92fb0d9b79e597eb3c1 A question: why is there a need for rocksdb_debug_skip_unique_check if both MySQL and MariaDB support @@unique_checks variable? |