diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-02-27 20:04:58 -0500 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-02-27 20:04:58 -0500 |
commit | 4cb4899fa203a2c483188251e70e67d3ef00f682 (patch) | |
tree | c3f1859ad478e2b5086fd8e80b76c2a1abc3163b /mysql-test/r/information_schema.result | |
parent | 5454146123e0d017b99c67ce715552cfd8dc87cb (diff) | |
download | mariadb-git-4cb4899fa203a2c483188251e70e67d3ef00f682.tar.gz |
Update to I_S result that now contains PROFILING entry.
Diffstat (limited to 'mysql-test/r/information_schema.result')
-rw-r--r-- | mysql-test/r/information_schema.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index 0371652b081..b01ed152e33 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -1308,6 +1308,7 @@ COLLATION_CHARACTER_SET_APPLICABILITY information_schema.COLLATION_CHARACTER_SET COLUMNS information_schema.COLUMNS 1 COLUMN_PRIVILEGES information_schema.COLUMN_PRIVILEGES 1 KEY_COLUMN_USAGE information_schema.KEY_COLUMN_USAGE 1 +PROFILING information_schema.PROFILING 1 ROUTINES information_schema.ROUTINES 1 SCHEMATA information_schema.SCHEMATA 1 SCHEMA_PRIVILEGES information_schema.SCHEMA_PRIVILEGES 1 |