Commit 6ac03634 authored by Igor Babaev's avatar Igor Babaev

An attempt to fix a buildbot failure with a test case from statistics.test

that analyzes only some columns from a table.
parent bf770c50
......@@ -671,7 +671,8 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
break;
}
bitmap_set_bit(tab->read_set, --pos);
}
}
tab->file->column_bitmaps_signal();
}
if (!lex->index_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment