| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'github/10.2' into 10.3 | Sergei Golubchik | 2018-05-22 | 2 | -327/+0 |
|\ |
|
| * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-20 | 5 | -5/+48 |
| |\ |
|
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-19 | 5 | -5/+45 |
| | |\ |
|
| | | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-05-19 | 3 | -5/+16 |
| | | |\ |
|
| | | | * | MDEV-16220 MTR - do not pass UTF8 on the command line for mysql client. | Vladislav Vaintroub | 2018-05-18 | 2 | -5/+7 |
| | | | * | MDEV-15318 CREATE .. SELECT VALUES produces invalid table structure | Sergei Golubchik | 2018-05-17 | 1 | -0/+9 |
| | | * | | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ... | Monty | 2018-05-16 | 1 | -0/+20 |
| | | * | | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables. | Monty | 2018-05-16 | 1 | -0/+8 |
| | * | | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat... | Oleksandr Byelkin | 2018-05-15 | 1 | -0/+11 |
| * | | | | MDEV-16153 Server crashes in Apc_target::disable, ASAN heap-use-after-free in... | Sergei Golubchik | 2018-05-19 | 1 | -0/+4 |
| * | | | | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor parts | Igor Babaev | 2018-05-17 | 1 | -0/+20 |
| * | | | | MDEV-16212 Memory leak with recursive CTE that uses global ORDER BY | Igor Babaev | 2018-05-17 | 1 | -0/+10 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-17 | 2 | -0/+327 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ... | Varun Gupta | 2018-05-16 | 1 | -0/+10 |
| * | | | | MDEV-15461 Check Constraints with binary logging makes insert inconsistent | Monty | 2018-05-15 | 1 | -0/+41 |
| * | | | | MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c... | Sergei Golubchik | 2018-05-15 | 1 | -0/+10 |
| * | | | | MDEV-15755 Query crashing MariaDB in cleanup_after_query | Sergei Golubchik | 2018-05-15 | 1 | -0/+317 |
| * | | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor... | Jacob Mathew | 2018-05-14 | 1 | -0/+210 |
| * | | | | MDEV-16090: Server crash in in Item_func_in::val_int or assertion `in_item' | Galina Shalygina | 2018-05-12 | 1 | -0/+15 |
| * | | | | MDEV-16088: Pushdown into materialized views/derived tables doesn't | Galina Shalygina | 2018-05-12 | 3 | -4/+417 |
| * | | | | MDEV-15853: Assertion `tab->filesort_result == 0' failed | Varun Gupta | 2018-05-11 | 1 | -0/+15 |
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-10 | 7 | -2/+106 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-08 | 3 | -2/+15 |
| | |\ \ \
| | | |/ / |
|
| | | * | | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos... | Sergei Golubchik | 2018-05-08 | 2 | -2/+15 |
| | | * | | rename a test | Sergei Golubchik | 2018-05-07 | 1 | -0/+0 |
| | * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-05 | 4 | -0/+91 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Merge branch '5.5' into 10.0mariadb-10.0.35 | Sergei Golubchik | 2018-05-01 | 1 | -0/+5 |
| | | |\ \
| | | | |/ |
|
| | | | * | Use after free in authentication | Sergei Golubchik | 2018-05-01 | 1 | -0/+5 |
| | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-04-29 | 3 | -0/+86 |
| | | |\ \
| | | | |/ |
|
| | | | * | MDEV-15035 Wrong results when calling a stored procedure | Igor Babaev | 2018-04-25 | 1 | -0/+34 |
| | | | * | MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_... | Oleksandr Byelkin | 2018-04-25 | 2 | -0/+52 |
| * | | | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c... | Sergei Golubchik | 2018-05-10 | 1 | -0/+11 |
| * | | | | Added the test case from MDEV-16086 tfixed by the patch for MDEV-15575 | Igor Babaev | 2018-05-07 | 1 | -0/+32 |
| * | | | | Changed the test case for MDEV-15571 | Igor Babaev | 2018-04-24 | 1 | -1/+4 |
| * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-04-24 | 6 | -0/+90 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-04-24 | 6 | -0/+90 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-04-20 | 6 | -2/+92 |
| | | |\ \
| | | | |/ |
|
| | | | * | BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROC IS DROPPED | Sergei Golubchik | 2018-04-19 | 1 | -0/+6 |
| | | | * | MDEV-14515 ifnull result depends on number of rows in joined table | Igor Babaev | 2018-04-16 | 1 | -2/+22 |
| | | | * | defaults-group-suffix in print_defaults | Daniel Black | 2018-04-13 | 1 | -0/+2 |
| | | | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ... | Alexey Botchkov | 2018-04-07 | 1 | -0/+8 |
| | | | * | MDEV-15624 Changing the default character set to utf8mb4 changes query evalua... | Alexander Barkov | 2018-04-04 | 2 | -0/+54 |
| * | | | | MDEV-15894 Error, while using aggregated functions/window functions in anchor... | Igor Babaev | 2018-04-17 | 1 | -0/+19 |
| * | | | | MDEV-15556 MariaDB crash with big_tables=1 and CTE | Igor Babaev | 2018-04-16 | 1 | -1/+87 |
| * | | | | MDEV-15571 Wrong results with big_tables=1 and CTE | Igor Babaev | 2018-04-16 | 1 | -0/+13 |
| * | | | | MDEV-15575 different results when using CTE and big_tables=1. | Igor Babaev | 2018-04-16 | 1 | -0/+17 |
| * | | | | Fixed mdev-15765 BETWEEN not working in certain cases | Igor Babaev | 2018-04-10 | 1 | -0/+15 |
| * | | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2018-04-10 | 16 | -19/+321 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Update test cases post MDEV-10286 | Vicențiu Ciorbaru | 2018-04-09 | 3 | -3/+6 |
| | * | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2018-04-07 | 8 | -4/+273 |
| | |\ \ \
| | | |/ / |
|