mariadb/myisam
unknown 97dbe8dbe3 Several fixes for Netware.
client/client_priv.h:
  Added option auto close for Netware.
client/mysql.cc:
  Added option auto close for Netware.
client/mysqladmin.c:
  Added option auto close for Netware.
client/mysqlbinlog.cc:
  Added option auto close for Netware.
client/mysqlcheck.c:
  Added option auto close for Netware.
client/mysqldump.c:
  Added option auto close for Netware.
client/mysqlimport.c:
  Added option auto close for Netware.
client/mysqlshow.c:
  Added option auto close for Netware.
client/mysqltest.c:
  Fixed help messages for Netware.
extra/my_print_defaults.c:
  Fixed help messages for Netware.
extra/perror.c:
  Fixed help messages for Netware.
extra/resolve_stack_dump.c:
  Fixed help messages for Netware.
include/help_end.h:
  Fixed help messages for Netware.
include/help_start.h:
  Fixed help messages for Netware.
isam/isamchk.c:
  Added auto close of window for Netware
isam/pack_isam.c:
  Added auto close of window for Netware
myisam/myisamchk.c:
  Added auto close of window for Netware
myisam/myisamlog.c:
  Added help for Netware.
myisam/myisampack.c:
  Added auto close for Netware.
netware/myisamchk.def:
  Scrollable screen patch.
netware/mysql.def:
  Scrollable screen patch.
netware/mysql_test_run.c:
  Fixed strindex for Netware.
netware/mysqladmin.def:
  Scrollable screen patch.
netware/mysqlbinlog.def:
  Scrollable screen patch.
netware/mysqlcheck.def:
  Scrollable screen patch.
netware/mysqld_safe.c:
  Removed debug message for Netware.
netware/mysqldump.def:
  Scrollable screen patch.
netware/mysqlimport.def:
  Scrollable screen patch.
netware/mysqlshow.def:
  Scrollable screen patch.
sql/mysqld.cc:
  Abnormal end patch when shutting down and volume not ready.
2005-08-24 22:03:34 +03:00
..
.cvsignore
ChangeLog
ft_boolean_search.c ft_boolean_search.c: 2004-11-22 18:37:30 +01:00
ft_eval.c
ft_eval.h
ft_nlq_search.c ft_nlq_search.c: 2005-02-15 17:27:23 -06:00
ft_parser.c backport bug#2708 fix from 4.1 2004-05-27 21:14:59 +02:00
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h backport from 4.1: 2004-05-10 12:39:01 +02:00
fulltext.h
make-ccc
Makefile.am - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the 2004-02-03 22:25:02 +01:00
mi_cache.c
mi_changed.c
mi_check.c Bug #10901 2005-06-03 22:52:24 +02:00
mi_checksum.c
mi_close.c Reverted patch for new usage of open_count as it caused more problems than it solved 2004-10-06 01:24:21 +03:00
mi_create.c Fix for a build bug. 2005-03-04 09:30:22 +01:00
mi_dbug.c Fixed bug in last push found by valgrind 2003-12-14 08:12:07 -05:00
mi_delete.c
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c A DBUG_RETURN to match a DBUG_ENTER 2004-05-06 22:55:30 +02:00
mi_extra.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
mi_info.c Fixed memory allocation in Unique to not allocate too much memory 2003-06-26 07:56:55 +03:00
mi_key.c Fixed wrong buffer usage for auto-increment key with blob part that caused CHECK TABLE to report that the table was wrong. (Bug #10045) 2005-05-13 23:08:29 +03:00
mi_locking.c Code cleanups while doing review of pushed code 2004-10-06 17:20:39 +03:00
mi_log.c
mi_open.c "Table file %s was created in MySQL 4.1+" is an error, not a warning 2004-11-22 19:18:35 +01:00
mi_packrec.c Correct fix for buffer overruns for compressed blobs. 2003-09-24 14:33:23 +03:00
mi_page.c
mi_panic.c
mi_range.c Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
mi_rename.c
mi_rfirst.c
mi_rkey.c Fix reference to not initialized memory 2003-04-30 10:15:09 +03:00
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Fixed some DBUG_PRINT format problems. 2004-07-26 15:32:52 +02:00
mi_static.c
mi_statrec.c
mi_test1.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mi_test2.c Fix for service names on windows; Now we always put the service name last when we create a service 2003-11-17 13:06:32 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
mi_unique.c
mi_update.c Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. 2003-09-05 06:42:55 +03:00
mi_write.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
myisam_ftdump.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
myisamchk.c Several fixes for Netware. 2005-08-24 22:03:34 +03:00
myisamdef.h two bugs in parallel repair fixed 2004-01-20 09:05:37 +01:00
myisamlog.c Several fixes for Netware. 2005-08-24 22:03:34 +03:00
myisampack.c Several fixes for Netware. 2005-08-24 22:03:34 +03:00
NEWS
sort.c BUG#11684 fix. 2005-08-02 11:33:26 +05:00
test_pack
TODO