summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-2920-267/+372
|\
| * MDEV-15107 Add virtual Field::sp_prepare_and_store_item(), make sp_rcontext s...Alexander Barkov2018-01-2911-236/+317
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-279-17/+33
| |\
| | * Fixed compiler warningsMonty2018-01-272-5/+10
| | * MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-01-272-5/+4
| | * Merge branch '10.2' of https://github.com/mariadb/server into 10.2Vladislav Vaintroub2018-01-261-0/+2
| | |\
| | | * Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
| | * | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-263-3/+6
| | * | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-261-3/+3
| | |/
| | * Fix for MDEV-12730Monty2018-01-241-1/+10
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-242-13/+22
| |\ \ | | |/
| | * MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-242-13/+22
* | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-2910-61/+220
* | | MDEV-15061 TRUNCATE must honor InnoDB table locksMarko Mäkelä2018-01-251-2/+2
* | | Bug fixGalina Shalygina2018-01-251-2/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-246-2/+105
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-01-233-1/+89
| |\ \ | | |/
| | * MDEV-14603 signal 11 with short stacktraceAlexander Barkov2018-01-232-0/+80
| | * MDEV-13352: Server crashes in st_join_table::remove_duplicatesSergei Petrunia2018-01-221-1/+9
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-213-1/+16
| |\ \ | | |/
| | * Reset thd->lex->current_select for SPMonty2018-01-212-1/+13
| | * Fixed mdev-14969 Non-recursive Common Table Expressions used in viewIgor Babaev2018-01-181-0/+3
* | | Fixed mdev-14947 Assertion `0' fails in Field_null::can_optimize_keypart_refIgor Babaev2018-01-191-2/+0
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-175-28/+41
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-175-28/+41
| |\ \ | | |/
| | * Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-165-28/+41
* | | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-1720-86/+304
|\ \ \
| * | | Fix Windows buildVladislav Vaintroub2018-01-163-3/+3
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-156-23/+16
| |\ \ \ | | |/ /
| | * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-156-23/+16
| | |\ \ | | | |/
| | | * Fix -Wsign-compare introduced by Compilation speed (#546)Marko Mäkelä2018-01-151-2/+3
| | | * Compilation speed (#546)Eugene Kosov2018-01-146-23/+15
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-132-4/+4
| |\ \ \ | | |/ /
| | * | Do not truncate integers on 32-bit systems in Rows_event_trackerMarko Mäkelä2018-01-132-4/+4
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-133-11/+212
| |\ \ \ | | |/ /
| | * | Added checking that row events ends with a proper end blockAndrei Elkin2018-01-112-10/+211
| | * | Removed wrong DBUG_DUMP that accessed not initialized memory.Monty2018-01-111-1/+1
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-117-46/+69
| |\ \ \ | | |/ /
| | * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-117-46/+69
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2018-01-111-16/+48
| | | |\
| | | | * Merge 10.0 into 10.1Marko Mäkelä2018-01-111-16/+48
| | | | |\
| | | | | * Merge 5.5 into 10.0Marko Mäkelä2018-01-111-16/+48
| | | | | |\
| | | | | | * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-101-16/+48
| | | * | | | Fixed mdev-14879 Lost rows for query using recursive CTEIgor Babaev2018-01-091-0/+1
| | | * | | | Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'Sachin Setiya2018-01-072-5/+5
| | | * | | | Fixed mdev-14852 Fails to reopen temp table within standard CTEIgor Babaev2018-01-053-25/+15
| | * | | | | Fix warningVladislav Vaintroub2018-01-081-1/+1
| * | | | | | MDEV-14822 binlog.binlog_killed fails with wrong resultMonty2018-01-101-3/+4
* | | | | | | MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer...Sergei Golubchik2018-01-172-5/+2
* | | | | | | Revert "MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of...Sergei Golubchik2018-01-171-4/+0