unknown
b5c0cf454d
BUG#32772: partition crash 1: enum column
...
The bug was that for ordered index scans, ha_partition::index_init() did
not put index columns into table->read_set if the underlying storage
engine did not have HA_PARTIAL_COLUMN_READ flag.
This was causing assertion failure when handle_ordered_index_scan() tried
to sort the records according to index order.
Fixed by making ha_partition::index_init() put index columns into table->read_set
for all ordered scans.
mysql-test/r/partition.result:
BUG#32772: partition crash 1: enum column
- Testcase
mysql-test/t/partition.test:
BUG#32772: partition crash 1: enum column
- Testcase
sql/ha_partition.cc:
BUG#32772: partition crash 1: enum column
- Make ha_partition::index_init() include index columns in the read_set
whenever an ordered scan is initialized, no matter if
HA_PARTIAL_COLUMN_READ is set or not.
2007-11-28 03:02:05 +03:00
..
2007-11-12 13:00:22 +04:00
2007-09-20 16:27:58 +05:00
2007-05-30 20:25:16 +04:00
2007-05-29 15:58:18 +03:00
2007-06-24 19:44:54 +05:00
2007-10-28 01:27:47 +05:00
2007-05-30 17:04:04 +05:00
2007-06-26 13:15:43 +02:00
2007-06-16 22:40:25 +05:00
2007-06-30 20:49:28 -07:00
2007-06-14 13:33:31 +02:00
2007-10-27 01:40:48 +05:00
2007-11-10 03:11:18 +01:00
2007-10-17 16:43:30 -03:00
2007-07-19 15:54:31 +05:00
2007-08-30 12:57:05 -06:00
2007-10-05 17:28:34 +03:00
2007-07-13 13:56:22 +03:00
2007-10-23 19:08:21 +05:00
2007-10-25 17:23:12 -07:00
2007-08-07 05:35:20 -04:00
2007-10-04 12:09:22 +05:00
2007-09-20 14:10:05 +05:00
2007-08-13 16:11:25 +03:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-07-04 16:34:47 +05:00
2007-06-07 17:55:55 +05:00
2007-09-20 14:10:05 +05:00
2007-10-04 12:09:22 +05:00
2007-06-22 17:40:02 +05:00
2007-10-31 13:13:20 +01:00
2007-05-30 12:30:15 +05:00
2007-10-16 14:10:07 +05:00
2007-09-24 17:23:40 +04:00
2007-09-28 16:02:43 +05:00
2007-09-28 16:02:43 +05:00
2007-08-27 10:19:58 -03:00
2007-09-20 14:10:05 +05:00
2007-09-10 11:38:23 +02:00
2007-10-22 16:10:08 +04:00
2007-10-18 15:57:59 +03:00
2007-08-28 18:01:29 +02:00
2007-11-26 12:56:31 +04:00
2007-08-02 12:45:56 -07:00
2007-06-11 17:02:16 +04:00
2007-06-18 16:35:01 +03:00
2007-11-14 17:30:16 +04:00
2007-06-28 21:34:54 +04:00
2007-09-05 12:14:43 -06:00
2007-05-29 12:44:44 +02:00
2007-10-27 01:40:48 +05:00
2007-08-31 08:49:49 -06:00
2007-11-16 14:00:57 +03:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-11-01 12:30:03 -07:00
2007-08-08 11:36:55 +04:00
2007-06-17 09:56:33 +05:00
2007-07-06 11:35:10 -07:00
2007-07-13 03:29:25 +05:00
2007-11-02 13:20:38 +04:00
2007-05-30 00:33:12 +04:00
2007-10-29 14:53:42 +04:00
2007-05-29 15:58:18 +03:00
2007-11-01 18:49:45 +02:00
2007-09-26 12:45:08 +02:00
2007-10-04 14:23:55 +05:00
2007-10-09 11:37:46 +02:00
2007-10-12 14:14:27 +03:00
2007-10-23 19:08:21 +05:00
2007-11-05 18:43:13 +04:00
2007-10-09 15:00:06 +02:00
2007-10-23 11:44:14 +03:00
2007-11-24 15:02:23 +04:00
2007-09-27 12:32:59 +03:00
2007-09-20 18:10:35 +02:00
2007-11-13 13:24:48 +00:00
2007-05-29 15:58:18 +03:00
2007-11-10 22:27:34 +03:00
2007-11-26 13:33:36 +02:00
2007-11-01 18:52:56 -02:00
2007-11-01 18:52:56 -02:00
2007-07-23 23:35:43 -07:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-07 20:25:22 +02:00
2007-06-28 21:34:54 +04:00
2007-07-26 01:23:39 +05:00
2007-10-19 13:06:37 -07:00
2007-05-31 16:04:58 +04:00
2007-11-06 15:29:55 +02:00
2007-10-26 10:24:31 +02:00
2007-06-06 17:47:02 +05:00
2007-11-13 13:29:42 +00:00
2007-10-23 14:26:57 +03:00
2007-11-12 21:09:48 +01:00
2007-07-10 05:37:43 -06:00
2007-08-27 18:41:29 -06:00
2007-09-06 13:22:34 -03:00
2007-09-24 17:23:40 +04:00
2007-09-06 13:22:34 -03:00
2007-05-30 17:04:04 +05:00
2007-07-13 19:36:10 +05:00
2007-10-05 17:28:34 +03:00
2007-06-06 04:42:41 +05:00
2007-05-29 15:58:18 +03:00
2007-11-05 13:19:56 +02:00
2007-06-21 22:08:14 -04:00
2007-07-07 20:14:06 +05:00
2007-08-17 11:34:12 -03:00
2007-08-02 13:59:02 +04:00
2007-10-25 14:03:24 +04:00
2007-11-15 12:31:40 +01:00
2007-06-11 23:06:20 +04:00
2007-07-18 13:55:50 +05:00
2007-11-13 19:32:12 +02:00
2007-11-26 20:15:30 +03:00
2007-11-13 13:24:48 +00:00
2007-06-21 20:55:37 +02:00
2007-11-26 20:15:30 +03:00
2007-11-02 16:40:08 +03:00
2007-08-27 11:27:03 +02:00
2007-09-20 14:10:05 +05:00
2007-08-08 12:21:04 -04:00
2007-11-12 11:29:55 +01:00
2007-08-31 16:59:07 +05:00
2007-07-27 21:30:43 +04:00
2007-11-02 12:24:45 +04:00
2007-09-27 13:15:15 +05:00
2007-10-16 12:29:22 -03:00
2007-10-24 12:49:58 +05:00
2007-05-30 17:04:04 +05:00
2007-10-11 23:09:08 +05:00
2007-10-04 14:23:55 +05:00
2007-07-27 21:30:43 +04:00
2007-09-28 09:36:05 +02:00
2007-11-20 20:15:20 +04:00
2007-08-28 11:16:03 -06:00
2007-08-09 17:31:00 -06:00
2007-10-22 20:10:51 +02:00
2007-10-22 20:10:51 +02:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-10-22 20:10:51 +02:00
2007-11-12 14:51:14 +01:00
2007-11-10 13:09:18 +01:00
2007-11-11 20:38:28 +01:00
2007-11-13 09:41:59 +04:00
2007-11-13 11:12:53 +01:00
2007-09-14 14:25:45 +04:00
2007-11-20 05:02:49 +03:00
2007-11-12 13:23:45 +01:00
2007-11-28 03:02:05 +03:00
2007-11-14 13:48:21 +04:00
2007-06-06 04:42:41 +05:00
2007-09-20 14:10:05 +05:00
2007-11-23 14:41:47 +02:00
2007-11-23 14:41:47 +02:00
2007-11-23 14:41:47 +02:00
2007-11-23 14:41:47 +02:00
2007-11-02 14:47:18 +03:00
2007-10-16 14:42:42 +02:00
2007-08-31 20:42:14 +04:00
2007-08-31 20:42:14 +04:00
2007-08-21 13:43:09 +02:00
2007-10-23 19:28:47 +05:00
2007-05-29 15:58:18 +03:00
2007-08-02 18:42:56 +04:00
2007-09-10 16:10:37 -06:00
2007-10-17 10:38:26 +04:00
2007-05-29 15:58:18 +03:00
2007-07-27 14:38:36 -04:00
2007-07-27 23:11:36 -04:00
2007-07-27 23:11:36 -04:00
2007-08-02 12:45:56 -07:00
2007-11-18 16:54:47 +04:00
2007-10-24 12:49:58 +05:00
2007-11-13 13:24:48 +00:00
2007-11-09 13:31:48 +03:00
2007-10-27 01:40:48 +05:00
2007-09-05 15:03:02 -03:00
2007-06-07 19:18:01 +02:00
2007-06-26 13:15:43 +02:00
2007-09-10 16:10:37 -06:00
2007-06-28 21:34:54 +04:00
2007-06-22 15:23:51 +02:00
2007-11-01 18:52:56 -02:00
2007-07-27 16:56:29 +02:00
2007-06-28 21:34:54 +04:00
2007-10-28 02:09:24 +04:00
2007-06-28 21:34:54 +04:00
2007-07-17 14:43:56 -04:00
2007-10-05 17:28:34 +03:00
2007-07-12 22:06:33 -04:00
2007-10-05 17:28:34 +03:00
2007-08-29 11:38:05 +03:00
2007-08-31 10:53:51 -06:00
2007-11-21 13:19:50 +02:00
2007-11-26 22:21:46 +03:00
2007-11-26 22:21:46 +03:00
2007-11-12 21:55:53 +04:00
2007-10-19 13:06:37 -07:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-07-12 22:26:41 +04:00
2007-11-01 14:42:14 +02:00
2007-11-23 12:26:19 +02:00
2007-11-23 12:26:19 +02:00
2007-11-15 14:12:59 +02:00
2007-10-23 20:12:50 +05:00
2007-10-29 15:49:56 +04:00
2007-09-20 14:10:05 +05:00
2007-10-15 10:59:01 +02:00
2007-07-07 20:03:00 -07:00
2007-11-13 13:24:48 +00:00
2007-07-18 15:56:29 +03:00
2007-11-13 13:24:48 +00:00
2007-11-27 17:19:51 +02:00
2007-05-29 15:58:18 +03:00
2007-06-12 17:53:16 +05:00
2007-09-10 16:10:37 -06:00
2007-06-03 22:52:02 -07:00
2007-06-12 15:23:58 -06:00
2007-10-29 10:25:48 +03:00
2007-10-04 15:35:45 +05:00
2007-10-10 14:22:21 +05:00
2007-06-26 13:15:43 +02:00
2007-11-18 17:33:12 +04:00
2007-10-27 01:40:48 +05:00