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

that analyzes only some columns from a table.
This commit is contained in:
Igor Babaev 2012-06-01 11:23:53 -07:00
commit 6ac0363426

View file

@ -671,7 +671,8 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
break; break;
} }
bitmap_set_bit(tab->read_set, --pos); bitmap_set_bit(tab->read_set, --pos);
} }
tab->file->column_bitmaps_signal();
} }
if (!lex->index_list) if (!lex->index_list)