Skip to content
  • Haixiang Li's avatar
    b9b03fad
    Bug#21139522 PREPARED STATEMENT EXPLAIN DELETE .. WITH STRICT MODE VIOLATION · b9b03fad
    Haixiang Li authored
                 FLATLINES
    
    Description:
    ------------
    When MySQL calls 'EXECUTE s' at the first time to run a prepare statement with
    'EXPLAIN', it did not release 'column_buffer' object, if running the same
    statement at the second time, a dead loop appeared, it seems MySQL was hanged.
    
    Fix:
    ----
    Release 'column_buffer' object by a helper class.
    
    Test case added.
    b9b03fad
    Bug#21139522 PREPARED STATEMENT EXPLAIN DELETE .. WITH STRICT MODE VIOLATION
    Haixiang Li authored
                 FLATLINES
    
    Description:
    ------------
    When MySQL calls 'EXECUTE s' at the first time to run a prepare statement with
    'EXPLAIN', it did not release 'column_buffer' object, if running the same
    statement at the second time, a dead loop appeared, it seems MySQL was hanged.
    
    Fix:
    ----
    Release 'column_buffer' object by a helper class.
    
    Test case added.
Loading