mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue