Fixed a buildbot failure with a testcase from statistics.test
that analyzes only some columns from a table.
This commit is contained in:
parent
27ab01243c
commit
2ee14ef9c3
@ -670,7 +670,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
||||
compl_result_code= result_code= HA_ADMIN_INVALID;
|
||||
break;
|
||||
}
|
||||
bitmap_set_bit(tab->read_set, --pos);
|
||||
bitmap_set_bit(tab->read_set, pos-1);
|
||||
}
|
||||
tab->file->column_bitmaps_signal();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user