• unknown's avatar
    Split error message for crashed table to 3 different error messages. · 7402ecac
    unknown authored
    Fixes for Windows
    
    
    Docs/manual.texi:
      Added things to the Windows section
    client/mysql.cc:
      Fixes to get Jani's changes to work on Windows
    include/myisam.h:
      Added chk_status()
    include/mysqld_error.h:
      Split error message for crashed table to 3 different error messages
    myisam/mi_check.c:
      Added chk_status()
    myisam/myisamchk.c:
      Added chk_status(). This gives us better error messages when the
      table is marked as 'crashed'
    sql/ha_myisam.cc:
      Better error messages if the table is marked as crashed
    sql/handler.cc:
      Better error messages if the table is marked as crashed
    sql/share/czech/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/czech/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/danish/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/danish/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/dutch/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/dutch/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/english/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/english/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/estonian/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/estonian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/french/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/french/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/german/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/german/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/greek/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/greek/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/hungarian/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/hungarian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/italian/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/italian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/japanese/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/japanese/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/korean/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/korean/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/norwegian-ny/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/norwegian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/polish/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/polish/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/portuguese/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/portuguese/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/romanian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/russian/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/russian/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/slovak/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/slovak/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/spanish/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/spanish/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/share/swedish/errmsg.OLD:
      Better error messages if the table is marked as crashed
    sql/share/swedish/errmsg.sys:
      Better error messages if the table is marked as crashed
    sql/share/swedish/errmsg.txt:
      Better error messages if the table is marked as crashed
    sql/sql_table.cc:
      Fix for gcc 2.7.2
    7402ecac