summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/oracle2/t/ha_test_init.inc
blob: 70576ab16dc35ff2d8ad09eb8867b7a1b0f47406 (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
# get connection and exist engine test
--echo for master_1
--connection master_1
--source ../include/ha_init_master_1.inc
--echo for child2
if ($USE_CHILD_GROUP2)
{
  --echo child2_1
  --connection child2_1
  --source ../include/ha_init_child2_1.inc
  --echo child2_2
  --connection child2_2
  --source ../include/ha_init_child2_2.inc
  --echo child2_3
  --connection child2_3
  --source ../include/ha_init_child2_3.inc
}
--echo for child3
if ($USE_CHILD_GROUP3)
{
  --echo child3_1
  --connection child3_1
  --source ../include/ha_init_child3_1.inc
  --echo child3_2
  --connection child3_2
  --source ../include/ha_init_child3_2.inc
  --echo child3_3
  --connection child3_3
  --source ../include/ha_init_child3_3.inc
}