~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
call mtr.add_suppression("Column count of mysql.event is wrong. Expected .*, found .*\. The table is probably corrupted");
1
2
set global event_scheduler=off;
2
3
drop database if exists events_test;
3
4
create database events_test;
52
53
Note    1008    Can't drop database 'mysqltest_database_not_exists'; database doesn't exist
53
54
create database mysqltest_db1;
54
55
drop database mysqltest_db1;
 
56
Warnings:
 
57
Error   1545    Failed to open mysql.event
55
58
Restore the original mysql.event table
56
59
drop table mysql.event;
57
60
rename table event_like to mysql.event;