Re: [Maria-developers] MDEV-8844 Unreadable control characters printed as is in warnings

2015-12-22 Thread Alexander Barkov
Hi Sergei, Please review the second version, according to our discussion on IRC. Thanks. On 12/17/2015 10:15 PM, Sergei Golubchik wrote: Hi, Alexander! On Dec 16, Alexander Barkov wrote: Hi Sergei, Please review a patch for MDEV-8844. Thanks! diff --git a/sql/sql_error.cc

Re: [Maria-developers] MDEV-8844 Unreadable control characters printed as is in warnings

2015-12-17 Thread Sergei Golubchik
Hi, Alexander! On Dec 16, Alexander Barkov wrote: > Hi Sergei, > > Please review a patch for MDEV-8844. > > Thanks! > diff --git a/sql/sql_error.cc b/sql/sql_error.cc > index b72d642..1ed3547 100644 > --- a/sql/sql_error.cc > +++ b/sql/sql_error.cc > @@ -931,7 +931,7 @@ char *err_conv(char

[Maria-developers] MDEV-8844 Unreadable control characters printed as is in warnings

2015-12-16 Thread Alexander Barkov
Hi Sergei, Please review a patch for MDEV-8844. Thanks! diff --git a/include/m_ctype.h b/include/m_ctype.h index a552226..b059258 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -582,6 +582,7 @@ struct charset_info_st extern MYSQL_PLUGIN_IMPORT struct charset_info_st my_charset_bin;