summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17331 Reuse Temporal_hybrid in xxx_to_date_with_warn()Alexander Barkov2018-10-012-17/+38
* A cleanup for MDEV-17317 Add THD* parameter into Item::get_date() and stricte...Alexander Barkov2018-10-016-11/+28
* MDEV-17318 CAST(LEAST(zero_date,non_zero_date) AS numeric_data_type) returns ...Alexander Barkov2018-09-302-20/+100
* MDEV-17325 NULL-ability problems with LEAST() in combination with NO_ZERO_DAT...Alexander Barkov2018-09-292-0/+93
* MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-2840-860/+1017
* MDEV-15406 NO_ZERO_IN_DATE erroneously affects how CAST(AS DATE) warns about ...Alexander Barkov2018-09-272-47/+17
* MDEV-17219 Assertion `!t->fraction_remainder(decimals())' failed in Field_tim...Alexander Barkov2018-09-262-1/+11
* MDEV-17288 Replace Item_func::get_arg0_date() to Date/Datetime methodsAlexander Barkov2018-09-255-96/+139
* MDEV-17274 Split Field_temporal_with_date::store*() for Field_date_common and...Alexander Barkov2018-09-222-54/+112
* Merge 10.3 into 10.4Marko Mäkelä2018-09-194-1/+18
|\
| * MDEV-17211 Server crash on queryIgor Babaev2018-09-171-0/+2
| * MDEV-16328 ALTER TABLE…page_compression_level should not rebuild tableMarko Mäkelä2018-09-171-0/+2
| * MDEV-16917 Index affects query resultsIgor Babaev2018-09-153-1/+14
* | Fixing Windows compilation failure in MDEV-17203 (C4291 no matching operator ...Alexander Barkov2018-09-161-0/+1
* | MDEV-17203 Move fractional second truncation from Item_xxx_typecast::get_date...Alexander Barkov2018-09-164-59/+26
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-142-1/+7
|\ \ | |/
| * MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-131-1/+18
| * MDEV-16768: fix blob key lengthMing Lin2018-09-121-1/+3
| * Merge pull request #857 from codership/10.3-MDEV-15845Jan Lindström2018-09-111-0/+4
| |\
| | * MDEV-15845 Test failure on galera.galera_concurrent_ctasmkaruza2018-09-041-0/+4
* | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-131-1/+18
* | | MDEV-17182 Move fractional second truncation outside of Field_xxx::store_TIME...Alexander Barkov2018-09-122-44/+80
* | | MDEV-17175 Change Time/Datetime constructors to return warnings in MYSQL_TIME...Alexander Barkov2018-09-125-74/+99
* | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-0/+2
|\ \ \ | |/ /
| * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-0/+2
| |\ \
| | * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-0/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-1134-69/+413
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-09-068-218/+55
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-08-318-217/+55
| | |\ \
| | | * | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-317-217/+4
| | | * | Merge pull request #828 from tempesta-tech/sysprg/10.1-MDEV-10754Jan Lindström2018-08-212-0/+51
| | | |\ \
| | | | * | Fixes after review and correction of the problems caused by the fact that dur...Julius Goryavsky2018-08-092-0/+51
| | * | | | MDEV-16992 Assertion `table_ref->table || table_ref->view' failed inIgor Babaev2018-08-301-6/+7
| * | | | | EV-16992 Assertion `table_ref->table || table_ref->view' failed inIgor Babaev2018-08-301-6/+7
| * | | | | Sequences with negative numbers and auto_increment_increment crashesMonty2018-08-301-2/+3
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-2823-46/+408
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-16803: Pushdown Item_func_in item that uses vectors in several SELECTsGalina Shalygina2018-08-271-2/+1
| | * | | | MDEV-15204: lag/lead function order list mandatoryzhzhzoo2018-08-251-0/+2
| | * | | | Added a new parameter for the function eq_ranges_exceeds_limit()Igor Babaev2018-08-243-7/+9
| | * | | | MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-221-0/+3
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-2116-26/+261
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-219-20/+38
| | | |\ \ \
| | | | * \ \ Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-1510-21/+39
| | | | |\ \ \
| | | | | * | | MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-155-3/+17
| | | | | * | | MDEV-16963 Tighten named pipe access controlVladislav Vaintroub2018-08-131-11/+11
| | | | | * | | MDEV-16810 AddressSanitizer: stack-buffer-overflow in int10_to_strSergei Golubchik2018-08-112-5/+5
| | | | | * | | MDEV-16904 inline void swap(base_list &rhs) should swap list only when list i...Sachin2018-08-071-1/+4
| | | | | * | | MDEV-16166 RBR breaks with HA_ERR_KEY_NOT_FOUND upon DELETE from table...sachin2018-08-041-1/+2
| | | | * | | | MDEV-6439: Server crashes in Explain_union::print_explain with explain in slo...Sergei Petrunia2018-08-151-1/+1
| | | * | | | | This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-157-4/+217