Skip to content
  • Tor Didriksen's avatar
    f3d81a29
    Bug#14744160 LIMIT PARSER MEMORY USAGE · f3d81a29
    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
    f3d81a29
    Bug#14744160 LIMIT PARSER MEMORY USAGE
    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
Loading