1
0
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:
Igor Babaev
2012-06-01 11:23:53 -07:00
parent bf770c505e
commit 6ac0363426

View File

@ -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)