1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

fix(): MCOL-5587: revert quick mode due the interactive console bug (#3255)

This commit is contained in:
Leonid Fedorov
2024-07-30 16:40:49 +04:00
committed by GitHub
parent e5e93a361a
commit cd626ac8a0
4 changed files with 1 additions and 9 deletions

View File

@ -1 +0,0 @@
"Check that quick mode is enabled"

View File

@ -1,4 +0,0 @@
--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\$";