~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/include/check-testcase.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#
 
3
# This test is executed twice for each test case if mysql-test-run is passed
 
4
# the flag --check-testcase. Before every testcase it is run with mysqltest
 
5
# in record mode and will thus produce an output file that can be compared
 
6
# to output from after the tescase.
 
7
# In that way its possible to check that a testcase does not have
 
8
# any unwanted side affects.
 
9
#
 
10
--disable_query_log
 
11
call mtr.check_testcase();
 
12
--enable_query_log
 
13
 
 
14
 
 
15