Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.7 into 10.8 | Marko Mäkelä | 2022-06-09 | 1 | -11/+17 |
|\ | |||||
| * | Improve error reporting in Aria | Monty | 2022-06-07 | 1 | -11/+17 |
* | | MDEV-27309 Server crash or ASAN memcpy-param-overlap upon INSERT into Aria/My... | Sergei Golubchik | 2022-01-26 | 1 | -3/+3 |
* | | cleanup: reduce code duplication | Sergei Golubchik | 2022-01-26 | 1 | -7/+2 |
* | | MDEV-27303 Table corruption after insert into a non-InnoDB table with DESC index | Sergei Golubchik | 2022-01-26 | 1 | -15/+10 |
|/ | |||||
* | alloc_on_stack: simplify the API | Sergei Golubchik | 2019-08-23 | 1 | -7/+4 |
* | MDEV-20279 Increase Aria index length limit | Monty | 2019-08-23 | 1 | -7/+21 |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF address | Michal Schorm | 2019-05-10 | 1 | -1/+1 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-01-03 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-01-03 | 1 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | Silence some -Wimplicit-fallthrough by proper spelling | Marko Mäkelä | 2018-01-03 | 1 | -7/+7 |
* | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -26/+26 |
|/ / | |||||
* | | Correct FSF address | iangilfillan | 2017-03-10 | 1 | -1/+1 |
* | | MDEV-6650 - LINT_INIT emits code in non-debug builds | Sergey Vojtovich | 2015-03-16 | 1 | -3/+1 |
|/ | |||||
* | Compilation warnings. | Sergei Golubchik | 2013-05-07 | 1 | -7/+3 |
* | Fixed compiler errors | Michael Widenius | 2012-08-14 | 1 | -0/+4 |
* | Merge 5.3->5.5. | Igor Babaev | 2012-03-01 | 1 | -0/+4 |
|\ | |||||
| * | merge | Sergei Golubchik | 2012-02-28 | 1 | -0/+4 |
| |\ | |||||
| | * | Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'" | Michael Widenius | 2012-02-28 | 1 | -0/+4 |
* | | | fix the build and compiler warnings (few of which were real bugs) | Sergei Golubchik | 2011-10-29 | 1 | -14/+4 |
* | | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -28/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 1 | -20/+10 |
| |\ \ | | |/ | |||||
| | * | Merge with 5.1 to get in changes from MySQL 5.1.55 | Michael Widenius | 2011-02-28 | 1 | -20/+10 |
| | |\ | |||||
| | | * | Aria issues: | Michael Widenius | 2011-01-24 | 1 | -20/+10 |
| * | | | Merge in new handler and handlersocket code into 5.3 main | Michael Widenius | 2011-02-22 | 1 | -7/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | automatic merge with 5.1 | Michael Widenius | 2011-01-11 | 1 | -1/+7 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed wrong test in maria_rsame() that caused ma_test_all to fail. | Michael Widenius | 2011-01-11 | 1 | -1/+5 |
| | | * | Safety fix for Aria: | Michael Widenius | 2011-01-11 | 1 | -0/+2 |
| | * | | Automatic merge with 5.1 | Michael Widenius | 2011-01-10 | 1 | -6/+3 |
| | |\ \ | | | |/ | |||||
| | | * | - Fixed that Aria works with HANDLER commands | Michael Widenius | 2011-01-10 | 1 | -6/+3 |
| * | | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc... | Michael Widenius | 2011-02-18 | 1 | -1/+5 |
| * | | | Added support for NO_RECORD record format (don't store any row data) for Aria. | Sergei Golubchik | 2011-01-14 | 1 | -0/+2 |
| |/ / | |||||
* | | | lots of post-merge changes | Sergei Golubchik | 2011-04-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge | Igor Babaev | 2010-10-14 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ... | Michael Widenius | 2010-10-13 | 1 | -2/+3 |
* | | Merge with 5.1 | Michael Widenius | 2010-04-01 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fixed compiler warnings and sporadic failures in test cases | Michael Widenius | 2010-03-28 | 1 | -4/+4 |
* | | merged | Sergei Golubchik | 2010-03-15 | 1 | -32/+71 |
|\ \ | |/ | |||||
| * | Added count of my_sync calls (to SHOW STATUS) | Michael Widenius | 2010-03-09 | 1 | -32/+71 |
* | | Applied Antony T Curtis patch for declaring many CHARSET objects as const | Michael Widenius | 2010-01-06 | 1 | -2/+2 |
|/ | |||||
* | We are now using Valgrind rather than purify, and have for quite some time. | unknown | 2009-05-06 | 1 | -1/+1 |
* | Merge with base MySQL-5.1-maria | Michael Widenius | 2009-01-12 | 1 | -3/+18 |
|\ | |||||
| * | Fix for Bug #39243 SELECT WHERE does not find row | Michael Widenius | 2008-09-26 | 1 | -3/+18 |
* | | Code cleanup: | Michael Widenius | 2009-01-09 | 1 | -6/+6 |
* | | Added MARIA_PAGE structure to keep all information about a maria key page. | Michael Widenius | 2008-09-01 | 1 | -114/+119 |
|/ |