You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
add link to JIRA for disable tests
This commit is contained in:
committed by
Leonid Fedorov
parent
9c0accb447
commit
e9400a1959
@ -1,4 +1,4 @@
|
||||
if (`SELECT (sys.version_major(), sys.version_minor()) != (10, 6)`)
|
||||
{
|
||||
skip Temporary disabled due to incompatibility with 11.4;
|
||||
skip Temporary disabled due to incompatibility with 11.4, MCOL-5948;
|
||||
}
|
||||
|
4
mysql-test/columnstore/include/only_10.6.inc
Normal file
4
mysql-test/columnstore/include/only_10.6.inc
Normal file
@ -0,0 +1,4 @@
|
||||
if (`SELECT (sys.version_major(), sys.version_minor()) != (10, 6)`)
|
||||
{
|
||||
skip This test works only with 10.6;
|
||||
}
|
Reference in New Issue
Block a user