mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / funcs_1 / t / processlist_val_ps.test
blob154672708f760cac2f96440b2ffe34494c72e2a7
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 ########################################################################
17 # This test does not make sense on the embedded server because processlist
18 # will be empty.
19 --source include/not_embedded.inc
21 # The file with expected results fits only to a run with "--ps-protocol".
22 if (`SELECT $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0
23         OR $PS_PROTOCOL = 0`)
25    --skip Test requires: ps-protocol enabled, other protocols disabled
28 --source suite/funcs_1/datadict/processlist_val.inc