diff options
author | unknown <cmiller@calliope.local.cmiller/calliope.local> | 2007-02-27 11:30:03 -0500 |
---|---|---|
committer | unknown <cmiller@calliope.local.cmiller/calliope.local> | 2007-02-27 11:30:03 -0500 |
commit | 55b0cd8f61f6d57483292dbe36f79881fd68a8da (patch) | |
tree | 96fb153569767abe71345c52a31382b5566291ce | |
parent | 776891454e53bcfc21e9379ec17ddcdbcdf4c650 (diff) | |
download | mariadb-git-55b0cd8f61f6d57483292dbe36f79881fd68a8da.tar.gz |
Updated column names of I_S table to conform to other I_S uppercase scheme.
-rw-r--r-- | mysql-test/r/information_schema.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index 742d35d4ce7..d89514c6060 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -1193,7 +1193,7 @@ COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME COLUMNS TABLE_SCHEMA COLUMN_PRIVILEGES TABLE_SCHEMA KEY_COLUMN_USAGE CONSTRAINT_SCHEMA -PROFILING Query_id +PROFILING QUERY_ID ROUTINES ROUTINE_SCHEMA SCHEMATA SCHEMA_NAME SCHEMA_PRIVILEGES TABLE_SCHEMA @@ -1225,7 +1225,7 @@ COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME COLUMNS TABLE_SCHEMA COLUMN_PRIVILEGES TABLE_SCHEMA KEY_COLUMN_USAGE CONSTRAINT_SCHEMA -PROFILING Query_id +PROFILING QUERY_ID ROUTINES ROUTINE_SCHEMA SCHEMATA SCHEMA_NAME SCHEMA_PRIVILEGES TABLE_SCHEMA |