summaryrefslogtreecommitdiff
path: root/mysql-test/main/information_schema_routines.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/information_schema_routines.result')
-rw-r--r--mysql-test/main/information_schema_routines.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/information_schema_routines.result b/mysql-test/main/information_schema_routines.result
index 65779351289..ddb5ea00024 100644
--- a/mysql-test/main/information_schema_routines.result
+++ b/mysql-test/main/information_schema_routines.result
@@ -36,7 +36,7 @@ ROUTINES CREATE TEMPORARY TABLE `ROUTINES` (
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL,
`COLLATION_CONNECTION` varchar(32) NOT NULL,
`DATABASE_COLLATION` varchar(32) NOT NULL
-) DEFAULT CHARSET=utf8
+) DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
SELECT * FROM information_schema.columns
WHERE table_schema = 'information_schema'
AND table_name = 'routines'