mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Fixed bug in REGEXP for Linux Alpha
This commit is contained in:
parent
81a4e10105
commit
d2dc65f1b4
8 changed files with 131 additions and 15 deletions
|
|
@ -828,7 +828,7 @@ register states aft; /* states already known reachable after */
|
|||
register sopno pc;
|
||||
register onestate here; /* note, macros know this name */
|
||||
register sopno look;
|
||||
register int i;
|
||||
register onestate i; /* Changed from int by Monty */
|
||||
|
||||
for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
|
||||
s = g->strip[pc];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue