1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed a buildbot failure with a testcase from statistics.test

that analyzes only some columns from a table.
This commit is contained in:
Igor Babaev
2012-06-01 17:38:32 -07:00
parent 27ab01243c
commit 2ee14ef9c3

View File

@ -670,7 +670,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
compl_result_code= result_code= HA_ADMIN_INVALID; compl_result_code= result_code= HA_ADMIN_INVALID;
break; break;
} }
bitmap_set_bit(tab->read_set, --pos); bitmap_set_bit(tab->read_set, pos-1);
} }
tab->file->column_bitmaps_signal(); tab->file->column_bitmaps_signal();
} }