summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
Commit message (Expand)AuthorAgeFilesLines
* fix compile error on unixesVladislav Vaintroub2012-04-151-1/+2
* fix application verifier crashesVladislav Vaintroub2012-04-151-1/+4
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\
| * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\
* | | move DBUG_END() after my_thread_global_end(), when all threads have already d...Sergei Golubchik2012-03-261-2/+3
* | | fix the include guards and add missing gplv2 headersSergei Golubchik2012-02-171-0/+1
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \
| * \ \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | Fixed lp:909051 Options --debug and --disable-debug are known but ambiguous i...Michael Widenius2011-12-271-3/+3
* | | | | | win64 sysvar portability fixesSergei Golubchik2011-12-021-1/+1
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 5.2->5.3unknown2011-09-021-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ...Michael Widenius2011-09-021-0/+2
| | |/ / /
* | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-6/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OFJon Olav Hauglid2011-07-211-4/+0
| * | | | 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 5.3Sergei Golubchik2011-10-191-30/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-1/+2
| |\ \ \ \ \
| | * | | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-1/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-49/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-49/+1
| | | |/ / | | |/| |
* | | | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-4/+16
* | | | | fix memory leaks and other problems found by safemallocSergei Golubchik2011-07-101-5/+3
* | | | | 5.5-mergeSergei Golubchik2011-07-021-164/+107
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove some leftovers from the removal of the gethostbyname wrappers.Davi Arnaut2011-04-131-7/+0
| * | | | Post-push cleanup, for Bug#11763065 et al.Magne Mahre2011-03-011-9/+5
| * | | | Bug#11765237 - 58179: CANNOT START MYSQLD WITH APP VERIFIERMagne Mahre2011-03-011-47/+17
| * | | | Bug#42054: SELECT CURDATE() is returning bad valueDavi Arnaut2011-01-121-2/+1
| * | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-11/+8
| * | | | Cleanup my_win_init by moving time and registry relatedDavi Arnaut2010-12-151-103/+91
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
* | | | | merge.Sergei Golubchik2010-11-251-10/+18
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-0/+1
| |\ \ \ | | |/ /
| * | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-1/+0
| |\ \ \
| * | | | MBUG#452116: MariaDB: mysql_install_db causes server segfaultSergey Petrunya2009-10-161-1/+2
| * | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-0/+4
| |\ \ \ \
| * \ \ \ \ Fixed problems in mergeMichael Widenius2009-05-191-1/+1
| |\ \ \ \ \
| | * | | | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
| * | | | | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-3/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-3/+5
| | |\ \ \ \ \
| | * | | | | | Fixing problems of previous 5.1-main->5.1-maria merge:Guilhem Bichot2009-02-121-5/+5
| | * | | | | | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-72/+77
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge with base MySQL 5.1Michael Widenius2009-02-151-75/+77
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| * | | | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-0/+18
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed warnings and errors discovered by pushbuild2Michael Widenius2008-12-041-0/+2
| | * | | | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-0/+5