You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
54 lines
1.8 KiB
INI
54 lines
1.8 KiB
INI
# The following options will be passed to all MySQL clients
|
|
[client]
|
|
#password = your_password
|
|
socket = /usr/local/mariadb/columnstore/mysql/lib/mysql/mysql.sock
|
|
|
|
# Here follows entries for some specific programs
|
|
|
|
# The MySQL server
|
|
[mysqld]
|
|
socket = /usr/local/mariadb/columnstore/mysql/lib/mysql/mysql.sock
|
|
datadir = /usr/local/mariadb/columnstore/mysql/db
|
|
sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
|
|
#columnstore_processing_handlers_fallback = OFF;
|
|
|
|
# Enable compression by default on create, set to 0 to turn off
|
|
#columnstore_compression_type=2
|
|
|
|
# Default for string table threshhold
|
|
#columnstore_stringtable_threshold=20
|
|
|
|
# infinidb local query flag
|
|
#columnstore_local_query=0
|
|
|
|
#columnstore_diskjoin_smallsidelimit=0
|
|
#columnstore_diskjoin_largesidelimit=0
|
|
#columnstore_diskjoin_bucketsize=100
|
|
#columnstore_um_mem_limit=0
|
|
|
|
#columnstore_use_import_for_batchinsert=1
|
|
#columnstore_import_for_batchinsert_delimiter=7
|
|
|
|
basedir = /usr/local/mariadb/columnstore/mysql/
|
|
character-sets-dir = /usr/local/mariadb/columnstore/mysql/share/charsets/
|
|
lc-messages-dir = /usr/local/mariadb/columnstore/mysql/share/
|
|
plugin_dir = /usr/local/mariadb/columnstore/mysql/lib/plugin
|
|
|
|
# Replication Master Server (default)
|
|
# binary logging is required for replication
|
|
# log-bin=mysql-bin
|
|
binlog_format=ROW
|
|
|
|
# required unique id between 1 and 2^32 - 1
|
|
# defaults to 1 if master-host
|
|
# uses to 2+ if slave-host
|
|
server-id = 1
|
|
|
|
# binary logging - not required for slaves, but recommended
|
|
log-bin=/usr/local/mariadb/columnstore/mysql/db/mysql-bin
|
|
relay-log=/usr/local/mariadb/columnstore/mysql/db/relay-bin
|
|
relay-log-index = /usr/local/mariadb/columnstore/mysql/db/relay-bin.index
|
|
relay-log-info-file = /usr/local/mariadb/columnstore/mysql/db/relay-bin.info
|
|
|
|
lower_case_table_names=1
|