| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-09 | 1 | -22/+19 |
|\ |
|
| * | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-03-03 | 1 | -22/+19 |
| |\ |
|
| | * | support MY_NOSYMLINKS in my_delete() | Sergei Golubchik | 2017-02-27 | 1 | -83/+5 |
| | * | MDEV-11902 mi_open race condition | Sergei Golubchik | 2017-02-27 | 1 | -2/+88 |
| | * | cleanup: NO_OPEN_3 was never defined | Sergei Golubchik | 2017-02-27 | 1 | -3/+1 |
| | * | cleanup: my_register_filename() | Sergei Golubchik | 2017-02-27 | 1 | -18/+9 |
* | | | Merge branch '10.0-galera' into 10.1 | Nirbhay Choubey | 2015-07-14 | 1 | -2/+2 |
|/ / |
|
* | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -2/+2 |
|/ |
|
* | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -3/+8 |
|\ |
|
| * | Merge 5.2->5.3 | unknown | 2011-09-02 | 1 | -3/+8 |
| |\ |
|
| | * | Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ... | Michael Widenius | 2011-09-02 | 1 | -3/+9 |
* | | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| |\ \ \ |
|
* | \ \ \ | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -11/+0 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr... | Vladislav Vaintroub | 2011-06-12 | 1 | -219/+8 |
| | |_|/
| |/| | |
|
| * | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-main | unknown | 2007-09-27 | 1 | -34/+40 |
| |\ \ \ |
|
| | * \ \ | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-maria | unknown | 2007-07-04 | 1 | -34/+39 |
| | |\ \ \ |
|
| | | * | | | Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format. | unknown | 2007-07-01 | 1 | -34/+39 |
| | * | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 | unknown | 2007-06-27 | 1 | -0/+1 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-maria | unknown | 2007-02-28 | 1 | -0/+1 |
| | | |\ \ \ |
|
| | | | * \ \ | Merge gbichot3.local:/home/mysql_src/mysql-5.1-clean | unknown | 2006-12-20 | 1 | -0/+1 |
| | | | |\ \ \ |
|
| | | | | * | | | Maria - various fixes around durability of files: | unknown | 2006-11-21 | 1 | -0/+1 |
* | | | | | | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks | Sergei Golubchik | 2011-07-10 | 1 | -2/+3 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | Remove configuration preprocessor symbols 'THREAD' | Magne Mahre | 2011-01-11 | 1 | -3/+3 |
* | | | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled | Davi Arnaut | 2010-07-08 | 1 | -1/+1 |
* | | | | | | | WL#2360 Performance schema | Marc Alff | 2009-12-09 | 1 | -8/+9 |
* | | | | | | | This is the downport of | Vladislav Vaintroub | 2009-09-11 | 1 | -212/+11 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1 | unknown | 2007-10-11 | 1 | -34/+40 |
|/ / / / / |
|
* | | | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris | unknown | 2007-08-13 | 1 | -0/+1 |
|/ / / / |
|
* | | | | WL#3817: Simplify string / memory area types and make things more consistent ... | unknown | 2007-05-10 | 1 | -4/+4 |
* | | | | Merge recycle.(none):/src/bug25222/my50-bug25222 | unknown | 2007-03-07 | 1 | -1/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Bug#25222 Win32 HANDLE leak in my_sopen() | unknown | 2007-03-07 | 1 | -1/+6 |
* | | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | unknown | 2006-12-23 | 1 | -2/+1 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |
* | | | ndb - fixed for BUG#15021, binlog_index table become inconsistent if errors d... | unknown | 2006-10-13 | 1 | -2/+10 |
| |/
|/| |
|
* | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge | unknown | 2006-08-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Bug #21396: Wrong error number generated for a missing table | unknown | 2006-08-02 | 1 | -2/+2 |
* | | Merge bk-internal:/home/bk/mysql-5.1 | unknown | 2006-06-10 | 1 | -1/+0 |
|\ \ |
|
| * \ | Merge neptunus.(none):/home/msvensson/mysql/my51-bug15936 | unknown | 2006-06-07 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Remove unused defined USES_TYPES | unknown | 2006-04-11 | 1 | -1/+0 |
| | |/ |
|
* | | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new | unknown | 2006-05-08 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | removing MSDOS defines and code | unknown | 2006-05-08 | 1 | -2/+2 |
* | | | After merge fixes | unknown | 2006-05-04 | 1 | -0/+21 |
|/ / |
|
* | | Another long patch to remove the rest of the OS2 support. | unknown | 2006-04-15 | 1 | -2/+2 |
|/ |
|
* | Polishing: get rid of C++-style comments. | unknown | 2005-11-24 | 1 | -3/+3 |
* | Fixes bug #13377. my_open() & my_create() functions changed to use | unknown | 2005-11-14 | 1 | -0/+184 |
* | Merge from 4.1 | unknown | 2005-05-26 | 1 | -5/+8 |
|\ |
|
| * | Cleanup during code review | unknown | 2005-05-25 | 1 | -5/+8 |
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-4.1 | unknown | 2005-05-24 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | BUG# 9148 Denial of service | unknown | 2005-05-23 | 1 | -3/+4 |