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

« back to all changes in this revision

Viewing changes to mysql-test/include/ndb_not_readonly.inc

  • 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:
2
2
#
3
3
# wait for server to connect properly to cluster
4
4
#
 
5
 
 
6
--disable_query_log
 
7
 
5
8
set @saved_log = @@sql_log_bin;
6
9
set sql_log_bin = 0;
7
10
--error 0,ER_NO_SUCH_TABLE,ER_OPEN_AS_READONLY,ER_GET_ERRMSG,ER_KEY_NOT_FOUND
25
28
}
26
29
delete from mysql.ndb_apply_status where server_id=0;
27
30
set sql_log_bin = @saved_log;
 
31
 
 
32
--enable_query_log
 
33
 
28
34
#
29
35
# connected
30
36
#