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 22
33Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved.
44Copyright (c) 2008, Google Inc.
5- Copyright (c) 2017, 2021 , MariaDB Corporation.
5+ Copyright (c) 2017, 2022 , MariaDB Corporation.
66
77Portions of this file contain modifications contributed and copyrighted by
88Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -1123,9 +1123,6 @@ void btr_search_drop_page_hash_index(buf_block_t* block,
11231123rw_lock_t * latch;
11241124
11251125retry:
1126- /* This debug check uses a dirty read that could theoretically cause
1127- false positives while buf_pool_clear_hash_index() is executing. */
1128- assert_block_ahi_valid (block);
11291126ut_ad (!btr_search_own_any (RW_LOCK_S));
11301127ut_ad (!btr_search_own_any (RW_LOCK_X));
11311128
You can’t perform that action at this time.
0 commit comments