-
Tor Didriksen authored
This is a followup patch. Problem: check-testcase by mtr may fail. It does SELECT * FROM INFORMATION_SCHEMA.VIEWS which will invoke the parser recursively, and will need more than 400kbytes Solution: raise the minimum value of parser_max_mem_size to 10MB
Tor Didriksen authoredThis is a followup patch. Problem: check-testcase by mtr may fail. It does SELECT * FROM INFORMATION_SCHEMA.VIEWS which will invoke the parser recursively, and will need more than 400kbytes Solution: raise the minimum value of parser_max_mem_size to 10MB
Loading