mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Callers of start_timer should have ulonglong data type
Oversight spotted by svoj: https://github.com/MariaDB/server/pull/332#discussion_r114708923
This commit is contained in:
committed by
Sergey Vojtovich
parent
ca2d9546c8
commit
6486bac29f
@@ -3209,7 +3209,8 @@ com_go(String *buffer,char *line __attribute__((unused)))
|
||||
char buff[200]; /* about 110 chars used so far */
|
||||
char time_buff[52+3+1]; /* time max + space&parens + NUL */
|
||||
MYSQL_RES *result;
|
||||
ulong timer, warnings= 0;
|
||||
ulonglong timer;
|
||||
ulong warnings= 0;
|
||||
uint error= 0;
|
||||
int err= 0;
|
||||
|
||||
|
Reference in New Issue
Block a user