From 0a9d4ca3730e14f43dfa096801d19260222e54b1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 19 May 2007 18:22:55 +0200 Subject: [PATCH] Bug#28401 mysql_upgrade Failed with STRICT_ALL_TABLES, ANSI_QUOTES and NO_ZERO_DATE - Upgrade result file for 5.1 mysql-test/r/mysql_upgrade.result: Update result for 5.1 - it has more system tables --- mysql-test/r/mysql_upgrade.result | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql-test/r/mysql_upgrade.result b/mysql-test/r/mysql_upgrade.result index 051412b5126..30ece1b121a 100644 --- a/mysql-test/r/mysql_upgrade.result +++ b/mysql-test/r/mysql_upgrade.result @@ -81,14 +81,20 @@ FATAL ERROR: Upgrade failed set GLOBAL sql_mode='STRICT_ALL_TABLES,ANSI_QUOTES,NO_ZERO_DATE'; mysql.columns_priv OK mysql.db OK +mysql.event OK mysql.func OK +mysql.general_log OK mysql.help_category OK mysql.help_keyword OK mysql.help_relation OK mysql.help_topic OK mysql.host OK +mysql.ndb_binlog_index OK +mysql.plugin OK mysql.proc OK mysql.procs_priv OK +mysql.servers OK +mysql.slow_log OK mysql.tables_priv OK mysql.time_zone OK mysql.time_zone_leap_second OK