diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:59:33 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:59:33 +0300 |
commit | 86ce202f6342714143e440d4b0310952f32dee63 (patch) | |
tree | 9bdcec4c2cce4db72873b8d790dc4c3c011c5f0f /sql/sql_show.cc | |
parent | 0ef398632c68e5a7aa5e72a5ebc154d965128834 (diff) | |
parent | a51cd95b99b15ee2502167047562106a7039320f (diff) | |
download | mariadb-git-86ce202f6342714143e440d4b0310952f32dee63.tar.gz |
Merge with 3.23.53
Docs/manual.texi:
Auto merged
sql/lock.cc:
Auto merged
sql/sql_show.cc:
Auto merged
sql/sql_table.cc:
Auto merged
tests/grant.pl:
Auto merged
sql/sql_acl.cc:
Merge with 3.23.53 (fixes problem with critical region in GRANT)
sql/sql_insert.cc:
Merge with 3.23.53 (no changes)
sql/sql_parse.cc:
Merge with 3.23.53 (no changes)
sql/sql_udf.cc:
Merge with 3.23.53 (indent change)
sql/table.h:
Merge with 3.23.53 (no changes)
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index d9e007bf314..ef8fce455b1 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -424,7 +424,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild) /*************************************************************************** -** List all columns in a table +** List all columns in a table_list->real_name ***************************************************************************/ int |