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
fix(): MCOL-5587: revert quick mode due the interactive console bug (#3255)
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
[mariadb-client]
|
||||
quick
|
||||
|
||||
[mysqld]
|
||||
plugin-load-add=ha_columnstore.so
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
"Check that quick mode is enabled"
|
@ -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\$";
|
@ -127,4 +127,4 @@ install(FILES mariadb-columnstore.service
|
||||
install(FILES module DESTINATION ${ENGINE_DATADIR}/local COMPONENT columnstore-engine)
|
||||
|
||||
find_package (Python3 COMPONENTS Interpreter REQUIRED)
|
||||
add_test(NAME PythonUnitTests COMMAND ${Python3_EXECUTABLE} -m unittest test_mcs-savebrm.py)
|
||||
add_test(NAME PythonUnitTests COMMAND ${Python3_EXECUTABLE} -m unittest test_mcs-savebrm.py)
|
Reference in New Issue
Block a user