• Timothy Smith's avatar
    Completing snapshot innodb-5.1-ss2438, part 2. Fixes · e361d448
    Timothy Smith authored
    Bug #36169: create innodb compressed table with too large row size crashed
    
    
    Revision comments:
    
    r2422 | vasil | 2008-04-24 16:00:30 +0300 (Thu, 24 Apr 2008) | 11 lines
    branches/5.1:
    
    Fix Bug#36169 create innodb compressed table with too large row size crashed
    
    Sometimes it is possible that
    row_drop_table_for_mysql(index->table_name, trx, FALSE); is invoked in
    row_create_index_for_mysql() when the index object is freed so copy the
    table name to a safe place beforehand and use the copy.
    
    Approved by:	Sunny
    e361d448
row0mysql.c 111 KB