summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-214-8/+11
* MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-216-24/+44
* MDEV-19524 Server crashes in Bitmap<64u>::is_clear_all / Field_longstr::csinf...Eugene Kosov2019-05-211-10/+10
* Removing of dead code.mariadb-10.4.5Oleksandr Byelkin2019-05-202-34/+0
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-19409-993/+2193
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-05-175-5/+377
| |\
| | * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-173-1/+377
| | * MDEV-19472: eq_range_index_dive_limit cannot be configured in server.cnfVarun Gupta2019-05-171-1/+0
| | * MDEV-19490 show tables fails when selecting the information_schema databaseMonty2019-05-161-3/+2
| * | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-171-6/+1
| * | make method constEugene Kosov2019-05-172-3/+4
| * | MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitti...Eugene Kosov2019-05-172-65/+72
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-162-1/+4
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-162-1/+4
| | |\
| | | * Fixed the case when statistics were not getting read becauseVarun Gupta2019-05-161-1/+1
| | | * MDEV-19407: Assertion `field->table->stats_is_read' failed in is_eits_usableVarun Gupta2019-05-161-0/+3
| * | | MDEV-16872 Add CAST(expr AS FLOAT)Alexander Barkov2019-05-166-12/+98
| * | | A cleanup for MDEV-19468: Adding a missing #include <cmath>Alexander Barkov2019-05-151-0/+1
| * | | A cleanup for MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-152-2/+13
| * | | MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-157-35/+147
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-143-2/+16
| |\ \ \ | | |/ /
| | * | MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponSergey Vojtovich2019-05-144-1/+39
| | * | MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary logSujatha2019-05-143-2/+15
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-14400-401/+401
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-13399-401/+401
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-11350-350/+350
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-11322-322/+322
| | | * | Update FSF addressVicențiu Ciorbaru2019-05-1119-19/+19
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1129-31/+31
| | | |\ \ | | | | |/
| | | | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update FSF addressMichal Schorm2019-05-1028-28/+28
| * | | | MDEV-19452 - fix incorrect push_warning_printfVladislav Vaintroub2019-05-131-5/+8
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-1237-255/+659
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-103-51/+49
| | |\ \ \ | | | |/ /
| | | * | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-101-1/+1
| | | * | MDEV-19427 mysql_upgrade_service throws exception upgrading from 10.0 to 10.3Vladislav Vaintroub2019-05-091-1/+2
| | | * | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-46/+45
| | * | | MDEV-19139: pushdown condition with Item_func_set_user_varGalina Shalygina2019-05-081-0/+1
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-061-4/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-17883: CREATE TABLE IF NOT EXISTS locking changes in 10.3.10Jan Lindström2019-05-031-4/+5
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-0432-170/+555
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-05-021-2/+1
| | | |\ \ | | | | |/
| | | | * MDEV-19349 mysql_install_db: segfault at tmp_file_prefix checkAleksey Midenkov2019-05-011-7/+1
| | | * | MDEV-19352: Server crash in alloc_histograms_for_table_share upon query from ...Varun Gupta2019-05-021-2/+3
| | | * | Adjusting sql_command to align with higher version, this is an adjustmentVarun Gupta2019-05-021-5/+4
| | | * | MDEV-14572: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status...Oleksandr Byelkin2019-04-301-0/+10
| | | * | MDEV-19243 Fix timezone handling on Windows to report standard timezone namesVladislav Vaintroub2019-04-303-13/+183
| | | * | MDEV-18738 ASAN heap-use-after-free in copy_if_not_alloced / copy_fieldsAlexander Barkov2019-04-301-0/+21
| | | * | MDEV-19265 Server should throw warning if event is created and event_schedule...Vladislav Vaintroub2019-04-281-0/+6
| | | * | MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR,Vladislav Vaintroub2019-04-283-18/+34