summaryrefslogtreecommitdiff
path: root/mysys/my_symlink.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29582 deprecate mysql* namesDaniel Black2023-02-101-3/+5
* MDEV-24841 Build error with MSAN use-of-uninitialized-value in comp_errMarko Mäkelä2022-03-141-2/+5
* Added support for more functions when using partitioned S3 tablesMonty2020-04-191-1/+2
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-05-071-1/+1
|\ \
| * | MDEV-8743: use O_CLOEXEC MYSQL_LOG::open / TC_LOG_MMAP::openDaniel Black2018-03-021-1/+1
| |/
* | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-201-1/+1
|\ \ | |/
| * MDEV-12778 mariadb-10.1 FTBFS on GNU/Hurd due to use of PATH_MAXSergei Golubchik2017-06-191-1/+1
* | Post MDEV-11902 Fix test failures in maria and myisam storage enginesVicențiu Ciorbaru2017-03-031-1/+9
|/
* support MY_NOSYMLINKS in my_delete()Sergei Golubchik2017-02-271-0/+75
* cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-271-0/+9
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\
| * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\
| | * Updated/added copyright headersKent Boortz2012-02-151-1/+1
| | |\
| | | * Updated/added copyright headersMySQL Build Team2012-02-151-2/+1
| | | * Merge from mysql-5.0.94-releaseSunanda Menon2011-07-061-1/+16
| | | |\
* | | | \ 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \ \ \
| * \ \ \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-9/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge from mysql-5.1.58-releaseKaren Langford2011-07-061-11/+10
| | |\ \ \ \
* | | \ \ \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-9/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge from mysql-5.5.14-releaseunknown2011-07-061-11/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merged 5.0-security->5.1-securityGeorgi Kodinov2011-05-041-11/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug #11764517: 57359: POSSIBLE TO CIRCUMVENT SECURE_FILE_PRIV Georgi Kodinov2011-04-281-1/+16
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ | |/ / / / | | | | _
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | |/
* | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-2/+1
|\ \ \ | |/ /
| * | Fix for bug#48451: my_seek and my_tell ignore MY_WME flagRamil Kalimullin2010-12-091-2/+1
* | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+14
|\ \ \ | |/ /
| * | Bug#57359 Possible to circumvent secure_file_priv using '..' on WindowsKristofer Pettersson2010-10-171-1/+16
* | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-1/+4
|/ /
* | Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX ...Alexey Botchkov2008-10-271-11/+6
* | merging fixesAlexey Botchkov2008-08-261-0/+8
|\ \ | |/
| * merging fixAlexey Botchkov2008-08-261-0/+8
| |\
* | \ mergingAlexey Botchkov2008-08-231-23/+24
|\ \ \ | |/ /
| * | Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY.Alexey Botchkov2008-08-221-23/+24
| |/
* | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-0/+2
|/
* Many files:unknown2006-12-231-2/+1
* Fixed new bug that caused symlink test to failunknown2005-01-181-3/+6
* Merge with 4.0.17unknown2003-12-171-0/+1
|\
| * Portability fixes (mostly test suite)unknown2003-12-161-0/+1
| * Call my_sync() after all data is written to .frm fileunknown2003-11-021-1/+2
* | Fix needed to support MERGE tables in different databasesunknown2003-07-011-5/+7
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-1/+2
|/
* Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.unknown2002-09-261-0/+4
* Update copyrightunknown2001-12-061-15/+14
* Added symlink support to mysys library.unknown2001-06-011-40/+7
* Added functions for symbolic link handling to make it possible tounknown2001-05-311-0/+171