From eaea879db3641c6fecdd36477537ff6c5ec35f8b Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Thu, 27 May 2010 14:48:50 +0400 Subject: Fixed an incorrect merge from 5.1-bugteam. --- sql/table.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/table.cc') diff --git a/sql/table.cc b/sql/table.cc index 2b6d55d0cb5..12ac8b11f97 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -4445,10 +4445,10 @@ void TABLE::mark_columns_used_by_index(uint 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; - DBUG_ENTER("st_table::add_read_columns_used_by_index"); + DBUG_ENTER("TABLE::add_read_columns_used_by_index"); set_keyread(TRUE); bitmap_copy(bitmap, read_set); -- cgit v1.2.1