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
MCOL-4597: logic from postConfigure migrated to post-install to upgrade existing columnstore.cnf
This commit is contained in:
committed by
David Hall
parent
69a2a003d4
commit
12e3368ebf
@ -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_*
|
||||
|
Reference in New Issue
Block a user