Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-10-13 | 1 | -2/+5 |
|\ | |||||
| * | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-10-13 | 1 | -2/+5 |
| |\ | |||||
| | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-13 | 1 | -2/+5 |
| | |\ | |||||
| | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-13 | 1 | -0/+3 |
| | | |\ | |||||
| | | | * | MDEV-18278 Misleading error message in error log upon failed table creation | Aleksey Midenkov | 2021-10-11 | 1 | -0/+3 |
| | | * | | MDEV-22660 System versioning cleanups | Aleksey Midenkov | 2021-10-11 | 1 | -2/+2 |
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-23 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix GCC 11.2.0 -Wmaybe-uninitialized | Marko Mäkelä | 2021-08-23 | 1 | -3/+3 |
* | | | | | Merge 10.5 to 10.6 | Marko Mäkelä | 2021-08-19 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-18 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-18 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
* | | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-03 | 1 | -0/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-08-02 | 1 | -0/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4mariadb-10.4.21 | Oleksandr Byelkin | 2021-08-02 | 1 | -0/+15 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.2' into 10.3mariadb-10.3.31 | Oleksandr Byelkin | 2021-08-02 | 1 | -0/+15 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-26220 Server crashes with indexed by prefix virtual columnmariadb-10.2.40 | Nikita Malyavin | 2021-08-02 | 1 | -0/+15 |
| | | | * | Revert "MDEV-26220 Server crashes with indexed by prefix virtual column" | Oleksandr Byelkin | 2021-08-02 | 1 | -65/+48 |
| | | | * | MDEV-26220 Server crashes with indexed by prefix virtual column | Nikita Malyavin | 2021-07-28 | 1 | -48/+65 |
* | | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 1 | -20/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 1 | -20/+33 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -18/+31 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-07-21 | 1 | -18/+31 |
| | | |\ \ | | | | |/ | |||||
| | | | * | follow-up MDEV-18166: rename marking functions | Nikita Malyavin | 2021-07-12 | 1 | -16/+16 |
| | | | * | [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcols | Nikita Malyavin | 2021-07-12 | 1 | -13/+26 |
| | | | * | [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcols | Nikita Malyavin | 2021-07-12 | 1 | -1/+1 |
* | | | | | errors after altering a table has finished aren't fatal | Sergei Golubchik | 2021-07-02 | 1 | -19/+0 |
* | | | | | fix JSON_ARRAYAGG not to over-quote json in joins | Sergei Golubchik | 2021-06-30 | 1 | -8/+13 |
* | | | | | MDEV-24089 support oracle syntax: rownum | Monty | 2021-05-19 | 1 | -0/+4 |
* | | | | | Make LEX::can_not_use_merged more general | Monty | 2021-05-19 | 1 | -3/+1 |
* | | | | | Don't reset StringBuffers in loops when not needed | Monty | 2021-05-19 | 1 | -1/+6 |
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRING | Monty | 2021-05-19 | 1 | -4/+5 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -5/+6 |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -1/+1 |
* | | | | | Removed Item::is_fixed() and Item::has_subquery() | Monty | 2021-05-19 | 1 | -5/+5 |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -1/+3 |
* | | | | | Changed field_index to use field_index_t instead of uint16 | Monty | 2021-05-19 | 1 | -7/+9 |
* | | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc() | Monty | 2021-05-19 | 1 | -1/+1 |
* | | | | | MDEV-8334: Rename utf8 to utf8mb3 | Rucha Deodhar | 2021-05-19 | 1 | -4/+6 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-05 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-25586 : SIGSEGV in my_strcasecmp_utf8mb3 | Jan Lindström | 2021-05-05 | 1 | -1/+2 |
* | | | | | MDEV-17399 JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -2/+2 |
* | | | | | MDEV-17339 JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -1/+1 |
* | | | | | MDEV-17399 Add support for JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -3/+5 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-08 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-22775: Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-08 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key... | Alexander Barkov | 2021-04-07 | 1 | -1/+1 |
* | | | | | MDEV-13115: Implement SELECT SKIP LOCKED | Daniel Black | 2021-04-08 | 1 | -0/+2 |
* | | | | | Add TL_FIRST_WRITE in SQL layer for determining R/W | Daniel Black | 2021-04-08 | 1 | -2/+2 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-03-26 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix various spelling errors still found in code | Otto Kekäläinen | 2021-03-22 | 1 | -1/+1 |