79102256

Date: 2024-10-18 13:25:07
Score: 3.5
Natty:
Report link

Here in maridb repo https://github.com/MariaDB/server/blob/a812dba6dc881a8a7fbd9bcc1451d2e54c92575c/sql/sql_lex.h#L45

You can find string #define SELECT_NESTING_MAP_SIZE 64

So maximum nesting is 64. You can incrase this value and rebuild mariadb.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chak Chaky