mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user