summaryrefslogtreecommitdiff
path: root/mysys/my_open.c
Commit message (Expand)AuthorAgeFilesLines
* Added checking to protect against simultaneous double free in safemallocMonty2021-05-191-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-04-251-2/+3
|\
| * Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-151-0/+1
| * my_file_opened to my_atomicSergey Vojtovich2020-04-151-2/+2
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
|/
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+4
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | MDEV-17845 Extreme high open file limit usedSergei Golubchik2019-05-071-6/+3
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-02-151-4/+1
|\ \ \ \ | |/ / /
| * | | my_close: Don't retry on closeDaniel Black2019-02-131-4/+1
* | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+2
* | | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-041-2/+2
|/ / /
* | | bugfix: EE_OPEN_WARNING could be statistically wrongSergei Golubchik2018-05-211-23/+0
* | | MDEV-15635 mysys: THR_LOCK_open reduce usageDaniel Black2018-05-211-12/+14
|/ /
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-22/+19
|\ \
| * \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-22/+19
| |\ \ | | |/
| | * support MY_NOSYMLINKS in my_delete()Sergei Golubchik2017-02-271-83/+5
| | * MDEV-11902 mi_open race conditionSergei Golubchik2017-02-271-2/+88
| | * cleanup: NO_OPEN_3 was never definedSergei Golubchik2017-02-271-3/+1
| | * cleanup: my_register_filename()Sergei Golubchik2017-02-271-18/+9
* | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-2/+2
|/ /
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
|/
* 5.3->5.5 mergeSergei Golubchik2011-11-221-3/+8
|\
| * Merge 5.2->5.3unknown2011-09-021-3/+8
| |\
| | * Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ...Michael Widenius2011-09-021-3/+9
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \
| * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \
* | \ \ \ merge with 5.3Sergei Golubchik2011-10-191-11/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-219/+8
| | |_|/ | |/| |
| * | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-34/+40
| |\ \ \
| | * \ \ Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-34/+39
| | |\ \ \
| | | * | | Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-34/+39
| | * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-271-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-0/+1
| | | |\ \ \
| | | | * \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-cleanunknown2006-12-201-0/+1
| | | | |\ \ \
| | | | | * | | Maria - various fixes around durability of files:unknown2006-11-211-0/+1
* | | | | | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaksSergei Golubchik2011-07-101-2/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-3/+3
* | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
* | | | | | | WL#2360 Performance schemaMarc Alff2009-12-091-8/+9
* | | | | | | This is the downport ofVladislav Vaintroub2009-09-111-212/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-34/+40
|/ / / / /
* | | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-0/+1
|/ / / /
* | | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-4/+4
* | | | Merge recycle.(none):/src/bug25222/my50-bug25222unknown2007-03-071-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#25222 Win32 HANDLE leak in my_sopen()unknown2007-03-071-1/+6
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Many files:unknown2006-12-231-2/+1