summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2005-03-25 15:09:22 +0300
committerunknown <gluh@gluh.mysql.r18.ru>2005-03-25 15:09:22 +0300
commit1b04234e828045bd0ff5fedf6c0a55a2993804db (patch)
treee8fa059106c2e4f54c90df845d6e404231d2f1ab /sql/sql_show.cc
parent5f6e61aeb3b6ae0a02f3397bd6adadd73be942b9 (diff)
parent2ec4480e8cbbad84634a767c76aa8a5f09e6861a (diff)
downloadmariadb-git-1b04234e828045bd0ff5fedf6c0a55a2993804db.tar.gz
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-5.0.8941 mysql-test/r/information_schema.result: Auto merged sql/sql_show.cc: Auto merged
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 16a529d64ef..bd0b8926c6a 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -979,7 +979,7 @@ store_create_info(THD *thd, TABLE_LIST *table_list, String *packet)
packet->append(buff, (uint) (end- buff));
}
- if (share->max_rows)
+ if (share->max_rows && !table_list->schema_table)
{
packet->append(" MAX_ROWS=", 10);
end= longlong10_to_str(share->max_rows, buff, 10);