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

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/processlist_val_no_prot.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
############# suite/funcs_1/t/processlist_val_no_prot.test #############
 
2
#                                                                      #
 
3
# Testing of values within INFORMATION_SCHEMA.PROCESSLIST              #
 
4
#                                                                      #
 
5
# The prepared statement variant of this test is                       #
 
6
# suite/funcs_1/t/b_processlist_val_ps.test.                           #
 
7
#                                                                      #
 
8
# There is important documentation within                              #
 
9
#       suite/funcs_1/datadict/processlist_val.inc                     #
 
10
#                                                                      #
 
11
# Creation:                                                            #
 
12
# 2007-08-09 mleich Implement this test as part of                     #
 
13
#                   WL#3982 Test information_schema.processlist        #
 
14
#                                                                      #
 
15
########################################################################
 
16
 
 
17
# This test does not make sense on the embedded server because processlist
 
18
# will be empty.
 
19
--source include/not_embedded.inc
 
20
 
 
21
# The file with expected results fits only to a run without
 
22
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
 
23
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
 
24
            + $VIEW_PROTOCOL > 0`)
 
25
{
 
26
   --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
 
27
}
 
28
 
 
29
--source suite/funcs_1/datadict/processlist_val.inc