~matttbe/ubuntu/quantal/mysql-5.5/lp1013171

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/r/binlog_grant.result

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-11 23:34:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611233414-mu6ybxiajgcxqztj
Tags: 5.5.25-0ubuntu1
* New upstream release (LP: #1011371, LP: #986892)
* d/rules: change get-orig-source to pull from a working mirror.
* d/control: Build with default compiler instead of gcc 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
**** Clean up ****
23
23
set global binlog_format = @saved_binlog_format;
24
24
drop user mysqltest_1@localhost;
 
25
GRANT REPLICATION CLIENT ON *.* TO 'mysqltest_1'@'localhost';
 
26
SHOW MASTER LOGS;
 
27
SHOW BINARY LOGS;
 
28
DROP USER 'mysqltest_1'@'localhost';