1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

after-merge fixes

in innobase: compilation error on windows
other changes: perfschema merge followup
This commit is contained in:
Sergei Golubchik
2015-06-16 23:55:56 +02:00
parent 27f0bd7d95
commit 985e430c0f
13 changed files with 22 additions and 41 deletions

View File

@ -0,0 +1,8 @@
# 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
}