~ubuntu-branches/debian/squeeze/mysql-5.1/squeeze

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_temporary.result

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2014-01-14 10:40:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140114104030-44alii0hx3x3g41y
Tags: 5.1.73-1
* New upstream release
  http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-73.html
* Update patches
* Disable flaky test rpl.rpl_innodb_bug28430 breaking the build. It's  marked
  as experimental by upstream and the internet is full of reports about it's
  unrelialibity

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
stop slave;
2
 
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
3
 
reset master;
4
 
reset slave;
5
 
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
6
 
start slave;
 
1
include/master-slave.inc
 
2
[connection master]
7
3
call mtr.add_suppression("Slave: Can\'t find record in \'user\' Error_code: 1032");
8
4
reset master;
9
5
DROP TABLE IF EXISTS t1;
129
125
a
130
126
1
131
127
drop table t1;
 
128
include/stop_slave.inc
 
129
include/rpl_reset.inc
132
130
-- Bug#43748
133
131
-- make a user on the slave that can list but not kill system threads.
134
132
FLUSH PRIVILEGES;
140
138
Got one of the listed errors
141
139
-- throw out test-user on slave.
142
140
DROP USER user43748@127.0.0.1;
143
141
End of 5.1 tests
 
142
include/rpl_end.inc