mariadb/myisam
unknown f5feb33773 Merge with 3.23 to get fixes for:
mysqldump --delete-master-logs
Portability fix for hammer
Memory overrun for MyISAM
LOAD DATA LOCAL replication bug fix.


BitKeeper/etc/logging_ok:
  auto-union
sql/log.cc:
  Auto merged
client/client_priv.h:
  Merge with 3.23
client/mysqldump.c:
  Merge with 3.23
myisam/mi_dynrec.c:
  Merge with 3.23
mysql-test/t/myisam.test:
  Merge with 3.23
sql/log_event.cc:
  Merge with 3.23
sql/slave.cc:
  Merge with 3.23
sql/sql_delete.cc:
  Merge with 3.23
2003-04-03 12:33:13 +03:00
..
.cvsignore
ChangeLog
ft_boolean_search.c bug in _ftb_strstr fixed :) 2002-11-20 15:17:17 +01:00
ft_dump.c
ft_eval.c
ft_eval.h
ft_nlq_search.c ft_nlq_search.c: 2003-01-08 19:40:35 +01:00
ft_parser.c some DBUG_ENTER/RETURN macro added 2002-10-18 14:53:46 +00:00
ft_static.c --ft_stopword_file command-line option 2003-01-23 13:20:37 +01:00
ft_stem.c
ft_stopwords.c remove warnings 2003-01-27 17:52:55 +01:00
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h some DBUG_ENTER/RETURN macro added 2002-10-18 14:53:46 +00:00
fulltext.h
make-ccc
Makefile.am - Applied required modifications for automake 1.5 2002-11-17 16:45:21 +01:00
mi_cache.c enadling out-of-cache reads for shared IO_CACHE 2003-01-26 14:20:43 +01:00
mi_changed.c
mi_check.c make myisam usable without threads (and even w/o pthread_t) 2003-03-24 11:19:28 +01:00
mi_checksum.c
mi_close.c parallel repair needs rec_buff local for thread !!! 2002-07-14 21:47:46 +02:00
mi_create.c fix auto-increment in sub-key and insert ... select 2003-03-02 01:48:57 +01:00
mi_dbug.c
mi_delete.c
mi_delete_all.c truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CHECK TABLE 2002-10-22 15:16:16 +00:00
mi_delete_table.c
mi_dynrec.c Merge with 3.23 to get fixes for: 2003-04-03 12:33:13 +03:00
mi_extra.c Don't count NULL values in cardinalty for MyISAM tables. 2003-01-09 02:19:14 +02:00
mi_info.c
mi_key.c MyISAM: always store alloced_rec_buff_length with the buffer itself 2002-07-26 14:42:51 +02:00
mi_locking.c
mi_log.c
mi_open.c merge with 3.23 to get: 2003-03-11 21:45:39 +02:00
mi_packrec.c fixed crash with blobs in compressed table 2003-01-30 19:34:19 +01:00
mi_page.c Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
mi_panic.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c
mi_rnext_same.c post-merge fix 2002-12-04 10:47:51 +01:00
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Don't count NULL values in cardinalty for MyISAM tables. 2003-01-09 02:19:14 +02:00
mi_static.c
mi_statrec.c
mi_test1.c A lot of portability fixes. 2003-01-05 20:18:49 +02:00
mi_test2.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
mi_test3.c Fixes for Netware 2003-01-28 08:38:28 +02:00
mi_test_all.res
mi_test_all.sh
mi_unique.c Merge with 3.23 2003-01-16 20:47:46 +02:00
mi_update.c Fixed timing problem with rpl000001 replication test. 2002-08-18 16:04:26 +03:00
mi_write.c bulk insert code optimized 2002-12-07 22:40:20 +01:00
myisamchk.c make myisamchk -R to work, if the table contains fulltext indexes 2003-02-22 15:51:21 +01:00
myisamdef.h fixed crash with blobs in compressed table 2003-01-30 19:34:19 +01:00
myisamlog.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myisampack.c Small fixes in mysql and myisampack 2002-10-04 17:18:41 +03:00
NEWS
sort.c make myisam usable without threads (and even w/o pthread_t) 2003-03-24 11:19:28 +01:00
test_pack
TODO