mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
after-merge fixes
in innobase: compilation error on windows other changes: perfschema merge followup
This commit is contained in:
@ -25,10 +25,6 @@ let $fixed_bug_30395= 0;
|
||||
|
||||
# The file with expected results fits only to a run without
|
||||
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
|
||||
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
|
||||
+ $VIEW_PROTOCOL > 0`)
|
||||
{
|
||||
--skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
|
||||
}
|
||||
--source include/no_protocol.inc
|
||||
|
||||
--source suite/funcs_1/datadict/processlist_priv.inc
|
||||
|
@ -20,10 +20,6 @@
|
||||
|
||||
# The file with expected results fits only to a run without
|
||||
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
|
||||
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
|
||||
+ $VIEW_PROTOCOL > 0`)
|
||||
{
|
||||
--skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
|
||||
}
|
||||
--source include/no_protocol.inc
|
||||
|
||||
--source suite/funcs_1/datadict/processlist_val.inc
|
||||
|
Reference in New Issue
Block a user