Commit c356b37b authored by joerg@mysql.com's avatar joerg@mysql.com

Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/mysql-4.1

parents 003b28d0 cf722bc3
......@@ -608,7 +608,7 @@ static int execute_commands(MYSQL *mysql,int argc, char **argv)
{
char *pos,buff[40];
ulong sec;
pos=strchr(status,' ');
pos= (char*) strchr(status,' ');
*pos++=0;
printf("%s\t\t\t",status); /* print label */
if ((status=str2int(pos,10,0,LONG_MAX,(long*) &sec)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment