~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/sys_vars/r/rpl_init_slave_func.result

  • Committer: Package Import Robot
  • Author(s): Dave Chiluk, Eduardo Damato
  • Date: 2014-01-09 09:44:14 UTC
  • mfrom: (18.1.5 precise-security)
  • Revision ID: package-import@ubuntu.com-20140109094414-ght3gi7yvzsyvhm5
Tags: 5.5.34-0ubuntu0.12.04.2
[ Eduardo Damato ]
Fix upstart script to account for datadir disk shortage (LP: #1121874) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
@@global.init_slave = 'SET @@global.max_connections = @@global.max_connections + 1 -- комментарий'
19
19
1
20
20
Expect 1
21
 
SELECT @@global.max_connections= @start_max_connections;
22
 
@@global.max_connections= @start_max_connections
23
 
1
24
 
Expect 1
 
21
include/assert.inc [@@global.max_connections = @start_max_connections]
25
22
STOP SLAVE;
26
23
RESET MASTER;
27
24
RESET SLAVE;
28
25
START SLAVE;
29
26
include/wait_for_slave_to_start.inc
30
 
SELECT @@global.max_connections = @start_max_connections + 1;
31
 
@@global.max_connections = @start_max_connections + 1
32
 
1
33
 
Expect 1
 
27
include/assert.inc [@@global.max_connections = @start_max_connections + 1]
34
28
SET @@global.init_slave = "SET @a=5";
35
29
STOP SLAVE;
36
30
RESET MASTER;