~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_priv_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_priv_no_prot.test #############
 
2
#                                                                      #
 
3
# Testing of privileges around                                         #
 
4
#     SELECT ... PROCESSLIST/SHOW PROCESSLIST                          #
 
5
#                                                                      #
 
6
# The prepared statement variant of this test is                       #
 
7
# suite/funcs_1/t/b_processlist_priv_ps.test.                          #
 
8
#                                                                      #
 
9
# There is important documentation within                              #
 
10
#       suite/funcs_1/datadict/processlist_priv.inc                    #
 
11
#                                                                      #
 
12
# Creation:                                                            #
 
13
# 2007-08-14 mleich  Create this test as part of                       #
 
14
#                    WL#3982 Test information_schema.processlist       #
 
15
#                                                                      #
 
16
########################################################################
 
17
 
 
18
# One subtest is skipped because of
 
19
#    Bug#30395 strange results after REVOKE PROCESS ON *.* FROM ...
 
20
let $fixed_bug_30395= 0;
 
21
 
 
22
# The file with expected results fits only to a run without
 
23
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
 
24
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
 
25
            + $VIEW_PROTOCOL > 0`)
 
26
{
 
27
   --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
 
28
}
 
29
 
 
30
--source suite/funcs_1/datadict/processlist_priv.inc