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
11 lines
164 B
PHP
11 lines
164 B
PHP
--disable_abort_on_error
|
|
|
|
let $maxscale = `SELECT @is_maxscale`;
|
|
|
|
if ($maxscale == "YES")
|
|
{
|
|
--skip Test can not be used with Maxscale.
|
|
}
|
|
|
|
--enable_abort_on_error
|