summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21101 unexpected wait_timeout with pool-of-threadsVladislav Vaintroub2020-07-304-8/+26
* MDEV-16023 Unfortunate error message WARN_VERS_PART_FULL (partition <name> is...Nikita Malyavin2020-07-291-1/+0
* A bit more safetyOleksandr Byelkin2020-07-231-1/+12
* MDEV-22134: handle_fatal_signal (sig=11) in __strlen_avx2 on START SLAVE | As...Oleksandr Byelkin2020-07-231-1/+7
* MDEV-23108: Point in time recovery of binary log fails when sql_mode=ORACLESujatha2020-07-221-4/+4
* MDEV-16929 Assertion ... in close_thread_tables upon killing connectionMonty2020-07-211-0/+4
* MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-202-15/+14
* Merge 10.2 into 10.3Marko Mäkelä2020-07-203-18/+22
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-07-202-15/+17
| |\
| | * MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| | * MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| | * MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-152-15/+17
| * | MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| * | MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| * | Fix compile warningVladislav Vaintroub2020-07-151-1/+2
* | | MDEV-18371 Server crashes in ha_innobase::cmp_ref upon UPDATE with PARTITION ...Alexey Botchkov2020-07-171-3/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-1413-25/+98
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-07-144-9/+31
| |\ \ | | |/
| | * MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-07-061-1/+1
| | * MDEV-23098 mariadb-upgrade-service.exe does not work on WAMPServerVladislav Vaintroub2020-07-061-5/+26
| | * MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-062-2/+2
| * | MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-134-5/+30
| * | MDEV-22058: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Rucha Deodhar2020-07-122-4/+14
| * | MDEV-10120: Wrong result of UNION .. ORDER BY GROUP_CONCAT()Varun Gupta2020-07-101-1/+16
| * | Fix typo in the comment (and old info)Oleksandr Byelkin2020-07-091-1/+1
| * | MDEV-12059: Assertion `precision > 0' failed with a window function or window...Varun Gupta2020-07-071-0/+1
* | | Don't give errors for default value copy in create_tmp_tableMonty2020-07-031-0/+7
* | | Fixed errors found by MSANMonty2020-07-021-2/+2
* | | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-0/+1
* | | Fixed bugs found by valgrindMonty2020-07-0210-27/+50
* | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-023-7/+14
* | | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-022-5/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-0216-59/+141
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-07-024-31/+43
| |\ \ | | |/
| | * Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| | * MDEV-22941: Fix the DBUG_ENTER nameMarko Mäkelä2020-07-021-4/+4
| | * MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19
| | * MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
| * | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+2
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-017-31/+43
| |\ \ | | |/
| | * signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1
| | * MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-06-271-1/+1
| | * MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict...Sujatha2020-06-251-0/+6
| | * MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-251-8/+0
| | * Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
| | * MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_...Alexander Barkov2020-06-191-13/+27
| | * MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-161-2/+6
| * | MDEV-22852: SIGSEGV in sortlength (optimized builds)Varun Gupta2020-07-011-1/+8
| * | MDEV-22984: Throw an error when arguments to window functions are window func...Varun Gupta2020-06-301-0/+1
| * | MDEV-22726: Add check that one can't change general or slow log to aVlad Lesin2020-06-242-0/+9