diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-11-02 22:32:29 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-11-02 22:32:29 +0100 |
commit | 7375a944088fabbf2109dd52d068d96d908d372e (patch) | |
tree | 831df145221eba1109307e8994e8639112933f5f /mysql-test/r/1st.result | |
parent | 7f02528fe7d216fa2df832e7f999a1ecb99b555c (diff) | |
download | mariadb-git-7375a944088fabbf2109dd52d068d96d908d372e.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_lowercase 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
Fix done by Georgi Kodinov,
now transferred to the 5.5.7 release build clone.
Diffstat (limited to 'mysql-test/r/1st.result')
-rw-r--r-- | mysql-test/r/1st.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/1st.result b/mysql-test/r/1st.result index e8562662bfd..792d9eaf2f1 100644 --- a/mysql-test/r/1st.result +++ b/mysql-test/r/1st.result @@ -21,7 +21,7 @@ ndb_binlog_index plugin proc procs_priv -proxy_priv +proxies_priv servers slow_log tables_priv |