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
117 B
PHP
5 lines
117 B
PHP
if (`SELECT (sys.version_major(), sys.version_minor()) < (11, 2)`)
|
|
{
|
|
skip Compatible only with server >= 11.2;
|
|
}
|