summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bg/t/test_deinit.inc
blob: 989bde26d3c9284e8025cac0fa630b8ae83dd886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# get connection and exist engine test
--echo for master_1
--connection master_1
--source ../include/deinit_master_1.inc
--disconnect master_1
--echo for child2
if ($USE_CHILD_GROUP2)
{
  --echo child2_1
  --connection child2_1
  --source ../include/deinit_child2_1.inc
  --disconnect child2_1
  --echo child2_2
  --connection child2_2
  --source ../include/deinit_child2_2.inc
  --disconnect child2_2
  --echo child2_3
  --connection child2_3
  --source ../include/deinit_child2_3.inc
  --disconnect child2_3
}
--echo for child3
if ($USE_CHILD_GROUP3)
{
  --echo child3_1
  --connection child3_1
  --source ../include/deinit_child3_1.inc
  --disconnect child3_1
  --echo child3_2
  --connection child3_2
  --source ../include/deinit_child3_2.inc
  --disconnect child3_2
  --echo child3_3
  --connection child3_3
  --source ../include/deinit_child3_3.inc
  --disconnect child3_3
}