Commit eaea879d authored by Alexey Kopytov's avatar Alexey Kopytov

Fixed an incorrect merge from 5.1-bugteam.

parent 17325b8d
...@@ -4445,10 +4445,10 @@ void TABLE::mark_columns_used_by_index(uint index) ...@@ -4445,10 +4445,10 @@ void TABLE::mark_columns_used_by_index(uint index)
restore_column_maps_after_mark_index(). restore_column_maps_after_mark_index().
*/ */
void st_table::add_read_columns_used_by_index(uint index) void TABLE::add_read_columns_used_by_index(uint index)
{ {
MY_BITMAP *bitmap= &tmp_set; MY_BITMAP *bitmap= &tmp_set;
DBUG_ENTER("st_table::add_read_columns_used_by_index"); DBUG_ENTER("TABLE::add_read_columns_used_by_index");
set_keyread(TRUE); set_keyread(TRUE);
bitmap_copy(bitmap, read_set); bitmap_copy(bitmap, read_set);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment