Skip to content
Snippets Groups Projects
user avatar
Kirill Yukhin authored
* Right now Tarantool runs compilation of a query on top of fiber's stack
  so, so number of triggeres compilation of which was triggered by chain
  should be limited. Introduce dedicated global variable which decreases
  each time new compilation in back track is initiated. Error if zero is
  reached. Set it to limit @ parser
* Add test for verious cases
* Fix out of order build for maintainer mode
* Regenerate parser

Closes #2550
d00e70b2
History