summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-10-23 14:19:54 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-10-23 14:19:54 +0500
commit676c12e2d4a89cae2f396900b4648cda8e3c1abf (patch)
treedf61ee82293849b166a89f8294feec427ecc2cf8 /sql/sql_handler.cc
parent0a0f50e4ab671190d106aaf6e86576ab393e309b (diff)
downloadmariadb-git-676c12e2d4a89cae2f396900b4648cda8e3c1abf.tar.gz
Bug#35428 When selecting from INFORMATION_SCHEMA tables, incomplete metadata
backport to Betony
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 3bbf4b78d07..00717640974 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -460,7 +460,7 @@ retry:
hash_tables->db, hash_tables->table_name,
hash_tables->alias, table));
}
-
+ table->pos_in_table_list= tables;
#if MYSQL_VERSION_ID < 40100
if (*tables->db && strcmp(table->table_cache_key, tables->db))
{