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
10 lines
165 B
PHP
10 lines
165 B
PHP
--disable_abort_on_error
|
|
let $maxscale = 0;
|
|
let $maxscalerepl = `SELECT @is_maxscale`;
|
|
if ($maxscalerepl == "YES")
|
|
{
|
|
let $maxscale = 1;
|
|
}
|
|
|
|
--enable_abort_on_error
|