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

Set server defaults to keep test results consistent since some test cases check for that (#2359)

This commit is contained in:
Daniel Lee
2022-05-02 18:23:34 -04:00
committed by GitHub
parent 0c2f6674a2
commit 51dc96e9c9

View File

@@ -65,8 +65,8 @@ USE outerjoin;
--source ../csinternal/include/dbt3/countTables.inc --source ../csinternal/include/dbt3/countTables.inc
--source ../csinternal/include/autopilot_create_outerjoin_tables.inc --source ../csinternal/include/autopilot_create_outerjoin_tables.inc
# #
# Set table name to case insensitive # Set table name to case insensitive and couple other defaults
--exec sed -i 's/\[mysqld\]/\[mysqld\]\nlower_case_table_name=1/g' /etc/my.cnf.d/server.cnf --exec sed -i 's#\[mysqld\]#\[mysqld\]\nlower_case_table_names=1\ncharacter_set_server=utf8mb3\ncolumnstore_use_import_for_batchinser=ALWAYS#g' /etc/my.cnf.d/server.cnf
# #
--exec systemctl restart mariadb --exec systemctl restart mariadb
--exec sleep 10 --exec sleep 10