mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
MDEV-26180: follow-up patch to temporary disable the test main.func_group in PS mode.
This test fails in case both embedded and PS mode are on.
This commit is contained in:
parent
fbadc87fce
commit
e38b372e7c
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#
|
||||
# simple test of all group functions
|
||||
#
|
||||
if (`SELECT $PS_PROTOCOL != 0`)
|
||||
{
|
||||
--skip Test temporarily disabled for ps-protocol
|
||||
}
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1,t2,t3,t4,t5,t6;
|
||||
|
|
Loading…
Add table
Reference in a new issue