mariadb/myisam
unknown d32bdcb1bf merge with 4.0.15
BitKeeper/etc/logging_ok:
  auto-union
BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
  Delete: scripts/mysql_fix_privilege_tables.sql
include/mysql.h:
  Auto merged
myisam/mi_open.c:
  Auto merged
myisam/mi_update.c:
  Auto merged
myisam/myisampack.c:
  Auto merged
mysql-test/r/bdb.result:
  Auto merged
mysql-test/r/grant.result:
  Auto merged
mysql-test/t/bdb.test:
  Auto merged
mysql-test/t/grant.test:
  Auto merged
mysql-test/t/range.test:
  Auto merged
scripts/make_win_src_distribution.sh:
  Auto merged
sql/ha_berkeley.cc:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/opt_range.cc:
  Auto merged
support-files/mysql.spec.sh:
  Auto merged
2003-09-11 20:24:14 +03:00
..
ftbench ft benchmark suite: initial checkin 2003-03-29 20:40:03 +03:00
.cvsignore This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_boolean_search.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
ft_dump.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
ft_eval.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
ft_eval.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
ft_nlq_search.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
ft_parser.c Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
ft_static.c Merge with 4.0.11 2003-02-04 21:52:14 +02:00
ft_stem.c Update copyright 2001-12-06 14:10:51 +02:00
ft_stopwords.c After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
ft_test1.c Merge with 4.0.3 2002-08-30 12:40:40 +03:00
ft_test1.h Update copyright 2001-12-06 14:10:51 +02:00
ft_update.c ft_update.c: 2003-06-11 16:27:26 -05:00
ftdefs.h Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
fulltext.h Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Many files: 2003-06-12 04:29:02 -07:00
mi_cache.c enadling out-of-cache reads for shared IO_CACHE 2003-01-26 14:20:43 +01:00
mi_changed.c Update copyright 2001-12-06 14:10:51 +02:00
mi_check.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
mi_checksum.c CHECKSUM TABLE table1, table2, ... [ QUICK | EXTENDED ] 2003-09-03 11:34:32 +02:00
mi_close.c parallel repair needs rec_buff local for thread !!! 2002-07-14 21:47:46 +02:00
mi_create.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
mi_dbug.c MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
mi_delete.c FT2 bug in mi_delete fixed 2003-06-12 12:41:29 +02:00
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 Update copyright 2001-12-06 14:10:51 +02:00
mi_dynrec.c post-merge fixes 2003-08-28 13:14:54 +02:00
mi_extra.c Merge with 4.0.14 2003-08-11 22:44:43 +03: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 Merge with 4.0.14 2003-08-11 22:44:43 +03:00
mi_locking.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_log.c Update copyright 2001-12-06 14:10:51 +02:00
mi_open.c merge with 4.0.15 2003-09-11 20:24:14 +03:00
mi_packrec.c more sanity checks for compressed files, BUG#770 2003-09-02 16:49:00 +02:00
mi_page.c more DBUG_xxx tags 2003-06-09 22:26:22 +02:00
mi_panic.c Update copyright 2001-12-06 14:10:51 +02:00
mi_preload.c Fixed some new memory leaks 2003-06-24 12:10:35 +03:00
mi_range.c After merge fixes 2003-05-21 21:39:58 +03:00
mi_rename.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rfirst.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rkey.c After merge fixes 2003-05-21 21:39:58 +03:00
mi_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rnext.c Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
mi_rnext_same.c Merge with 4.0.6 2002-12-05 19:38:42 +02:00
mi_rprev.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rrnd.c myisammrg::index_next_same 2002-11-25 22:18:44 +01:00
mi_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsamepos.c Update copyright 2001-12-06 14:10:51 +02:00
mi_scan.c Update copyright 2001-12-06 14:10:51 +02:00
mi_search.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
mi_static.c support for HA_READ_PREFIX_LAST_OR_PREV in headres 2002-10-25 14:09:47 +00:00
mi_statrec.c Ensure that share->tot_locks s updated correctly 2002-06-17 12:34:19 +03:00
mi_test1.c MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
mi_test2.c MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
mi_test3.c Fixed problem with const table named with crashed test suite on MacOSX 2003-04-02 13:06:33 +03:00
mi_test_all.res Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_test_all.sh Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
mi_unique.c CHARSET_INFO structure reorganization for easier maintainance 2003-05-23 17:45:52 +05:00
mi_update.c merge with 4.0.15 2003-09-11 20:24:14 +03:00
mi_write.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
myisamchk.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
myisamdef.h Fix for #712 with Serg's suggestions 2003-07-19 18:17:29 +05:00
myisamlog.c merge with 4.0.15 2003-08-29 13:44:35 +03:00
myisampack.c merge with 4.0.15 2003-09-11 20:24:14 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
rt_index.c R-tree bug fixes. 2003-03-20 20:55:53 +04:00
rt_index.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_key.c Code cleanup 2003-02-19 21:28:19 +04:00
rt_key.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
rt_mbr.c Windows build fix 2003-01-18 14:04:34 -08:00
rt_mbr.h MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
rt_split.c Bug fix: should use my_free() instead of my_afree() after my_multi_malloc(). 2003-04-01 15:33:09 +05:00
rt_test.c MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
sort.c Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sp_defs.h This ChangeSet adds RTREE support into myisam library. 2002-02-20 14:11:21 +04:00
sp_key.c R-tree bug fixes. 2003-03-20 20:55:53 +04:00
sp_test.c MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00