Skip to content

Commit 14af3b5

Browse files
author
Jimmy Yang
committed
Bug#21981164 - FAILING ASSERTION: !BITMAP_IS_SET( TABLE->READ_SET, I)
Reviewed-by: Benny Wang <[email protected]>
1 parent 04989d5 commit 14af3b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

storage/innobase/handler/ha_innodb.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6852,11 +6852,6 @@ ha_innobase::build_template(
68526852
&& !dict_index_contains_col_or_prefix(
68536853
m_prebuilt->index, num_v, true))
68546854
{
6855-
ut_ad(!bitmap_is_set(
6856-
table->read_set, i));
6857-
ut_ad(!bitmap_is_set(
6858-
table->write_set, i));
6859-
68606855
num_v++;
68616856
continue;
68626857
}

0 commit comments

Comments
 (0)