|
2 | 2 |
|
3 | 3 | Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
4 | 4 | Copyright (c) 2012, Facebook Inc.
|
5 |
| -Copyright (c) 2013, 2017, MariaDB Corporation. All Rights Reserved. |
| 5 | +Copyright (c) 2013, 2017, MariaDB Corporation. |
6 | 6 |
|
7 | 7 | This program is free software; you can redistribute it and/or modify it under
|
8 | 8 | the terms of the GNU General Public License as published by the Free Software
|
@@ -1331,17 +1331,6 @@ recv_parse_or_apply_log_rec_body(
|
1331 | 1331 | ptr, end_ptr, page, page_zip, index);
|
1332 | 1332 | }
|
1333 | 1333 | break;
|
1334 |
| - case MLOG_COMP_REC_SEC_DELETE_MARK: |
1335 |
| - ut_ad(!page || fil_page_type_is_index(page_type)); |
1336 |
| - /* This log record type is obsolete, but we process it for |
1337 |
| - backward compatibility with MySQL 5.0.3 and 5.0.4. */ |
1338 |
| - ut_a(!page || page_is_comp(page)); |
1339 |
| - ut_a(!page_zip); |
1340 |
| - ptr = mlog_parse_index(ptr, end_ptr, TRUE, &index); |
1341 |
| - if (!ptr) { |
1342 |
| - break; |
1343 |
| - } |
1344 |
| - /* Fall through */ |
1345 | 1334 | case MLOG_REC_SEC_DELETE_MARK:
|
1346 | 1335 | ut_ad(!page || fil_page_type_is_index(page_type));
|
1347 | 1336 | ptr = btr_cur_parse_del_mark_set_sec_rec(ptr, end_ptr,
|
@@ -3701,9 +3690,6 @@ get_mlog_string(mlog_id_t type)
|
3701 | 3690 | case MLOG_COMP_REC_CLUST_DELETE_MARK:
|
3702 | 3691 | return("MLOG_COMP_REC_CLUST_DELETE_MARK");
|
3703 | 3692 |
|
3704 |
| - case MLOG_COMP_REC_SEC_DELETE_MARK: |
3705 |
| - return("MLOG_COMP_REC_SEC_DELETE_MARK"); |
3706 |
| - |
3707 | 3693 | case MLOG_COMP_REC_UPDATE_IN_PLACE:
|
3708 | 3694 | return("MLOG_COMP_REC_UPDATE_IN_PLACE");
|
3709 | 3695 |
|
|
0 commit comments