[Maria-developers] MDEV-7807 information_schema.processlist truncates queries with binary strings
Hi Sergei, Please review the patch for: MDEV-7807 information_schema.processlist truncates queries with binary strings The patch is for 10.1, as agreed with the reporter. Previously in 10.1 we fixed binary->string conversion behaviour not to truncate on bad bytes, and replace bad bytes to question marks instead. That fixed half of the problem reported. This patch adds a new new column "PROCESSLIST.INFO_BINARY blob". Thanks.
Hi, Alexander! On Apr 09, Alexander Barkov wrote:
Hi Sergei,
Please review the patch for:
MDEV-7807 information_schema.processlist truncates queries with binary strings
The patch is for 10.1, as agreed with the reporter. Previously in 10.1 we fixed binary->string conversion behaviour not to truncate on bad bytes, and replace bad bytes to question marks instead. That fixed half of the problem reported.
This patch adds a new new column "PROCESSLIST.INFO_BINARY blob".
Thanks.
Ok to push! Regards, Sergei
participants (2)
-
Alexander Barkov
-
Sergei Golubchik