~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include/master-slave.inc
 
2
Warnings:
 
3
Note    ####    Sending passwords in plain text without SSL/TLS is extremely insecure.
 
4
Note    ####    Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
 
5
[connection master]
 
6
call mtr.add_suppression('Slave: Error dropping database');
 
7
include/stop_slave.inc
 
8
start slave;
 
9
stop slave sql_thread;
 
10
insert into test0.benchmark set state='slave is processing load';
 
11
start slave sql_thread;
 
12
use test0;
 
13
insert into benchmark set state='slave ends load';
 
14
use test;
 
15
select * from test1.benchmark into outfile  'benchmark.out';
 
16
select ts from test0.benchmark where state like 'master started load' into @m_0;
 
17
select ts from test0.benchmark where state like 'master ends load' into @m_1;
 
18
select ts from test0.benchmark where state like 'slave takes on load' into @s_m0;
 
19
select ts from test0.benchmark where state like 'slave is supposed to finish with load' into @s_m1;
 
20
select ts from test0.benchmark where state like 'slave ends load' into @s_1;
 
21
select ts from test0.benchmark where state like 'slave is processing load' into @s_0;
 
22
select time_to_sec(@m_1) - time_to_sec(@m_0) as 'delta.out';
 
23
include/diff_tables.inc [master:test15.ti_nk, slave:test15.ti_nk]
 
24
include/diff_tables.inc [master:test15.ti_wk, slave:test15.ti_wk]
 
25
include/diff_tables.inc [master:test14.ti_nk, slave:test14.ti_nk]
 
26
include/diff_tables.inc [master:test14.ti_wk, slave:test14.ti_wk]
 
27
include/diff_tables.inc [master:test13.ti_nk, slave:test13.ti_nk]
 
28
include/diff_tables.inc [master:test13.ti_wk, slave:test13.ti_wk]
 
29
include/diff_tables.inc [master:test12.ti_nk, slave:test12.ti_nk]
 
30
include/diff_tables.inc [master:test12.ti_wk, slave:test12.ti_wk]
 
31
include/diff_tables.inc [master:test11.ti_nk, slave:test11.ti_nk]
 
32
include/diff_tables.inc [master:test11.ti_wk, slave:test11.ti_wk]
 
33
include/diff_tables.inc [master:test10.ti_nk, slave:test10.ti_nk]
 
34
include/diff_tables.inc [master:test10.ti_wk, slave:test10.ti_wk]
 
35
include/diff_tables.inc [master:test9.ti_nk, slave:test9.ti_nk]
 
36
include/diff_tables.inc [master:test9.ti_wk, slave:test9.ti_wk]
 
37
include/diff_tables.inc [master:test8.ti_nk, slave:test8.ti_nk]
 
38
include/diff_tables.inc [master:test8.ti_wk, slave:test8.ti_wk]
 
39
include/diff_tables.inc [master:test7.ti_nk, slave:test7.ti_nk]
 
40
include/diff_tables.inc [master:test7.ti_wk, slave:test7.ti_wk]
 
41
include/diff_tables.inc [master:test6.ti_nk, slave:test6.ti_nk]
 
42
include/diff_tables.inc [master:test6.ti_wk, slave:test6.ti_wk]
 
43
include/diff_tables.inc [master:test5.ti_nk, slave:test5.ti_nk]
 
44
include/diff_tables.inc [master:test5.ti_wk, slave:test5.ti_wk]
 
45
include/diff_tables.inc [master:test4.ti_nk, slave:test4.ti_nk]
 
46
include/diff_tables.inc [master:test4.ti_wk, slave:test4.ti_wk]
 
47
include/diff_tables.inc [master:test3.ti_nk, slave:test3.ti_nk]
 
48
include/diff_tables.inc [master:test3.ti_wk, slave:test3.ti_wk]
 
49
include/diff_tables.inc [master:test2.ti_nk, slave:test2.ti_nk]
 
50
include/diff_tables.inc [master:test2.ti_wk, slave:test2.ti_wk]
 
51
include/diff_tables.inc [master:test1.ti_nk, slave:test1.ti_nk]
 
52
include/diff_tables.inc [master:test1.ti_wk, slave:test1.ti_wk]
 
53
include/diff_tables.inc [master:test0.ti_nk, slave:test0.ti_nk]
 
54
include/diff_tables.inc [master:test0.ti_wk, slave:test0.ti_wk]
 
55
include/rpl_end.inc