~ubuntu-branches/ubuntu/utopic/mysql-5.5/utopic

« back to all changes in this revision

Viewing changes to mysql-test/r/plugin_auth.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-10-24 13:02:18 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131024130218-kmsafm2gr2fza5k6
Tags: 5.5.34-0ubuntu1
* SECURITY UPDATE: Update to 5.5.34 to fix security issues (LP: #1243253)
  - http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html
  - CVE-2013-3839
  - CVE-2013-5807

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
ERROR 28000: Access denied for user 'plug'@'localhost' (using password: YES)
13
13
GRANT PROXY ON plug_dest TO plug;
14
14
test proxies_priv columns
15
 
SELECT * FROM mysql.proxies_priv;
 
15
SELECT * FROM mysql.proxies_priv WHERE user !='root';
16
16
Host    User    Proxied_host    Proxied_user    With_grant      Grantor Timestamp
17
 
xx      root                    1               xx
18
 
xx      root                    1               xx
19
17
xx      plug    %       plug_dest       0       root@localhost  xx
20
18
test mysql.proxies_priv;
21
19
SHOW CREATE TABLE mysql.proxies_priv;