summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22424 Server crashes in handler::check_duplicate_long_entry_key or Asser...Sergei Golubchik2020-05-051-2/+1
* MDEV-22185 Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON or ER_KEY_NO...Sergei Golubchik2020-05-051-1/+1
* cleanup: ha_external_unlock() helperSergei Golubchik2020-05-057-10/+11
* MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-0515-71/+35
* Merge 10.4 into 10.5Marko Mäkelä2020-05-043-9/+25
|\
| * MDEV-21489 : wsrep_cluster_conf_id has wrong valueJan Lindström2020-05-041-0/+1
| * MDEV-22401: Optimizer trace: multi-component range is not printed correctlySergei Petrunia2020-04-292-9/+24
* | MDEV-22454 Allow -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ONVladislav Vaintroub2020-05-041-2/+3
* | MDEV-22317: SIGSEGV in my_free/delete_dynamic in optimized builds (ARIA)Sujatha2020-04-301-0/+6
* | MDEV-22337: Fix type mismatchMarko Mäkelä2020-04-291-3/+2
* | Merge 10.4 into 10.5Marko Mäkelä2020-04-2910-34/+56
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-04-293-6/+10
| |\
| | * MDEV-19611 INPLACE ALTER does not fail on bad implicit default valueThirunarayanan Balathandayuthapani2020-04-282-4/+8
| * | Merge 10.3 into 10.4Marko Mäkelä2020-04-276-27/+31
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-04-2711-44/+47
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-04-2710-36/+40
| | | |\
| | | | * MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-272-9/+4
| | | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-279-37/+37
| | | | * Fix clang 10 warningsMarko Mäkelä2020-04-271-2/+2
| | | | * MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
| | | * | cleanup THR_KEY_mysysEugene Kosov2020-04-251-6/+5
| | * | | After-merge fixMarko Mäkelä2020-04-231-4/+4
| * | | | MDEV-20257 Server crashes in Grant_table_base::init_read_record upon crash-up...Sergei Golubchik2020-04-271-1/+10
| * | | | MDEV-21928 ALTER USER doesn't remove excess authentication plugins from mysql...Sergei Golubchik2020-04-271-2/+5
* | | | | MDEV-22337 Assertion `Alloced_length >= (str_length + length + net_le… …n...Alexey Botchkov2020-04-291-3/+17
* | | | | MDEV-21915 Server crashes in copy_fields,Item_func_group_concat::add …Alexey Botchkov2020-04-293-2/+11
* | | | | MDEV-22317: SIGSEGV in my_free/delete_dynamic in optimized builds (ARIA)Sujatha2020-04-291-6/+12
* | | | | MDEV-22128 : Server with wsrep_on crashes in do_rename upon RENAME TABLE on a...Jan Lindström2020-04-281-1/+1
* | | | | MDEV-22236 JSON_ARRAYAGG query leads to SIGSEGV in Charset::swap on optimized...Alexey Botchkov2020-04-281-7/+8
* | | | | Compilation fixbb-10.5-6915-extAleksey Midenkov2020-04-271-0/+2
* | | | | MDEV-22155 ALTER add default history partitions name clash on non-default par...Aleksey Midenkov2020-04-273-10/+51
* | | | | MDEV-22207 Drop default history partitions renders table inaccessibleAleksey Midenkov2020-04-271-0/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-2538-165/+285
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14735: Fix -Wunused-const-variableMarko Mäkelä2020-04-241-1/+3
| * | | | MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-242-5/+10
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive WITH_WSREP=OFFMarko Mäkelä2020-04-244-17/+16
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-2418-49/+88
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-226-19/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-225-18/+29
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-04-223-14/+25
| | | |\ \ | | | | |/
| | | | * MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
| | | | * Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
| | | | |\
| | | | | * Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
| | | * | | Don't write warning about uninitialized mutex if there is a memory leakMonty2020-04-181-6/+5
| | | * | | Fixed memory leak with DEFAULT(f) on Geometry fieldMonty2020-04-183-4/+14
| | * | | | MDEV-22263: main.func_debug fails on a valgrind build with wrong resultAnel Husakovic2020-04-201-1/+1
| * | | | | MDEV-21025 Server crashes on START TRANSACTION after INSERT IGNORE (#1489)Teemu Ollakka2020-04-181-1/+2
| * | | | | MDEV-22271 Excessive stack memory usage due to WSREP_LOGTeemu Ollakka2020-04-172-7/+42
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-1610-59/+104
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix tests related to SQL comment lengthEugene Kosov2020-04-152-5/+2