From d775e4ec30510501a76df0c9fd8f9431d14cfdbd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 May 2005 18:18:59 +0000 Subject: [PATCH] after merge fix --- mysql-test/r/information_schema.result | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index b85a2e86769..0b993d681e3 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -749,7 +749,6 @@ KEY_COLUMN_USAGE TABLE_NAME select delete from mysql.user where user='mysqltest_4'; flush privileges; SELECT table_schema, count(*) FROM information_schema.TABLES GROUP BY TABLE_SCHEMA; -table_schema count(*) -information_schema 15 -mysql 17 - +table_schema count(*) +information_schema 15 +mysql 17