Skip to content
  • Frazer Clement's avatar
    b2a02507
    Bug#24444878 MYSQLD CRASH DURING UNIQUE KEY CREATION · b2a02507
    Frazer Clement authored
    - Regression introduced by fix for Bug#23089566
      HA_NDBCLUSTER::OPEN_INDEXES MEMORY LEAK. The mysqld crash in a
      debug compile assert.
    
    - Testcase created to show the problem, the debug time assert in
      release_indexes() removed to avoid since m_table poiunter is not
      really used by the function. It was just a way to detect if table
      is open or not.
    b2a02507
    Bug#24444878 MYSQLD CRASH DURING UNIQUE KEY CREATION
    Frazer Clement authored
    - Regression introduced by fix for Bug#23089566
      HA_NDBCLUSTER::OPEN_INDEXES MEMORY LEAK. The mysqld crash in a
      debug compile assert.
    
    - Testcase created to show the problem, the debug time assert in
      release_indexes() removed to avoid since m_table poiunter is not
      really used by the function. It was just a way to detect if table
      is open or not.
Loading