1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89

- Make {ha_myisam,ha_maria}::index_read_idx_map check pushed index condition.
- Address review feedback (added comments)
This commit is contained in:
Sergey Petrunya
2011-07-14 17:44:37 +04:00
parent b1a177e438
commit 2a9c86be26
8 changed files with 122 additions and 2 deletions

View File

@@ -2462,6 +2462,7 @@ private:
*/
virtual int open(const char *name, int mode, uint test_if_locked)=0;
/* Note: ha_index_read_idx_map() may buypass index_init() */
virtual int index_init(uint idx, bool sorted) { return 0; }
virtual int index_end() { return 0; }
/**