diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-02 17:45:26 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-02 17:45:26 +0200 |
commit | b69f9b397ac78836a7ac963554ee84763bff49b8 (patch) | |
tree | 61f27a94a368ba8e49c548a34bb04c5fc7ebea3e /mysql-test/r/information_schema.result | |
parent | 3a7d79d5a55777fff7872526933cb0edad238a54 (diff) | |
download | mariadb-git-b69f9b397ac78836a7ac963554ee84763bff49b8.tar.gz |
Bug #57916: Fix the naming of the proxy_priv table
1. Fixed the name of the table to proxies_priv
2. Fixed the column names to be of the form Capitalized_lowecarse instead of
Capitalized_Capitalized
3. Added Timestamp and Grantor columns
4. Added tests to plugin_auth to check the table structure
5. Updated the existing tests
Diffstat (limited to 'mysql-test/r/information_schema.result')
-rw-r--r-- | mysql-test/r/information_schema.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index bab60774b32..1418af5b813 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -88,7 +88,7 @@ host plugin proc procs_priv -proxy_priv +proxies_priv servers slow_log tables_priv |