diff options
author | svoj@mysql.com/june.mysql.com <> | 2006-12-26 17:47:30 +0400 |
---|---|---|
committer | svoj@mysql.com/june.mysql.com <> | 2006-12-26 17:47:30 +0400 |
commit | 591712f53fb0c81bbec4a0b2eb087088280c1468 (patch) | |
tree | 813b9c4b985ca4c8ed1a93e881980b0440b781ac /sql/sp.cc | |
parent | ea353c72a661abe725f296166130dedc6be45523 (diff) | |
download | mariadb-git-591712f53fb0c81bbec4a0b2eb087088280c1468.tar.gz |
BUG#25048 - ERROR 126 : Incorrect key file for table '.XXXX.MYI'; try to
repair it
Multi-table delete that is optimized with QUICK_RANGE reports table
corruption.
DELETE statement must not use KEYREAD optimization, and sets
table->no_keyread to 1. This was ignored in QUICK_RANGE optimization.
With this fix QUICK_RANGE optimization honors table->no_keyread
value and does not enable KEYREAD when it is requested.
Diffstat (limited to 'sql/sp.cc')
0 files changed, 0 insertions, 0 deletions