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
This changeset enables quick (mariadb -q) mode when columnstore is installed. Quick mode precludes client CLI program from storing too much data in memory, preventing out of memory conditions. Add quick-max-column-width=0 to prevent extra garbage dashes in output.
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
--echo "Check that quick mode is enabled"
|
|
# the following line will fail the test if quick mode
|
|
# is not enabled in (some) configuration file as default.
|
|
system mariadb --help | grep -q -E "^quick +TRUE\$";
|