mariadb/storage/myisam
Sergey Vojtovich 4050910f03 BUG#40980 - Drop table can remove another MyISAM table's
data and index files

It was possible if DATA/INDEX DIRECTORY is pointing to
symlinked MySQL data home directory.

Do not allow to drop data/index files implicitly symlinked
to data home directory. For such tables remove symlink only.
2010-04-01 18:49:02 +04:00
..
ftbench
.cvsignore
ChangeLog
CMakeLists.txt Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
ft_boolean_search.c BUG#50351 - ft_min_word_len=2 Causes query to hang 2010-02-02 15:08:49 +04:00
ft_eval.c
ft_eval.h
ft_nlq_search.c
ft_parser.c
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h
fulltext.h
ha_myisam.cc BUG#51307 - widespread corruption with partitions and 2010-03-02 13:45:50 +04:00
ha_myisam.h Bug#35111 - Truncate a MyISAM partitioned table does not reset 2009-07-08 17:41:34 +05:30
make-ccc
Makefile.am
mi_cache.c
mi_changed.c
mi_check.c BUG#51866 - crash with repair by sort and fulltext keys 2010-03-25 16:08:21 +04:00
mi_checksum.c
mi_close.c merge 5.0-bugteam to 5.1-bugteam 2009-04-06 12:31:17 +05:30
mi_create.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_dbug.c
mi_delete.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_delete_all.c BUG#51868 - crash with myisam_use_mmap and partitioned 2010-03-22 16:30:27 +04:00
mi_delete_table.c BUG#40980 - Drop table can remove another MyISAM table's 2010-04-01 18:49:02 +04:00
mi_dynrec.c BUG#51868 - crash with myisam_use_mmap and partitioned 2010-03-22 16:30:27 +04:00
mi_extra.c BUG#51868 - crash with myisam_use_mmap and partitioned 2010-03-22 16:30:27 +04:00
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c Merge fix for BUG48438 to mysql-5.1-bugteam. 2010-02-12 16:47:43 +04:00
mi_log.c
mi_open.c BUG#47598 - MyISAM may write uninitialized data to disk 2010-03-25 15:18:14 +04:00
mi_packrec.c merge mysql-5.0-bugteam to mysql-5.1-bugteam 2009-12-17 17:15:13 +05:30
mi_page.c BUG#47598 - MyISAM may write uninitialized data to disk 2010-03-25 15:18:14 +04:00
mi_panic.c
mi_preload.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c BUG#51877 - HANDLER interface causes invalid memory read 2010-03-25 15:49:01 +04:00
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Merge from 5.0 2009-09-17 17:25:52 +02:00
mi_static.c merge mysql-5.0-bugteam to mysql-5.1-bugteam 2009-12-24 12:04:31 +05:30
mi_statrec.c
mi_test1.c
mi_test2.c
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_write.c BUG#47598 - MyISAM may write uninitialized data to disk 2010-03-25 15:18:14 +04:00
myisam_ftdump.c
myisamchk.c WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
myisamdef.h BUG#51868 - crash with myisam_use_mmap and partitioned 2010-03-22 16:30:27 +04:00
myisamlog.c
myisampack.c
NEWS
plug.in
rt_index.c BUG#47598 - MyISAM may write uninitialized data to disk 2010-03-25 15:18:14 +04:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c BUG#47598 - MyISAM may write uninitialized data to disk 2010-03-25 15:18:14 +04:00
rt_test.c
sort.c Merge fix for BUG51866 to mysql-5.1-bugteam. 2010-03-25 16:11:16 +04:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO