~skinny.moey/drizzle/branch-rev

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/processlist_val_no_prot.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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
# The file with expected results fits only to a run without
 
18
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
 
19
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
 
20
            + $VIEW_PROTOCOL > 0`)
 
21
{
 
22
   --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
 
23
}
 
24
 
 
25
--source suite/funcs_1/datadict/processlist_val.inc