summaryrefslogtreecommitdiff
path: root/storage/myisam/TODO
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@sun.com>2010-06-04 00:45:07 +0100
committerLuis Soares <luis.soares@sun.com>2010-06-04 00:45:07 +0100
commit1b61dcf434a042abaa5f1455351ea3e149177fd1 (patch)
tree3762c2f8113c54210fed10dfd72717143d8347ab /storage/myisam/TODO
parent20fc48fc38f18b3ad246e171224f23562f59a355 (diff)
downloadmariadb-git-1b61dcf434a042abaa5f1455351ea3e149177fd1.tar.gz
BUG#53893: RBR: nullable unique key can lead to out-of-sync slave
Post-push fix. There was a valgrind issue on the loop that checks whether there are NULL fields in the UNIQUE KEY or not. In detail, for the last iteration the server may read out of the key_part array boundaries, making valgrind to output warnings. We fix this by correcting the loop, ie, moving the part that reads from the key_part to be inside the loop statement block. This way the assignment is protected by the loop condition.
Diffstat (limited to 'storage/myisam/TODO')
0 files changed, 0 insertions, 0 deletions