mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
MDEV-4568 - Port Percona response time distribution as audit plugin
Test case fixes.
This commit is contained in:
parent
ccdfeb04d8
commit
7f58eb4f79
2 changed files with 18 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
--source include/have_debug.inc
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
CREATE TABLE t(a INT);
|
||||
|
||||
delimiter ^;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
--source include/have_debug.inc
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
--let base=1
|
||||
--source query_response_time.inc
|
||||
--let base=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue