unknown
f65e5841d7
Fix for MDEV-3948, and backport of the following collection of fixes and backports
...
from MariaDB 10.0.
The bug in mdev-3948 was an instance of the problem fixed by Sergey's patch
in 10.0 - namely that the range optimizer could change table->[read | write]_set,
and not restore it.
revno: 3471
committer: Sergey Petrunya <psergey@askmonty.org >
branch nick: 10.0-serg-fix-imerge
timestamp: Sat 2012-11-03 12:24:36 +0400
message:
# MDEV-3817: Wrong result with index_merge+index_merge_intersection, InnoDB table, join, AND and OR conditions
Reconcile the fixes from:
#
# guilhem.bichot@oracle.com-20110805143029-ywrzuz15uzgontr0
# Fix for BUG#12698916 - "JOIN QUERY GIVES WRONG RESULT AT 2ND EXEC. OR
# AFTER FLUSH TABLES [-INT VS NULL]"
#
# guilhem.bichot@oracle.com-20111209150650-tzx3ldzxe1yfwji6
# Fix for BUG#12912171 - ASSERTION FAILED: QUICK->HEAD->READ_SET == SAVE_READ_SET
# and
#
and related fixes from: BUG#1006164, MDEV-376:
Now, ROR-merged QUICK_RANGE_SELECT objects make no assumptions about the values
of table->read_set and table->write_set.
Each QUICK_ROR_SELECT has (and had before) its own column bitmap, but now, all
QUICK_ROR_SELECT's functions that care: reset(), init_ror_merged_scan(), and
get_next() will set table->read_set when invoked and restore it back to what
it was before the call before they return.
This allows to avoid the mess when somebody else modifies table->read_set for
some reason.
2013-01-28 15:13:39 +02:00
..
2012-05-03 02:47:06 +02:00
2012-08-29 17:55:59 +02:00
2013-01-18 19:04:51 +01:00
2011-11-10 17:18:41 +05:30
2012-04-11 15:53:17 +05:30
2011-12-12 23:58:40 +01:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-03-09 08:06:59 +01:00
2012-03-28 12:22:31 +04:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2012-04-21 05:23:09 +05:30
2012-02-14 08:11:28 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:18:50 +01:00
2012-08-27 18:13:17 +02:00
2012-05-21 15:30:25 +02:00
2013-01-25 00:20:53 +01:00
2011-12-12 23:58:40 +01:00
2012-09-18 15:14:19 +03:00
2012-08-24 13:57:39 +02:00
2012-01-13 15:50:02 +01:00
2012-06-10 14:12:50 +04:00
2011-12-12 23:58:40 +01:00
2012-09-11 16:29:51 +02:00
2011-12-15 22:07:58 +01:00
2013-01-10 23:40:18 +02:00
2012-06-01 09:31:24 +02:00
2012-12-17 22:34:56 +02:00
2012-08-09 17:22:00 +02:00
2011-11-27 17:46:20 +01:00
2011-10-19 21:45:18 +02:00
2012-08-09 17:22:00 +02:00
2011-12-12 23:58:40 +01:00
2012-08-09 17:22:00 +02:00
2012-03-06 20:46:07 +01:00
2012-02-29 21:55:04 +01:00
2013-01-15 19:07:46 +01:00
2013-01-07 20:21:05 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2013-01-07 20:21:05 +01:00
2012-02-29 21:55:04 +01:00
2012-08-09 18:25:47 +02:00
2011-10-19 21:45:18 +02:00
2013-01-08 21:23:03 +01:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2012-04-19 04:02:28 +02:00
2012-01-13 15:50:02 +01:00
2011-12-12 23:58:40 +01:00
2012-11-22 10:19:31 +01:00
2013-01-15 19:07:46 +01:00
2012-01-13 15:50:02 +01:00
2013-01-28 13:36:05 +01:00
2011-12-15 22:07:58 +01:00
2011-12-12 23:58:40 +01:00
2012-01-13 15:50:02 +01:00
2012-03-23 20:49:47 +01:00
2012-08-31 14:15:52 +02:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2012-08-28 16:03:22 +04:00
2013-01-25 11:24:42 +01:00
2012-09-09 01:22:06 +03:00
2012-04-10 08:28:13 +02:00
2012-05-08 14:27:44 +02:00
2011-12-12 23:58:40 +01:00
2012-01-13 15:50:02 +01:00
2011-12-20 00:55:32 +04:00
2011-12-30 11:34:29 +01:00
2012-05-21 20:54:41 +02:00
2012-08-24 14:02:32 +02:00
2011-10-19 21:45:18 +02:00
2012-01-02 21:31:17 +01:00
2013-01-08 21:21:28 +01:00
2012-08-27 18:13:17 +02:00
2012-08-22 16:45:25 +02:00
2012-05-21 20:54:41 +02:00
2012-06-23 20:12:54 +04:00
2011-12-12 23:58:40 +01:00
2013-01-22 13:29:59 +02:00
2011-12-15 00:21:15 -08:00
2012-02-29 21:55:04 +01:00
2011-10-19 21:45:18 +02:00
2013-01-28 09:12:23 +01:00
2012-06-20 15:01:28 +04:00
2012-08-24 14:02:32 +02:00
2013-01-15 19:07:46 +01:00
2013-01-20 14:06:33 +01:00
2012-05-04 07:16:38 +02:00
2012-05-29 09:59:25 +05:00
2012-05-29 09:59:25 +05:00
2012-09-06 00:14:33 +03:00
2011-12-12 23:58:40 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2012-12-04 17:08:02 +01:00
2012-01-13 15:50:02 +01:00
2013-01-14 15:05:05 +02:00
2013-01-15 19:07:46 +01:00
2011-10-19 16:07:14 +04:00
2013-01-28 13:36:05 +01:00
2012-02-15 18:08:08 +01:00
2013-01-18 19:04:23 +01:00
2011-10-25 12:53:40 +02:00
2012-03-01 14:22:22 -08:00
2012-04-11 15:53:17 +05:30
2012-05-02 15:22:47 +02:00
2012-02-29 21:55:04 +01:00
2012-02-29 21:55:04 +01:00
2012-09-10 17:26:54 +03:00
2012-09-10 17:26:54 +03:00
2013-01-21 10:52:39 +01:00
2012-11-09 12:54:48 +02:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2012-01-31 17:12:44 +01:00
2012-12-18 12:44:15 +02:00
2012-01-02 06:25:48 +00:00
2012-02-06 18:42:18 +01:00
2012-02-07 16:22:36 +01:00
2011-10-22 07:19:43 -07:00
2012-12-04 16:06:07 -08:00
2012-04-17 20:25:03 +02:00
2012-06-06 16:19:48 +03:00
2012-03-01 17:04:57 +01:00
2013-01-28 15:13:39 +02:00
2011-12-15 22:07:58 +01:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-10-18 23:33:06 +02:00
2011-12-15 14:26:59 -08:00
2011-12-15 14:26:59 -08:00
2011-11-27 17:46:20 +01:00
2012-03-01 14:22:22 -08:00
2013-01-17 13:53:15 +02:00
2013-01-17 13:53:15 +02:00
2012-03-24 18:21:22 +01:00
2012-02-21 20:51:56 +01:00
2012-08-28 16:03:22 +04:00
2012-01-24 19:18:22 +01:00
2012-09-05 18:23:51 +03:00
2012-10-25 15:50:10 +03:00
2013-01-15 19:07:46 +01:00
2012-02-24 14:37:00 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2012-10-16 13:04:42 +02:00
2011-12-15 22:07:58 +01:00
2011-10-19 21:45:18 +02:00
2013-01-15 19:16:18 +01:00
2012-06-17 16:09:16 +02:00
2012-07-31 18:32:46 +02:00
2012-02-23 09:18:48 +01:00
2012-01-05 00:02:57 +01:00
2011-12-16 12:17:13 +04:00
2011-10-19 21:45:18 +02:00
2012-09-18 15:14:19 +03:00
2011-11-22 18:04:38 +01:00
2012-03-28 01:04:46 +02:00
2011-12-30 11:22:27 +01:00
2011-12-15 22:07:58 +01:00
2012-02-22 17:38:24 +04:00
2012-06-06 16:19:48 +03:00
2012-09-18 15:14:19 +03:00
2012-02-28 23:18:52 +02:00
2012-04-05 23:07:18 +02:00
2012-01-24 11:08:57 -05:00
2012-01-16 20:16:35 +01:00
2013-01-15 19:07:46 +01:00
2012-08-24 15:29:01 +02:00
2012-09-22 18:07:04 +05:30
2012-02-20 17:49:21 +02:00
2012-10-01 16:11:46 +02:00
2012-10-18 23:33:06 +02:00
2012-08-22 16:45:25 +02:00
2012-07-25 10:48:16 +05:30
2012-05-21 15:30:25 +02:00
2012-06-01 17:53:59 +02:00
2012-05-15 19:35:57 +02:00
2013-01-25 11:24:42 +01:00
2012-01-13 15:50:02 +01:00
2012-06-20 13:41:31 +04:00
2012-01-06 12:43:18 +01:00
2012-09-18 15:14:19 +03:00
2011-11-27 17:46:20 +01:00
2011-12-12 23:58:40 +01:00
2012-12-01 18:01:59 +01:00
2012-11-19 19:29:27 -08:00
2012-10-16 10:35:05 +02:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2011-12-12 23:58:40 +01:00
2012-01-20 14:19:39 +01:00
2012-07-13 22:17:32 +03:00
2012-07-13 22:17:32 +03:00
2012-07-13 22:17:32 +03:00
2011-10-19 21:45:18 +02:00
2011-12-15 22:07:58 +01:00
2011-12-12 23:58:40 +01:00
2012-03-28 01:04:46 +02:00
2012-01-16 20:16:35 +01:00
2011-10-19 21:45:18 +02:00
2013-01-28 15:13:39 +02:00
2012-02-14 16:06:41 +01:00
2011-12-12 23:58:40 +01:00
2012-08-31 13:03:41 +02:00
2011-12-15 22:07:58 +01:00
2012-11-22 10:19:31 +01:00
2011-12-12 23:58:40 +01:00
2013-01-15 19:13:32 +01:00
2012-04-17 20:28:21 +02:00
2012-03-05 21:48:06 +01:00
2013-01-18 19:04:23 +01:00
2012-01-24 01:59:03 +01:00
2012-04-18 20:48:14 +02:00
2012-10-11 12:09:21 +03:00
2012-03-09 08:06:59 +01:00
2012-03-09 08:06:59 +01:00
2012-03-09 08:06:59 +01:00
2012-03-09 08:06:59 +01:00
2012-02-01 15:48:02 -08:00
2011-12-12 23:58:40 +01:00
2012-08-27 18:13:17 +02:00
2011-12-11 11:34:44 +02:00
2011-10-19 21:45:18 +02:00
2012-04-19 17:00:13 +03:00
2013-01-28 15:13:39 +02:00
2012-11-22 10:19:31 +01:00
2012-11-22 10:19:31 +01:00
2012-11-22 10:19:31 +01:00
2013-01-28 15:13:39 +02:00
2012-06-04 17:39:28 +02:00
2012-06-04 17:39:28 +02:00
2011-12-12 23:58:40 +01:00
2012-09-18 15:14:19 +03:00
2011-11-23 10:25:27 +02:00
2012-06-15 13:08:10 +03:00
2011-12-30 11:22:27 +01:00
2011-12-15 22:07:58 +01:00
2012-10-18 23:33:06 +02:00
2012-10-18 23:33:06 +02:00
2011-12-11 11:34:44 +02:00
2012-10-18 23:33:06 +02:00
2012-01-13 15:50:02 +01:00
2013-01-15 19:13:32 +01:00
2011-12-12 23:58:40 +01:00
2012-02-15 18:08:08 +01:00
2011-12-12 23:58:40 +01:00
2013-01-15 19:13:32 +01:00
2012-03-28 13:35:08 +05:30
2012-04-10 08:28:13 +02:00
2011-12-12 23:58:40 +01:00
2011-12-15 22:07:58 +01:00
2011-10-19 21:45:18 +02:00
2011-12-12 23:58:40 +01:00
2011-10-19 21:45:18 +02:00
2013-01-23 15:18:05 -08:00
2012-02-29 12:23:15 +05:30
2012-01-13 15:50:02 +01:00
2012-01-13 15:50:02 +01:00
2012-04-17 20:25:03 +02:00
2012-04-17 20:25:03 +02:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-09-18 15:14:19 +03:00
2012-04-07 15:58:46 +02:00
2012-11-04 19:09:46 +04:00
2012-10-25 15:50:10 +03:00
2012-10-25 15:50:10 +03:00
2013-01-23 15:18:05 -08:00
2012-05-17 13:46:05 +03:00
2011-12-15 22:07:58 +01:00
2012-05-30 00:18:53 +03:00
2012-01-13 15:50:02 +01:00
2013-01-23 15:18:05 -08:00
2012-08-21 15:24:43 +03:00
2012-05-30 00:18:53 +03:00
2012-07-25 20:41:48 +04:00
2012-11-22 10:19:31 +01:00
2012-11-22 10:19:31 +01:00
2012-11-22 10:19:31 +01:00
2012-11-22 10:19:31 +01:00
2011-12-12 23:58:40 +01:00
2011-11-02 13:48:41 +04:00
2012-06-05 17:25:10 +03:00
2012-04-07 15:58:46 +02:00
2012-04-07 15:58:46 +02:00
2012-04-07 15:58:46 +02:00
2012-04-07 15:58:46 +02:00
2011-11-12 20:50:11 +02:00
2013-01-28 13:36:05 +01:00
2012-06-19 15:06:45 +03:00
2012-04-02 21:41:54 +04:00
2013-01-28 13:36:05 +01:00
2012-11-22 10:19:31 +01:00
2013-01-21 11:47:45 -08:00
2011-12-28 18:47:01 -08:00
2012-02-06 18:42:18 +01:00
2012-02-06 18:42:18 +01:00
2012-02-06 18:42:18 +01:00
2012-02-06 18:42:18 +01:00
2011-11-22 18:04:38 +01:00
2012-05-21 20:54:41 +02:00
2011-12-12 23:58:40 +01:00
2012-09-18 15:14:19 +03:00
2012-02-07 16:22:36 +01:00
2011-10-19 21:45:18 +02:00
2012-08-22 16:45:25 +02:00
2012-08-31 13:03:41 +02:00
2011-11-03 19:17:05 +01:00
2012-01-13 15:50:02 +01:00
2011-12-12 23:58:40 +01:00
2011-12-11 11:34:44 +02:00
2012-01-13 15:50:02 +01:00
2011-11-03 19:17:05 +01:00
2011-10-19 21:45:18 +02:00
2011-11-03 19:17:05 +01:00
2012-02-24 14:37:00 +01:00
2011-10-19 21:45:18 +02:00
2013-01-23 15:18:05 -08:00
2011-12-12 23:58:40 +01:00
2012-06-08 22:15:49 -07:00
2012-04-26 19:21:37 +02:00
2013-01-28 15:13:39 +02:00
2011-11-22 18:04:38 +01:00
2012-09-22 18:07:04 +05:30
2012-11-22 10:19:31 +01:00
2011-12-12 23:58:40 +01:00
2012-01-13 15:50:02 +01:00
2012-10-16 13:04:42 +02:00
2012-01-13 15:50:02 +01:00
2013-01-15 19:07:46 +01:00
2011-12-15 22:07:58 +01:00
2011-12-12 23:58:40 +01:00
2012-04-10 08:28:13 +02:00
2011-11-03 19:17:05 +01:00
2012-09-18 15:14:19 +03:00