You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +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;
|
|
}
|