~patrick-crews/randgen/bug961630

« back to all changes in this revision

Viewing changes to simplify-mysqltest_template.cfg

  • Committer: Philip Stoev
  • Date: 2010-02-11 15:25:13 UTC
  • Revision ID: pstoev@mysql.com-20100211152513-x6q7ldo82uv0co2f
further fixes to mysqltest simplification

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#
80
80
 
81
81
    header => [
 
82
#       '--source include/master-slave.inc',            # Enable this for replication
82
83
        '--disable_abort_on_error',
83
 
        '--disable_warnings'
 
84
        '--disable_warnings',
 
85
        '--disable_query_log',
 
86
        '--disable_result_log'
84
87
    ],
85
88
 
86
89
# footer
91
94
#
92
95
 
93
96
    footer => [
94
 
        '# Footer line 1',
95
 
        '# Footer line 2'
 
97
#       '--connection master',
 
98
#       '--sync_slave_with_master',                     # Enable this for replication
 
99
 
 
100
#       '--let $diff_table_1 = master:test.table1_int',
 
101
#       '--let $diff_table_2 = slave:test.table1_int',
 
102
#       '--source include/diff_tables.inc',
96
103
    ],
97
104
 
98
105
# filter
141
148
        'log-slave-updates'                  => 0,
142
149
    },
143
150
 
144
 
# replication
145
 
#------------
146
 
# Set this to 1 to turn on
147
 
# "--source include/master-slave.inc"  and
148
 
# "--sync_slave_with_master"
149
 
#
150
 
 
151
 
    replication => 0,
152
 
 
153
151
# Multithreaded test cases
154
152
#-------------------------
155
153
#