mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02: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:
parent
bf770c505e
commit
6ac0363426
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue