File tree Expand file tree Collapse file tree 13 files changed +22
-41
lines changed Expand file tree Collapse file tree 13 files changed +22
-41
lines changed Original file line number Diff line number Diff line change
1
+ # The file with expected results fits only to a run without
2
+ # ps-protocol/sp-protocol/cursor-protocol/view-protocol.
3
+ if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
4
+ + $VIEW_PROTOCOL > 0 `)
5
+ {
6
+ --skip Test requires : ps -protocol /sp -protocol /cursor -protocol /view -protocol disabled
7
+ }
8
+
Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ let $fixed_bug_30395= 0;
25
25
26
26
# The file with expected results fits only to a run without
27
27
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
28
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
29
- + $VIEW_PROTOCOL > 0`)
30
- {
31
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
32
- }
28
+ --source include/no_protocol.inc
33
29
34
30
--source suite/funcs_1/datadict/processlist_priv.inc
Original file line number Diff line number Diff line change 20
20
21
21
# The file with expected results fits only to a run without
22
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
- }
23
+ --source include/no_protocol.inc
28
24
29
25
--source suite/funcs_1/datadict/processlist_val.inc
Original file line number Diff line number Diff line change 12
12
--source include/have_archive.inc
13
13
let $engine_type= ARCHIVE;
14
14
15
+ --source include/no_protocol.inc
15
16
16
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
17
- {
18
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
19
- }
20
17
let $run= `SELECT '$BIG_TEST' = '1'`;
21
18
if ($run)
22
19
{
Original file line number Diff line number Diff line change 12
12
--source include/have_csv.inc
13
13
let $engine_type= CSV;
14
14
15
+ --source include/no_protocol.inc
15
16
16
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
17
- {
18
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
19
- }
20
17
let $run= `SELECT '$BIG_TEST' = '1'`;
21
18
if ($run)
22
19
{
Original file line number Diff line number Diff line change 12
12
--source include/have_innodb.inc
13
13
let $engine_type= InnoDB;
14
14
15
+ --source include/no_protocol.inc
15
16
16
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
17
- {
18
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
19
- }
20
17
let $run= `SELECT '$BIG_TEST' = '1'`;
21
18
if ($run)
22
19
{
Original file line number Diff line number Diff line change 11
11
# Storage engine to be used in CREATE TABLE
12
12
let $engine_type= MEMORY;
13
13
14
+ --source include/no_protocol.inc
14
15
15
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
16
- {
17
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
18
- }
19
16
let $run= `SELECT '$BIG_TEST' = '1'`;
20
17
if ($run)
21
18
{
Original file line number Diff line number Diff line change 11
11
# Storage engine to be used in CREATE TABLE
12
12
let $engine_type= MyISAM;
13
13
14
+ --source include/no_protocol.inc
14
15
15
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
16
- {
17
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
18
- }
19
16
let $run= `SELECT '$BIG_TEST' = '1'`;
20
17
if ($run)
21
18
{
Original file line number Diff line number Diff line change 1
- if (`select plugin_auth_version <= "5.6.24 " from information_schema.plugins where plugin_name='innodb'`)
1
+ if (`select plugin_auth_version < "5.6.25 " from information_schema.plugins where plugin_name='innodb'`)
2
2
{
3
3
--skip Not fixed in InnoDB as of 5.6.24 or earlier
4
4
}
Original file line number Diff line number Diff line change @@ -16,12 +16,7 @@ let collation=utf8_unicode_ci;
16
16
--source include/have_collation.inc
17
17
18
18
# The file with expected results fits only to a run without
19
- # ps-protocol/sp-protocol/cursor-protocol/view-protocol.
20
- if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
21
- + $VIEW_PROTOCOL > 0`)
22
- {
23
- --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
24
- }
19
+ --source include/no_protocol.inc
25
20
26
21
# The main testing script
27
22
--source include/query_cache_sql_prepare.inc
You can’t perform that action at this time.
0 commit comments