unknown
be382b4220
Fix for segmentation fault when updating a record having a small
...
BLOB whose size didn't change. Fix for probably impossible problem
in Recovery.
mysql-test/r/maria.result:
result for new test
mysql-test/t/maria.test:
testcase for a bug (used to segfault)
storage/maria/ma_blockrec.c:
When writing a record, we put BLOBs into the head part if there is
room for them. "Is there room" was first decided by
!(tmp_data + length > end_of_data) (line 1894)
but then was tested again as
*blob_lengths < (ulong)(end_of_data - data). We see that in case of
equality, the first condition was true but the second was not,
so it was inconsistent and crashed later.
storage/maria/ma_recovery.c:
When wondering if recovery should update the state (like state.records):
if table was closed, its is_of_horizon was set to X, then
table was reopened and a REDO was written. If this REDO had LSN
X (as horizon is just a lower bound of the LSN of the next record),
we have to apply it. In practice this equality probably could not
happen because of LOGREC_FILE_ID would be written before the REDO.
2007-09-20 10:31:25 +02:00
..
2007-05-19 10:49:56 +04:00
2007-08-06 20:17:38 +02:00
2007-06-24 19:44:54 +05:00
2007-06-28 12:13:57 +05:00
2007-06-06 10:57:07 -07:00
2007-06-07 14:33:45 +02:00
2007-07-01 11:56:01 +02:00
2007-06-25 22:44:22 -07:00
2007-06-21 22:10:40 +02:00
2007-06-07 20:25:22 +02:00
2007-06-28 00:52:05 +02:00
2007-05-04 16:10:09 +02:00
2007-06-09 08:29:51 +02:00
2007-05-04 16:10:09 +02:00
2007-06-14 20:33:57 +05:00
2007-06-19 11:09:22 +02:00
2007-05-29 11:16:30 +02:00
2007-05-27 22:20:01 +02:00
2007-04-09 17:53:10 +05:00
2007-06-12 15:23:58 -06:00
2007-04-03 14:24:35 +05:00
2007-04-03 11:36:33 +02:00
2007-06-06 10:57:07 -07:00
2007-05-23 15:26:16 +04:00
2007-06-30 20:49:28 -07:00
2007-06-22 23:14:59 +05:00
2007-06-07 13:16:49 +05:00
2007-06-29 22:13:33 +04:00
2007-05-30 15:23:47 +05:00
2007-06-07 17:55:55 +05:00
2007-06-07 17:55:55 +05:00
2007-06-28 13:34:44 +05:00
2007-06-22 17:28:26 +05:00
2007-06-22 17:18:40 +05:00
2007-05-30 12:30:15 +05:00
2007-06-30 20:49:28 -07:00
2007-06-07 19:20:49 +02:00
2007-06-29 16:52:05 +04:00
2007-06-29 16:52:05 +04:00
2007-08-09 15:00:32 +02:00
2007-07-07 22:13:36 +03:00
2007-04-10 16:55:48 +03:00
2007-06-07 00:59:08 -07:00
2007-06-11 17:02:16 +04:00
2007-06-18 16:35:01 +03:00
2007-07-01 11:00:29 -07:00
2007-05-26 16:36:38 +02:00
2007-06-27 17:49:12 +03:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-06-14 13:51:35 +04:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-06-28 21:34:54 +04:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-04-17 14:41:16 +03:00
2007-05-04 16:10:09 +02:00
2007-06-30 13:17:49 +02:00
2007-04-04 15:40:40 +02:00
2007-06-15 01:57:33 +02:00
2007-06-17 09:56:33 +05:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-04-02 17:26:39 +05:00
2007-04-18 13:27:04 +05:00
2007-05-30 00:33:12 +04:00
2007-05-22 14:48:49 +02:00
2007-05-18 20:00:49 +05:00
2007-06-13 14:16:39 +05:00
2007-04-28 20:04:03 +04:00
2007-06-05 01:15:07 +02:00
2007-05-16 10:44:59 +02:00
2007-06-18 17:08:56 +05:00
2007-06-11 00:16:00 +04:00
2007-06-11 17:14:16 +04:00
2007-05-24 22:13:49 +02:00
2007-05-24 22:13:49 +02:00
2007-06-26 13:15:43 +02:00
2007-06-15 11:15:22 -06:00
2007-06-12 15:10:33 +03:00
2007-06-24 19:06:09 -07:00
2007-06-06 10:57:07 -07:00
2007-06-06 10:57:07 -07:00
2007-06-06 10:57:07 -07:00
2007-06-28 21:34:54 +04:00
2007-06-25 10:44:52 +03:00
2007-07-02 13:42:39 +02:00
2007-06-24 03:35:27 +05:00
2007-06-15 01:57:33 +02:00
2007-05-16 10:21:39 +04:00
2007-06-06 10:57:07 -07:00
2007-06-20 19:05:38 +04:00
2007-05-31 20:04:54 +02:00
2007-06-06 10:57:07 -07:00
2007-06-21 22:08:14 -04:00
2007-05-18 12:08:07 +05:00
2007-06-27 13:32:25 +02:00
2007-05-09 12:55:05 +02:00
2007-04-04 21:40:47 +02:00
2007-04-04 21:40:47 +02:00
2007-06-13 22:05:22 -06:00
2007-06-11 23:06:20 +04:00
2007-06-11 23:06:20 +04:00
2007-06-11 23:06:20 +04:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-06-19 16:01:04 +02:00
2007-07-26 17:51:49 +02:00
2007-09-20 10:31:25 +02:00
2007-08-09 15:00:32 +02:00
2007-06-20 14:21:48 +05:00
2007-06-21 20:55:37 +02:00
2007-05-04 16:10:09 +02:00
2007-04-16 17:08:29 +03:00
2007-06-06 10:57:07 -07:00
2007-05-19 18:15:08 +02:00
2007-06-01 17:50:24 +04:00
2007-06-07 19:19:29 +02:00
2007-06-07 19:19:29 +02:00
2007-06-24 03:35:27 +05:00
2007-08-07 18:23:49 +02:00
2007-06-19 11:34:54 +02:00
2007-06-30 11:42:41 +02:00
2007-06-30 11:42:41 +02:00
2007-06-30 11:42:41 +02:00
2007-06-27 13:32:25 +02:00
2007-06-30 11:42:41 +02:00
2007-06-27 13:32:25 +02:00
2007-06-20 11:38:51 +02:00
2007-06-27 13:32:25 +02:00
2007-06-30 11:42:41 +02:00
2007-04-18 23:08:56 +02:00
2007-06-28 07:06:25 +02:00
2007-04-19 06:24:36 +02:00
2007-06-30 11:42:41 +02:00
2007-06-30 11:42:41 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-30 11:42:41 +02:00
2007-06-30 11:42:41 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-04-30 11:43:50 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-07-06 09:03:50 -07:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-04-29 18:32:59 -07:00
2007-04-11 23:43:58 +02:00
2007-06-01 17:50:24 +04:00
2007-05-17 14:21:35 -06:00
2007-06-26 13:15:43 +02:00
2007-06-13 12:28:35 +02:00
2007-04-15 15:47:27 +02:00
2007-04-25 20:21:55 +02:00
2007-04-25 22:55:19 +02:00
2007-04-25 22:55:19 +02:00
2007-04-23 13:50:34 -04:00
2007-06-25 14:28:30 +05:00
2007-05-18 16:23:46 +05:00
2007-05-21 17:48:29 +05:00
2007-06-22 15:23:51 +02:00
2007-06-27 13:32:25 +02:00
2007-06-07 19:48:34 +02:00
2007-08-08 17:56:15 +02:00
2007-04-05 14:38:05 +03:00
2007-05-24 22:13:49 +02:00
2007-05-24 22:13:49 +02:00
2007-08-08 17:56:15 +02:00
2007-06-06 10:57:07 -07:00
2007-06-01 17:49:01 +04:00
2007-06-07 19:18:01 +02:00
2007-06-18 09:42:22 +02:00
2007-05-04 16:10:09 +02:00
2007-06-24 03:35:27 +05:00
2007-06-18 15:36:10 +02:00
2007-06-13 05:52:43 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-13 05:52:43 +02:00
2007-06-11 22:15:39 +02:00
2007-06-06 10:57:07 -07:00
2007-06-13 16:24:21 -04:00
2007-06-09 08:29:51 +02:00
2007-06-21 16:55:52 +02:00
2007-04-03 11:36:33 +02:00
2007-05-30 11:55:56 +02:00
2007-06-20 09:54:42 +03:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-08-08 17:56:15 +02:00
2007-06-04 14:45:36 +04:00
2007-06-04 14:45:36 +04:00
2007-06-05 23:59:05 +04:00
2007-06-13 19:52:42 +02:00
2007-06-09 07:19:37 +02:00
2007-06-13 15:16:33 +02:00
2007-06-01 18:04:25 +04:00
2007-04-16 17:08:29 +03:00
2007-06-21 22:10:40 +02:00
2007-04-16 17:08:29 +03:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 23:55:48 +02:00
2007-06-18 23:55:48 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-27 22:23:44 +02:00
2007-06-30 18:02:54 +10:00
2007-06-30 11:42:41 +02:00
2007-06-21 22:00:40 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 23:55:48 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 23:55:48 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 23:55:48 +02:00
2007-04-28 10:32:14 +08:00
2007-06-18 15:36:10 +02:00
2007-06-27 22:23:44 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-21 21:58:59 +02:00
2007-06-27 11:31:07 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-04-28 10:32:14 +08:00
2007-06-18 15:36:10 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-21 21:58:59 +02:00
2007-06-27 13:32:25 +02:00
2007-06-18 23:55:48 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-01 13:50:59 +02:00
2007-06-27 09:58:58 +05:00
2007-06-09 08:29:51 +02:00
2007-05-04 16:10:09 +02:00
2007-06-11 22:15:39 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-11 22:15:39 +02:00
2007-06-18 09:42:22 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-06-19 11:09:22 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-05-04 16:10:09 +02:00
2007-06-06 10:57:07 -07:00
2007-09-12 15:10:41 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 09:42:22 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-05-28 09:25:40 +02:00
2007-04-16 17:08:29 +03:00
2007-04-16 17:08:29 +03:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-06-18 15:36:10 +02:00
2007-06-18 15:36:10 +02:00
2007-04-16 17:08:29 +03:00
2007-06-21 22:10:40 +02:00
2007-06-18 15:36:10 +02:00
2007-06-11 22:15:39 +02:00
2007-06-11 22:15:39 +02:00
2007-06-07 19:20:49 +02:00
2007-06-22 09:33:03 +05:00
2007-06-13 15:16:33 +02:00
2007-06-11 22:15:39 +02:00
2007-06-06 10:57:07 -07:00
2007-06-11 22:15:39 +02:00
2007-06-21 22:10:40 +02:00
2007-05-04 16:10:09 +02:00
2007-08-08 17:56:15 +02:00
2007-06-18 15:36:10 +02:00
2007-06-21 22:10:40 +02:00
2007-08-08 17:56:15 +02:00
2007-06-18 15:36:10 +02:00
2007-05-21 11:34:39 +05:00
2007-05-21 11:34:39 +05:00
2007-05-25 17:24:45 +05:00
2007-05-31 21:11:01 +05:00
2007-04-11 15:12:49 -07:00
2007-07-02 01:55:01 +04:00
2007-06-07 19:18:01 +02:00
2007-06-15 01:57:33 +02:00
2007-06-07 22:24:25 +02:00
2007-06-28 21:34:54 +04:00
2007-06-22 11:55:48 +02:00
2007-06-22 15:39:34 +02:00
2007-05-18 12:29:06 +04:00
2007-05-18 14:29:24 +02:00
2007-06-28 21:34:54 +04:00
2007-04-27 01:12:09 +03:00
2007-06-27 13:32:25 +02:00
2007-06-02 00:57:25 +02:00
2007-06-03 22:52:02 -07:00
2007-06-06 18:55:21 +05:00
2007-08-08 17:56:15 +02:00
2007-04-25 20:21:55 +02:00
2007-04-04 15:43:03 +02:00
2007-04-04 15:43:03 +02:00
2007-05-19 18:55:38 +02:00
2007-05-19 18:55:38 +02:00
2007-06-06 10:57:07 -07:00
2007-06-15 11:36:31 -06:00
2007-04-17 12:32:01 +02:00
2007-06-06 10:57:07 -07:00
2007-06-06 10:57:07 -07:00
2007-06-06 10:57:07 -07:00
2007-06-06 10:57:07 -07:00
2007-05-18 12:44:03 +02:00
2007-06-11 00:16:00 +04:00
2007-06-13 09:32:36 -07:00
2007-06-30 22:50:14 -07:00
2007-05-28 12:44:59 +04:00
2007-05-21 22:28:50 +05:00
2007-04-02 15:01:19 +05:00
2007-06-06 10:57:07 -07:00
2007-05-18 16:23:46 +05:00
2007-06-18 20:01:04 -04:00
2007-04-23 18:22:33 +04:00
2007-06-07 19:19:29 +02:00
2007-06-03 14:46:09 +04:00
2007-06-12 15:23:58 -06:00
2007-04-12 18:03:26 -04:00
2007-06-06 15:59:20 +05:00
2007-06-28 21:34:54 +04:00
2007-05-04 16:10:09 +02:00
2007-04-29 18:52:14 +05:00
2007-05-23 12:34:47 +05:00