diff options
author | Igor Babaev <igor@askmonty.org> | 2012-06-01 11:23:53 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-06-01 11:23:53 -0700 |
commit | 6ac0363426f96c26c64447f0aa7fbd8a13ecc313 (patch) | |
tree | af8df1ed437f3a8a2cc6ba12e4178dea4bb2d7bf /sql/sql_admin.cc | |
parent | bf770c505e3ab25fee75e9b74656ee240acd81cf (diff) | |
download | mariadb-git-6ac0363426f96c26c64447f0aa7fbd8a13ecc313.tar.gz |
An attempt to fix a buildbot failure with a test case from statistics.test
that analyzes only some columns from a table.
Diffstat (limited to 'sql/sql_admin.cc')
-rw-r--r-- | sql/sql_admin.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc index 74cff57cce9..57eb2f98727 100644 --- a/sql/sql_admin.cc +++ b/sql/sql_admin.cc @@ -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) |