mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/mysql-4.1
client/mysqladmin.cc: Auto merged
This commit is contained in:
@@ -608,7 +608,7 @@ static int execute_commands(MYSQL *mysql,int argc, char **argv)
|
|||||||
{
|
{
|
||||||
char *pos,buff[40];
|
char *pos,buff[40];
|
||||||
ulong sec;
|
ulong sec;
|
||||||
pos=strchr(status,' ');
|
pos= (char*) strchr(status,' ');
|
||||||
*pos++=0;
|
*pos++=0;
|
||||||
printf("%s\t\t\t",status); /* print label */
|
printf("%s\t\t\t",status); /* print label */
|
||||||
if ((status=str2int(pos,10,0,LONG_MAX,(long*) &sec)))
|
if ((status=str2int(pos,10,0,LONG_MAX,(long*) &sec)))
|
||||||
|
Reference in New Issue
Block a user