Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-5675 - Performance: my_hash_sort_bin is called too often | Sergey Vojtovich | 2014-03-06 | 1 | -2/+2 |
* | Fixed timing failure in myisam-metadata.test | Michael Widenius | 2013-06-06 | 1 | -5/+5 |
* | MDEV-419 ensure that all HAVE_XXX constants can be set by cmake | Sergei Golubchik | 2012-07-31 | 1 | -3/+0 |
* | 5.3 merge | Sergei Golubchik | 2012-01-13 | 1 | -1/+2 |
|\ | |||||
| * | Merge with MariaDB 5.1 | Michael Widenius | 2011-11-24 | 1 | -2/+4 |
| |\ | |||||
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged) | Michael Widenius | 2011-11-21 | 1 | -2/+4 |
| | |\ | |||||
* | | \ | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed lp:814238 "safe_mutex issues must be assertions in debug binary" | Michael Widenius | 2011-09-02 | 1 | -0/+1 |
| |/ / | |||||
* | | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 1 | -2/+3 |
|\ \ \ | |||||
| * \ \ | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+4 |
| | |\ \ | |||||
* | | | | | safe_mutex deadlock detector post-merge fixes | Sergei Golubchik | 2011-10-19 | 1 | -1/+1 |
* | | | | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -16/+10 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed... | Michael Widenius | 2011-02-24 | 1 | -10/+10 |
| * | | | | Merge with MySQL 5.1.53 | Michael Widenius | 2010-11-25 | 1 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
* | | | | | 5.5-merge | Sergei Golubchik | 2011-07-02 | 1 | -4/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Remove configuration preprocessor symbols 'THREAD' | Magne Mahre | 2011-01-11 | 1 | -4/+4 |
| * | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. | Davi Arnaut | 2010-10-20 | 1 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Bug#45288: pb2 returns a lot of compilation warnings | Davi Arnaut | 2010-10-20 | 1 | -2/+2 |
* | | | | | lots of post-merge changes | Sergei Golubchik | 2011-04-25 | 1 | -21/+15 |
* | | | | | merge. | Sergei Golubchik | 2010-11-25 | 1 | -70/+505 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Fixed LPBUG#485443 --with-fast-mutexes and without safe mutexes (debug build)... | Michael Widenius | 2009-11-26 | 1 | -26/+5 |
| * | | | More XtraDB after-merge fixes following review and buildbot runs: | unknown | 2009-06-22 | 1 | -0/+6 |
| * | | | XtraDB after-merge fixes. | unknown | 2009-06-09 | 1 | -30/+33 |
| * | | | Merge with mysql-maria tree | Michael Widenius | 2009-02-19 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * \ \ | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow. | Guilhem Bichot | 2009-02-12 | 1 | -0/+8 |
| | |\ \ \ | | | |/ / | |||||
| * | | | | Merge with base MySQL 5.1 | Michael Widenius | 2009-02-15 | 1 | -2/+65 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| * | | | Merge with base MySQL-5.1-maria | Michael Widenius | 2008-12-03 | 1 | -12/+37 |
| |\ \ \ | |||||
| | * \ \ | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or... | Guilhem Bichot | 2008-11-21 | 1 | -2/+25 |
| | |\ \ \ | | | |/ / | |||||
| * | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de... | Michael Widenius | 2008-12-03 | 1 | -39/+387 |
| |/ / / | |||||
| * | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main | unknown | 2007-12-16 | 1 | -27/+47 |
| |\ \ \ | |||||
| | * | | | Removed MARIA_BASE min_row_length (duplicate of min_block_length) | unknown | 2007-12-12 | 1 | -41/+49 |
| | * | | | Fixed bug in allocation of dynamic record buffer in Maria | unknown | 2007-12-10 | 1 | -3/+3 |
| | * | | | Added MARIA_SHARE *share to a lot of places to make code simpler | unknown | 2007-12-10 | 1 | -0/+12 |
* | | | | | WL#2360 Performance schema | Marc Alff | 2009-12-09 | 1 | -3/+8 |
| |_|/ / |/| | | | |||||
* | | | | Bug#38941: fast mutexes in MySQL 5.1 have mutex contention when calling random() | Davi Arnaut | 2008-10-15 | 1 | -2/+25 |
|/ / / | |||||
* | | | Merge moksha.local:/Users/davi/mysql/push/mysql-5.0-runtime | unknown | 2007-10-09 | 1 | -7/+42 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | BUG#30992 (Wrong implementation of pthread_mutex_trylock()): | unknown | 2007-10-01 | 1 | -7/+42 |
* | | Bug #28284: Test "mysqlslap" reports "out of memory" | unknown | 2007-08-24 | 1 | -6/+11 |
* | | Fixed compiler warnings | unknown | 2007-02-23 | 1 | -2/+2 |
* | | 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 |
* | | Merge neptunus.(none):/home/msvensson/mysql/bug16333/my50-bug16333 | unknown | 2006-02-16 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Bug#16333 Assertion failure in lock.cc in the sysbench test | unknown | 2006-02-14 | 1 | -4/+5 |
* | | Fast mutexes implementation | unknown | 2005-12-20 | 1 | -0/+77 |
|/ | |||||
* | Reviewing new pushed code | unknown | 2005-10-12 | 1 | -1/+1 |
* | Step 2 of the switch to support configuration with NPTL: | unknown | 2005-04-20 | 1 | -1/+1 |
* | Changed %lx -> 0x%lx (for easier comparison of debug files) | unknown | 2004-08-23 | 1 | -2/+2 |
* | Fixed memory leak with RAID tables | unknown | 2003-11-21 | 1 | -2/+12 |
* | Merge key cache structures to one | unknown | 2003-11-20 | 1 | -6/+17 |