mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix mixed up GRANT privilege in user manager, caused by errors and high complexity in regular expression. See issue #2671. Revert modification in SynRegExpr.pas again, now that we have only about 10 parentheses left.
This commit is contained in:
@ -161,7 +161,7 @@ const
|
||||
|
||||
|
||||
const
|
||||
NSUBEXP = 30; // max number of subexpression //###0.929
|
||||
NSUBEXP = 15; // max number of subexpression //###0.929
|
||||
// Cannot be more than NSUBEXPMAX
|
||||
// Be carefull - don't use values which overflow CLOSE opcode
|
||||
// (in this case you'll get compiler erorr).
|
||||
|
Reference in New Issue
Block a user