Re-recording MTR_FEEDBACK_PLUGIN=1 mtr plugins.feedback_plugin_send results

A cleanup for MDEV-25829.
This commit is contained in:
Alexander Barkov 2024-05-28 07:27:30 +04:00
parent 173edf607d
commit 65079ece42

View file

@ -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