mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge pilot.mysql.com:/data/msvensson/mysql/my50-bt-36463
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-bugteam
This commit is contained in:
@ -493,7 +493,7 @@ static void DbugParse(CODE_STATE *cs, const char *control)
|
||||
}
|
||||
|
||||
end= DbugStrTok(control);
|
||||
while (1)
|
||||
while (control < end)
|
||||
{
|
||||
int c, sign= (*control == '+') ? 1 : (*control == '-') ? -1 : 0;
|
||||
if (sign) control++;
|
||||
|
Reference in New Issue
Block a user