mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merged 5.1 with maria 5.1
This commit is contained in:
@ -533,7 +533,7 @@ int 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