summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d...Jan Lindström2018-01-301-4/+4
* MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-295-21/+21
* 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
* MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-242-13/+22
* 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
* 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
* Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-165-28/+41
* 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 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
* | | | Fixed wrong arguments to printf and related functionsMonty2018-01-0421-67/+53
* | | | Fix out-of-date comments.Sergei Petrunia2018-01-042-2/+2
* | | | Do not misspell "fall through"Marko Mäkelä2018-01-032-2/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-031-1/+1
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-031-1/+1
| | |\ \ | | | |/
| | | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-031-1/+1
* | | | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-034-7/+64
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-024-6/+63
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-024-6/+63
| | |\ \ | | | |/
| | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-274-3/+63
* | | | Ensure that table->vcol_set is properly restored if usedMonty2018-01-012-11/+19
* | | | Write location of core when doing core dumpMonty2018-01-011-1/+3
* | | | Fixed compiler warnings about possible uninitialized variablesMonty2018-01-015-10/+14
* | | | MDEV-10844: EXPLAIN FORMAT=JSON doesn't show order direction for filesortVarun Gupta2017-12-302-1/+8
* | | | MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed inSergey Vojtovich2017-12-291-1/+1
* | | | MDEV-13683: crash in Item_window_func::update_used_tablesVicențiu Ciorbaru2017-12-282-7/+16
* | | | Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-285-54/+147
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-271-15/+11
| |\ \ \ | | |/ /
| | * | Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
| * | | MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partition...Sergei Golubchik2017-12-251-9/+25
| * | | cleanup: ha_partition::update_create_infoSergei Golubchik2017-12-251-27/+8
| * | | MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-253-3/+103
* | | | Fixed the bug MDEV-14755 Crash when executing prepared statementIgor Babaev2017-12-271-3/+1
* | | | MDEV-14249 Wrong character set info of Query_log_event and the query in Query...Alexander Barkov2017-12-272-3/+4
* | | | MDEV-13970 crash in Item_func_json_extract::read_json.Alexey Botchkov2017-12-251-3/+3