mariadb/include
unknown b17e202d3c Split error message for crashed table to 3 different error messages.
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
2000-11-22 03:45:02 +02:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
.my_sys.h.swp fixed --skip-slave-thread bug 2000-10-26 22:11:55 -06:00
config-win.h Fixed benchmarks and compare of NULL with <> 2000-10-17 23:57:26 +03:00
dbug.h Small bug fixes 2000-09-07 04:55:17 +03:00
errmsg.h Import changeset 2000-07-31 21:29:14 +02:00
ft_global.h fixed bug with FULLTEXT and ORDER BY 2000-11-04 15:48:06 +01:00
getopt.h Import changeset 2000-07-31 21:29:14 +02:00
global.h Changes from teg@redhat.com - subtle bugs that only show up under 2000-11-06 12:23:19 -05:00
hash.h Import changeset 2000-07-31 21:29:14 +02:00
heap.h Import changeset 2000-07-31 21:29:14 +02:00
m_ctype.h Import changeset 2000-07-31 21:29:14 +02:00
m_string.h Update of interface for BDB tables. 2000-10-24 02:39:54 +03:00
Makefile.am Automatic repair of MyISAM tables + small bug fixes 2000-10-17 00:47:15 +03:00
merge.h Import changeset 2000-07-31 21:29:14 +02:00
my_alarm.h Import changeset 2000-07-31 21:29:14 +02:00
my_base.h Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
my_dir.h Import changeset 2000-07-31 21:29:14 +02:00
my_list.h Import changeset 2000-07-31 21:29:14 +02:00
my_net.h Import changeset 2000-07-31 21:29:14 +02:00
my_no_pthread.h Import changeset 2000-07-31 21:29:14 +02:00
my_nosys.h Import changeset 2000-07-31 21:29:14 +02:00
my_pthread.h Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
my_sys.h Bug fix for NATURAL JOIN, Split manual sections and more statistic variables 2000-11-20 02:57:02 +02:00
my_tree.h Fixes for FULLTEXT and TIME type 2000-09-13 01:08:34 +03:00
myisam.h Split error message for crashed table to 3 different error messages. 2000-11-22 03:45:02 +02:00
myisammrg.h Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myisampack.h Import changeset 2000-07-31 21:29:14 +02:00
mysql.h Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
mysql_com.h BACKUP TABLE TO 'directory' 2000-09-14 16:34:50 -06:00
mysql_version.h.in PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
mysqld_error.h Split error message for crashed table to 3 different error messages. 2000-11-22 03:45:02 +02:00
mysys_err.h Fixes for release 2000-09-27 02:40:54 +03:00
nisam.h Import changeset 2000-07-31 21:29:14 +02:00
queues.h Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
raid.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-case.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-longopts.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-usage.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-vars.h Import changeset 2000-07-31 21:29:14 +02:00
t_ctype.h Import changeset 2000-07-31 21:29:14 +02:00
thr_alarm.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
thr_lock.h Import changeset 2000-07-31 21:29:14 +02:00
violite.h Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00