You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-02 06:13:16 +03:00
5 lines
127 B
PHP
5 lines
127 B
PHP
if (`SELECT (sys.version_major(), sys.version_minor()) < (10, 9)`)
|
|
{
|
|
skip Should run with after MariaDB 10.9 binaries;
|
|
}
|