Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automerge with 5.1 | Michael Widenius | 2010-08-25 | 1 | -5/+5 |
|\ | |||||
| * | missing DBUG_RETURNs | Sergei Golubchik | 2010-08-14 | 1 | -5/+5 |
* | | Merge with 5.1 | Michael Widenius | 2010-08-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed typo that caused compile failure on Mac | Michael Widenius | 2010-08-10 | 1 | -1/+1 |
* | | Merge with 5.1 to get in critical bug fix that caused Aria tests to fail | Michael Widenius | 2010-08-10 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Ignore ENOLCK errno from FreeBSD (known problem in old FreeBSD releases) | Michael Widenius | 2010-08-09 | 1 | -0/+2 |
* | | Merge with 5.2 | Michael Widenius | 2010-08-09 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Added --sync-sys=0 option for mysqld to skip sync() calls for faster testing | Michael Widenius | 2010-08-09 | 2 | -0/+4 |
* | | Added extra argument to longlong2str() to make it have same prototype is int2... | Michael Widenius | 2010-08-07 | 3 | -4/+4 |
* | | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 8 | -29/+84 |
|\ \ | |/ | |||||
| * | Fixes bug when we run bcmp() on row when the storage engine hasn't filled in ... | Michael Widenius | 2010-08-04 | 1 | -0/+18 |
| * | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 6 | -28/+65 |
| |\ | |||||
| | * | Bug#54667: Unnecessary signal handler redefinition | Alexey Kopytov | 2010-07-01 | 1 | -5/+5 |
| | * | Manual merge from the bugfix tree. | Alexey Kopytov | 2010-06-11 | 3 | -1/+34 |
| | |\ | |||||
| | | * | Bug #42064: low memory crash when importing hex strings, in | Alexey Kopytov | 2010-05-21 | 3 | -1/+34 |
| | * | | Bug#42733: Type-punning warnings when compiling MySQL -- | Davi Arnaut | 2010-06-10 | 2 | -20/+18 |
| | * | | Bug#53593: Add some instrumentation to improve Valgrind sensitivity | Marko Mäkelä | 2010-05-20 | 1 | -0/+5 |
| | |/ | |||||
| * | | Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or... | Michael Widenius | 2010-07-30 | 1 | -1/+1 |
* | | | buildbot detected problems | Sergei Golubchik | 2010-07-24 | 1 | -1/+1 |
* | | | Automerge MariaDB 5.1->5.2. | unknown | 2010-07-09 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Implement an NSIS based installer | Bo Thorsen | 2010-06-25 | 1 | -0/+2 |
* | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 9 | -14/+39 |
|\ \ \ | |/ / | |||||
| * | | Added macros to inform valgrind that memory is uninitialized | Michael Widenius | 2010-05-26 | 1 | -2/+1 |
| * | | Merge with MySQL 5.1.47 | Michael Widenius | 2010-05-26 | 4 | -8/+22 |
| |\ \ | | |/ | |||||
| | * | On behalf of Kristofer : | Georgi Kodinov | 2010-05-05 | 2 | -5/+13 |
| | * | Bug #47095: Can't open_files_limit really be larger than 65535? | Georgi Kodinov | 2010-04-09 | 1 | -1/+1 |
| * | | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 4 | -4/+16 |
| |\ \ | | |/ | |||||
| | * | Bug #51893: crash with certain characters given to load_file | Georgi Kodinov | 2010-03-23 | 1 | -0/+3 |
| | * | Bug #51976 LDML collations issue | Alexander Barkov | 2010-03-22 | 1 | -0/+2 |
| | * | Workaround the pthread_once_t static initialization. Per the | Davi Arnaut | 2010-02-26 | 1 | -1/+2 |
| | * | Bug #45058 init_available_charsets uses double checked locking | Staale Smedseng | 2010-02-26 | 2 | -0/+6 |
| | * | Recommit of Bug#49447. | Staale Smedseng | 2010-02-04 | 1 | -4/+4 |
* | | | first initialize variable, then use it, not the other way around | Sergei Golubchik | 2010-05-27 | 1 | -1/+1 |
* | | | fix a warning | Sergei Golubchik | 2010-04-06 | 1 | -1/+1 |
* | | | Post review fixes. | Igor Babaev | 2010-04-05 | 1 | -18/+55 |
* | | | Merge with the latest changes of 5.2 | Igor Babaev | 2010-04-03 | 2 | -3/+12 |
|\ \ \ | |||||
| * \ \ | Auto merge with 5.1 | Michael Widenius | 2010-04-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Added missing space from last push | Michael Widenius | 2010-03-31 | 1 | -1/+1 |
| * | | | Merge with 5.1 | Michael Widenius | 2010-04-01 | 2 | -3/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | Removed compiler warning | Michael Widenius | 2010-03-30 | 2 | -3/+12 |
* | | | | Post-review fixes. | Igor Babaev | 2010-04-01 | 1 | -486/+460 |
* | | | | Merge with the latest changes og 5.2. | Igor Babaev | 2010-03-31 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | pluggable auth with plugin examples | Sergei Golubchik | 2010-03-29 | 1 | -5/+5 |
* | | | | Merge with the latest changes in the 5.2 tree. | Igor Babaev | 2010-03-29 | 9 | -60/+100 |
|\ \ \ \ | |/ / / | |||||
| * | | | merged | Sergei Golubchik | 2010-03-15 | 9 | -60/+100 |
| |\ \ \ | | |/ / | |||||
| | * | | Automerge MySQL 5.1.44 merge into latest MariaDB trunk. | unknown | 2010-03-10 | 8 | -59/+96 |
| | |\ \ | |||||
| | | * \ | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 8 | -59/+96 |
| | | |\ \ | | | | |/ | |||||
| | | | * | WL#5154 Remove deprecated 4.1 features | Magne Mahre | 2010-01-21 | 1 | -0/+9 |
| | | | * | Manual merge. | Davi Arnaut | 2009-12-18 | 2 | -3/+3 |
| | | | |\ | |||||
| | | | | * | Bug#48983: Bad strmake calls (length one too long) | Davi Arnaut | 2009-12-17 | 2 | -3/+3 |