mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
charset.c:
debug code has been removed , mysys/charset.c: debug code has been removed ,
This commit is contained in:
parent
5dc8768a3b
commit
f6033157d9
1 changed files with 0 additions and 2 deletions
|
|
@ -244,7 +244,6 @@ static int fill_uint16(uint16 *a,uint size,const char *str, uint len)
|
|||
{
|
||||
uint i=0;
|
||||
const char *s, *b, *e=str+len;
|
||||
char buf[6];
|
||||
for (s=str ; s<e ; i++)
|
||||
{
|
||||
for ( ; (s<e) && strchr(" \t\r\n",s[0]); s++);
|
||||
|
|
@ -254,7 +253,6 @@ static int fill_uint16(uint16 *a,uint size,const char *str, uint len)
|
|||
break;
|
||||
if (i>size)
|
||||
break;
|
||||
mstr(buf,b,6,s-b);
|
||||
a[i]=my_strntol(my_charset_latin1,b,s-b,NULL,16);
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue