mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Merge neptunus.(none):/home/msvensson/mysql/my50-m-bug21042
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
This commit is contained in:
commit
249465e1fd
1 changed files with 1 additions and 1 deletions
|
@ -2858,7 +2858,7 @@ com_connect(String *buffer, char *line)
|
|||
bzero(buff, sizeof(buff));
|
||||
if (buffer)
|
||||
{
|
||||
strmov(buff, line);
|
||||
strxnmov(buff, sizeof(buff), line, NullS);
|
||||
tmp= get_arg(buff, 0);
|
||||
if (tmp && *tmp)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue