• Michael Widenius's avatar
    Fixed compiler and build error: · d46aee70
    Michael Widenius authored
    - Fixed main.mysqlcheck error on windows
    - Fixed 'can't drop database pbxt' failure when running pbxt.mysqlslap
    
    
    sql/table.cc:
      When using not legal file names for checking a non existing table, one got a warning in the log file which caused mysql.mysqlcheck to fail
    storage/innodb_plugin/row/row0upd.c:
      Fixed compiler warning
    storage/pbxt/src/table_xt.cc:
      Remove table that is dropped from 'repair-pending'.
      Fixed 'can't drop database pbxt' failure when running pbxt.mysqlslap
    d46aee70
row0upd.c 61.8 KB