diff options
author | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-11-17 19:01:35 +0400 |
commit | 7d190dd6b11365528f2341699c24812dd63f6165 (patch) | |
tree | 584324c076d2a4506331c1fb96cf95d2c50a85e3 /sql/sql_table.cc | |
parent | dd0b81885d7ddc33e5c9acaffbdbf8b35cde5894 (diff) | |
parent | 0357510dca406263d00a8bd1007e4f8784f658b8 (diff) | |
download | mariadb-git-7d190dd6b11365528f2341699c24812dd63f6165.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/mysql-5.1-mrg
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 511d9fa6677..dab7dd3224e 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -4168,7 +4168,6 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables, goto send_result; } - table->table->pos_in_table_list= table; if ((table->table->db_stat & HA_READ_ONLY) && open_for_modify) { char buff[FN_REFLEN + MYSQL_ERRMSG_SIZE]; @@ -6788,8 +6787,6 @@ bool mysql_checksum_table(THD *thd, TABLE_LIST *tables, } else { - t->pos_in_table_list= table; - if (t->file->ha_table_flags() & HA_HAS_CHECKSUM && !(check_opt->flags & T_EXTEND)) protocol->store((ulonglong)t->file->checksum()); |