mariadb/storage/myisam
Michael Widenius 39e6083e35 MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symbolic links
Copied relevant test cases and code from the MySQL 5.6 tree
Testing of my_use_symdir moved to engines.


mysql-test/r/partition_windows.result:
  Updated result file
mysql-test/suite/archive/archive_no_symlink-master.opt:
  Testing of symlinks with archive
mysql-test/suite/archive/archive_no_symlink.result:
  Testing of symlinks with archive
mysql-test/suite/archive/archive_no_symlink.test:
  Testing of symlinks with archive
mysql-test/suite/archive/archive_symlink.result:
  Testing of symlinks with archive
mysql-test/suite/archive/archive_symlink.test:
  Testing of symlinks with archive
sql/log_event.cc:
  Updated comment
sql/partition_info.cc:
  Don't test my_use_symdir here
sql/sql_parse.cc:
  Updated comment
sql/sql_table.cc:
  Don't test my_use_symdir here
sql/table.cc:
  Added more DBUG_PRINT
storage/archive/ha_archive.cc:
  Give warnings for index_file_name and if we can't use data directory
storage/myisam/ha_myisam.cc:
  Give warnings if we can't use data directory or index directory
2014-03-23 17:00:29 +02:00
..
ftbench Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mysql-test Intentional change in logging 2014-02-05 16:39:21 +04:00
ChangeLog
CMakeLists.txt makes mi_test_all.sh & ma_test_all.sh working (MDEV-285) 2012-09-25 13:45:11 +03:00
ft_boolean_search.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
ft_myisam.c
ft_nlq_search.c cleanup: use MYF() for mysys flags 2013-01-23 16:18:09 +01:00
ft_parser.c cleanup: use MYF() for mysys flags 2013-01-23 16:18:09 +01:00
ft_static.c
ft_stopwords.c 5.5 merge 2014-02-25 16:04:35 +01:00
ft_update.c
ftdefs.h
fulltext.h
ha_myisam.cc MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symbolic links 2014-03-23 17:00:29 +02:00
ha_myisam.h 10.0-base merge 2013-04-15 15:09:22 +02:00
mi_cache.c Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mi_changed.c
mi_check.c Merge with 10.0-base 2014-03-13 16:43:11 +02:00
mi_checksum.c Merge with 10.0-base 2014-03-13 16:43:11 +02:00
mi_close.c Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mi_create.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_dbug.c Fixed lp:925377 "Querying myisam table metadata while 'alter table..enable keys' is running may corrupt the table" 2012-02-28 23:18:52 +02:00
mi_delete.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_delete_all.c merge 2012-04-05 12:01:52 +02:00
mi_delete_table.c MDEV-5815 MySQL BUG#11751736: DROP DATABASE STATEMENT SHOULD REMOVE .OLD SUFFIX FROM DATABASE DIRECTORY 2014-03-26 09:32:54 +01:00
mi_dynrec.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_extra.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_extrafunc.h
mi_info.c
mi_key.c make 5.1 compiling with modern gcc. 2013-12-20 12:35:47 +02:00
mi_keycache.c MDEV-5405 RQG induced crash in mi_assign_to_key_cache in safe mutex unlock 2014-01-27 12:11:04 +01:00
mi_locking.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_log.c
mi_open.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_packrec.c 10.0-base merge. 2013-09-21 10:14:42 +02:00
mi_page.c
mi_panic.c
mi_preload.c merge 2012-04-05 12:01:52 +02:00
mi_range.c
mi_rename.c
mi_rfirst.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mi_rkey.c
mi_rlast.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mi_rsame.c
mi_rsamepos.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mi_scan.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mi_search.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_static.c fixes for test failures 2012-09-27 20:09:46 +02:00
mi_statrec.c
mi_test1.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
mi_test2.c Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
mi_unique.c
mi_update.c
mi_write.c 5.5 merge 2014-02-25 16:04:35 +01:00
myisam_ftdump.c Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G records 2013-05-10 12:32:34 +03:00
myisamchk.c MDEV-5314 - Compiling fails on OSX using clang 2014-02-19 14:05:15 +04:00
myisamdef.h 5.5 merge and fixes for compiler/test errors 2013-09-18 13:07:31 +02:00
myisamlog.c Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
myisampack.c 10.0-base merge 2014-02-26 15:28:07 +01:00
NEWS
rt_index.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
rt_index.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
rt_key.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
rt_key.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
rt_mbr.c 10.0-base merge 2014-02-26 15:28:07 +01:00
rt_mbr.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
rt_split.c
rt_test.c
sort.c merge 10.0-base into 10.0 2013-11-04 08:43:56 +01:00
sp_defs.h Updated/added copyright headers 2014-01-06 10:52:35 +05:30
sp_key.c
sp_test.c
test_pack
TODO