Commit 65079ece authored by Alexander Barkov's avatar Alexander Barkov

Re-recording `MTR_FEEDBACK_PLUGIN=1 mtr plugins.feedback_plugin_send` results

A cleanup for MDEV-25829.
parent 173edf60
...@@ -21,24 +21,51 @@ ORDER BY VARIABLE_NAME; ...@@ -21,24 +21,51 @@ ORDER BY VARIABLE_NAME;
VARIABLE_VALUE>0 VARIABLE_NAME VARIABLE_VALUE>0 VARIABLE_NAME
1 Collation used binary 1 Collation used binary
1 Collation used latin1_swedish_ci 1 Collation used latin1_swedish_ci
1 Collation used ucs2_general_ci
1 Collation used ucs2_uca1400_ai_ci
1 Collation used utf16_general_ci
1 Collation used utf16_uca1400_ai_ci
1 Collation used utf32_general_ci
1 Collation used utf32_uca1400_ai_ci
1 Collation used utf8mb3_bin 1 Collation used utf8mb3_bin
1 Collation used utf8mb3_general_ci 1 Collation used utf8mb3_general_ci
1 Collation used utf8mb3_uca1400_ai_ci
1 Collation used utf8mb4_bin 1 Collation used utf8mb4_bin
1 Collation used utf8mb4_general_ci
1 Collation used utf8mb4_uca1400_ai_ci
prepare stmt from "SELECT VARIABLE_VALUE>0, VARIABLE_NAME FROM INFORMATION_SCHEMA.FEEDBACK WHERE VARIABLE_NAME LIKE 'Collation used %' ORDER BY VARIABLE_NAME"; prepare stmt from "SELECT VARIABLE_VALUE>0, VARIABLE_NAME FROM INFORMATION_SCHEMA.FEEDBACK WHERE VARIABLE_NAME LIKE 'Collation used %' ORDER BY VARIABLE_NAME";
execute stmt; execute stmt;
VARIABLE_VALUE>0 VARIABLE_NAME VARIABLE_VALUE>0 VARIABLE_NAME
1 Collation used binary 1 Collation used binary
1 Collation used latin1_swedish_ci 1 Collation used latin1_swedish_ci
1 Collation used ucs2_general_ci
1 Collation used ucs2_uca1400_ai_ci
1 Collation used utf16_general_ci
1 Collation used utf16_uca1400_ai_ci
1 Collation used utf32_general_ci
1 Collation used utf32_uca1400_ai_ci
1 Collation used utf8mb3_bin 1 Collation used utf8mb3_bin
1 Collation used utf8mb3_general_ci 1 Collation used utf8mb3_general_ci
1 Collation used utf8mb3_uca1400_ai_ci
1 Collation used utf8mb4_bin 1 Collation used utf8mb4_bin
1 Collation used utf8mb4_general_ci
1 Collation used utf8mb4_uca1400_ai_ci
execute stmt; execute stmt;
VARIABLE_VALUE>0 VARIABLE_NAME VARIABLE_VALUE>0 VARIABLE_NAME
1 Collation used binary 1 Collation used binary
1 Collation used latin1_swedish_ci 1 Collation used latin1_swedish_ci
1 Collation used ucs2_general_ci
1 Collation used ucs2_uca1400_ai_ci
1 Collation used utf16_general_ci
1 Collation used utf16_uca1400_ai_ci
1 Collation used utf32_general_ci
1 Collation used utf32_uca1400_ai_ci
1 Collation used utf8mb3_bin 1 Collation used utf8mb3_bin
1 Collation used utf8mb3_general_ci 1 Collation used utf8mb3_general_ci
1 Collation used utf8mb3_uca1400_ai_ci
1 Collation used utf8mb4_bin 1 Collation used utf8mb4_bin
1 Collation used utf8mb4_general_ci
1 Collation used utf8mb4_uca1400_ai_ci
deallocate prepare stmt; deallocate prepare stmt;
set global sql_mode=ONLY_FULL_GROUP_BY; set global sql_mode=ONLY_FULL_GROUP_BY;
# restart # restart
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment