File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
- Copyright (c) 2016, 2021 , MariaDB Corporation.
4
+ Copyright (c) 2016, 2022 , MariaDB Corporation.
5
5
6
6
This program is free software; you can redistribute it and/or modify it under
7
7
the terms of the GNU General Public License as published by the Free Software
@@ -3194,9 +3194,6 @@ row_ins_clust_index_entry(
3194
3194
? BTR_NO_LOCKING_FLAG : 0 ;
3195
3195
const ulint orig_n_fields = entry->n_fields ;
3196
3196
3197
- /* Try first optimistic descent to the B-tree */
3198
- log_free_check ();
3199
-
3200
3197
/* For intermediate table during copy alter table,
3201
3198
skip the undo log and record lock checking for
3202
3199
insertion operation.
You can’t perform that action at this time.
0 commit comments