You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-03 17:13:17 +03:00
5 lines
119 B
PHP
5 lines
119 B
PHP
if (`SELECT (sys.version_major(), sys.version_minor()) >= (10, 10)`)
|
|
{
|
|
skip Compatible only with server < 10.10;
|
|
}
|