~ubuntu-branches/debian/jessie/mysql-utilities/jessie

« back to all changes in this revision

Viewing changes to mysql-test/suite/replication/r/export_rpl_errors.result

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-05-14 15:02:12 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130514150212-cfj83guqqo0kx7l0
Tags: 1.1.2-1
* Upload to unstable.
* "X-Python-Version: >= 2.7" to stop using deprecated python-2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
START SLAVE;
28
28
Test case 7 - error: --rpl-user missing user
29
29
# Source on localhost: ... connected.
30
 
ERROR: The replication user missing@localhost was not found on the master.
 
30
ERROR: The replication user missing@localhost was not found on localhost:PORT1.
31
31
Test case 8 - error: --rpl-user missing privileges
32
32
# Source on localhost: ... connected.
33
33
ERROR: Replication user does not have the correct privilege. She needs 'REPLICATION SLAVE' on all replicated databases.