diff options
author | igor@rurik.mysql.com <> | 2006-11-01 14:50:14 -0800 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-11-01 14:50:14 -0800 |
commit | 79abdb38f89913041c52cbacfb225cec5ec4cc4a (patch) | |
tree | 21a8ce870c8dc48dc38623d1004a608f26e8b280 /sql/sql_table.cc | |
parent | d778401633ecf95029e19f0212bd7a3e865c018b (diff) | |
parent | 2a7acba7e10197ec4a651ae828ff51c0a2ff4747 (diff) | |
download | mariadb-git-79abdb38f89913041c52cbacfb225cec5ec4cc4a.tar.gz |
Merge rurik.mysql.com:/home/igor/mysql-5.0-opt
into rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug21727
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 f6dbba4aa79..3fc74ad1371 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -2267,7 +2267,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]; @@ -4257,8 +4256,6 @@ bool mysql_checksum_table(THD *thd, TABLE_LIST *tables, HA_CHECK_OPT *check_opt) } else { - t->pos_in_table_list= table; - if (t->file->table_flags() & HA_HAS_CHECKSUM && !(check_opt->flags & T_EXTEND)) protocol->store((ulonglong)t->file->checksum()); |