Details
-
Type:
Bug
-
Status: Confirmed (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9
-
Component/s: Character Sets, Debug
-
Labels:
Description
SET collation_connection=utf16le_general_ci; |
SET GLOBAL debug_dbug='d,any_random_string'; |
Will add about 8000-11000 lines of debug information to the error log. However,
SET GLOBAL debug_dbug='d,any_random_string'; |
Does not. Happens on all 10.2-10.9 debug versions. Tested via CLI only.
Discussed with Alexander Barkov and Marko Mäkelä.