[MDEV-11124] MariaRocks: rocksdb.rocksdb fails with a duplicate key error Created: 2016-10-24 Updated: 2016-10-25 Resolved: 2016-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Sergei Petrunia [ 2016-10-24 ] | |
|
.. and the reason of this is that in MariaDB, the function
stores the NULL-indicator byte for the field. In MySQL, it does not. We store NULL-indicator bytes twice and screw up the comparison. | |
| Comment by Sergei Petrunia [ 2016-10-24 ] | |
|
Commit in MariaDB that introduced the change: | |
| Comment by Sergei Petrunia [ 2016-10-25 ] | |
|
Fix pushed into MariaRocks tree. |