• Michael Widenius's avatar
    Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with an error. · 75e8ce6d
    Michael Widenius authored
    
    sql/handler.cc:
      SHOW INNODB STATUS sometimes returns 0 even if it has generated an error.
      This code is here to catch it until InnoDB some day is fixed.
    storage/innobase/handler/ha_innodb.cc:
      Catch at least one of the possible errors from SHOW INNODB STATUS to provide a correct return code.
    storage/xtradb/handler/ha_innodb.cc:
      Catch at least one of the possible errors from SHOW INNODB STATUS to provide a correct return code.
    support-files/my-huge.cnf.sh:
      Fixed typo
    75e8ce6d
handler.cc 155 KB