• unknown's avatar
    ha_innodb.h, ha_innodb.cc: · 46438203
    unknown authored
      Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
    log0recv.c:
      Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
    
    
    innobase/log/log0recv.c:
      Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
    sql/ha_innodb.cc:
      Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
    sql/ha_innodb.h:
      Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
    46438203
ha_innodb.h 7.7 KB