From 65079ece42f383bdeb9b3f913a833a6f0123919d Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 28 May 2024 07:27:30 +0400 Subject: [PATCH] Re-recording `MTR_FEEDBACK_PLUGIN=1 mtr plugins.feedback_plugin_send` results A cleanup for MDEV-25829. --- .../plugins/r/feedback_plugin_send.result | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/mysql-test/suite/plugins/r/feedback_plugin_send.result b/mysql-test/suite/plugins/r/feedback_plugin_send.result index 1f7539978c8..8878cf2935c 100644 --- a/mysql-test/suite/plugins/r/feedback_plugin_send.result +++ b/mysql-test/suite/plugins/r/feedback_plugin_send.result @@ -21,24 +21,51 @@ ORDER BY VARIABLE_NAME; VARIABLE_VALUE>0 VARIABLE_NAME 1 Collation used binary 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_general_ci +1 Collation used utf8mb3_uca1400_ai_ci 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"; execute stmt; VARIABLE_VALUE>0 VARIABLE_NAME 1 Collation used binary 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_general_ci +1 Collation used utf8mb3_uca1400_ai_ci 1 Collation used utf8mb4_bin +1 Collation used utf8mb4_general_ci +1 Collation used utf8mb4_uca1400_ai_ci execute stmt; VARIABLE_VALUE>0 VARIABLE_NAME 1 Collation used binary 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_general_ci +1 Collation used utf8mb3_uca1400_ai_ci 1 Collation used utf8mb4_bin +1 Collation used utf8mb4_general_ci +1 Collation used utf8mb4_uca1400_ai_ci deallocate prepare stmt; set global sql_mode=ONLY_FULL_GROUP_BY; # restart