• unknown's avatar
    row0mysql.c, row0mysql.h, ha_innodb.cc, sql_table.cc, handler.h: · 1f3c20d3
    unknown authored
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    
    
    sql/handler.h:
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    sql/sql_table.cc:
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    sql/ha_innodb.cc:
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    innobase/include/row0mysql.h:
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    innobase/row/row0mysql.c:
      Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
    1f3c20d3
row0mysql.c 62.1 KB