mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user