~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/processlist_val_ps.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_ps.test ###############
 
2
#                                                                      #
 
3
# Testing of values within INFORMATION_SCHEMA.PROCESSLIST              #
 
4
#                                                                      #
 
5
# The no (ps/sp/view/cursor) protocol variant of this test is          #
 
6
# suite/funcs_1/t/a_processlist_val_no_prot.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 with "--ps-protocol".
 
18
if (`SELECT $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0
 
19
        OR $PS_PROTOCOL = 0`)
 
20
{
 
21
   --skip Test requires: ps-protocol enabled, other protocols disabled
 
22
}
 
23
 
 
24
--source suite/funcs_1/datadict/processlist_val.inc