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

Fix charset in MTR

This commit is contained in:
Timofey Turenko
2025-06-18 18:01:51 +03:00
committed by Leonid Fedorov
parent 68f60cd695
commit 38a5a7edec
40 changed files with 92 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
--disable_query_log
SET character_set_server = 'utf8mb3';
SET collation_server = 'utf8mb3_general_ci';
--enable_query_log