You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
skip all tests with LOAD DATA in case of tests via Maxscale
This commit is contained in:
10
mysql-test/columnstore/include/detect_maxscale.inc
Normal file
10
mysql-test/columnstore/include/detect_maxscale.inc
Normal file
@ -0,0 +1,10 @@
|
||||
--disable_abort_on_error
|
||||
|
||||
let $maxscale = `SELECT @is_maxscale`;
|
||||
|
||||
if ($maxscale == "YES")
|
||||
{
|
||||
--skip Test can not be used with Maxscale.
|
||||
}
|
||||
|
||||
--enable_abort_on_error
|
Reference in New Issue
Block a user