1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4597: logic from postConfigure migrated to post-install to upgrade existing columnstore.cnf

This commit is contained in:
benthompson15
2021-03-09 13:33:42 -06:00
committed by David Hall
parent 69a2a003d4
commit 12e3368ebf
7 changed files with 344 additions and 4 deletions

View File

@ -1,18 +1,32 @@
# List of my.cnf arguments that should be checked and saved during upgrade install
#
columnstore_local_query
log-bin
log_bin
server-id
server_id
max_length_for_sort_data
tmpdir
log-error
log_error
general_log_file
slow_query_log_file
general-log
general_log
slow-query-log
slow_query_log
character-set-server
character_set_server
collation-server
collation_server
init-connect
init_connect
binlog_format
secure-auth
secure_auth
port
log_bin_index
relay_log
relay_log_index
gtid_strict_mode
log_slave_updates
columnstore_*