summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-0530-186/+124
* Merge 10.2 into 10.3Marko Mäkelä2018-06-041-1/+1
|\
| * MDEV-16353 Server crash on query with CTEIgor Babaev2018-05-311-1/+1
* | MDEV-15991 Server crashes in setup_on_expr upon calling SP or function execut...Eugene Kosov2018-06-032-3/+1
* | Vers cleanupsAleksey Midenkov2018-06-033-11/+6
* | MDEV-16334 Incorrect ALTER TABLE for changing column optionMarko Mäkelä2018-05-301-28/+26
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-2918-100/+228
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2018-05-297-7/+33
| |\
| | * Fix type mismatchMarko Mäkelä2018-05-291-1/+1
| | * MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-264-6/+8
| | * Avoid warnings in String::copy when copying string on itself (ok to do)Monty2018-05-261-1/+10
| | * MDEV-16093 Memory leak with triggersMonty2018-05-261-0/+6
| * | Fixed memory overrun in binlog_encryption.encrypted_masterMonty2018-05-263-8/+12
| * | Fix conversion warnings/errors.Vladislav Vaintroub2018-05-241-1/+1
| * | Extend debug_assert_on_not_freed_memorybb-10.2-monty-fixedMonty2018-05-241-1/+2
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-249-33/+118
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-246-14/+100
| | |\
| | | * Fixed ASAN heap-use-after-free handler::ha_index_or_rnd_endMonty2018-05-231-1/+2
| | | * MDEV-15308 Assertion `ha_alter_info->alter_info->drop_list.elementsbb-10.0-montyMonty2018-05-221-4/+25
| | | * MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ...Monty2018-05-222-3/+64
| | | * Fixes for Aria transaction handling with lock tablesMonty2018-05-222-7/+9
| | * | MDEV-10259 mysqld crash with certain statement length and...sachin2018-05-221-2/+2
| * | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-242-49/+55
* | | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-2711-38/+47
* | | | Remove warning when using ScopedStatementReplicationMonty2018-05-272-4/+16
* | | | moved include <cmath> from my_global.hSergey Vojtovich2018-05-261-0/+1
* | | | Cleanup isnan() portability checksSergey Vojtovich2018-05-261-1/+1
* | | | Cleanup isinf() portability checksSergey Vojtovich2018-05-263-5/+5
* | | | MDEV-13727 top-level query timestamp reset at stored func/trigger internal st...Andrei Elkin2018-05-252-36/+5
* | | | Merge branch '10.3' into bb-10.3-releaseSergei Golubchik2018-05-2411-158/+373
|\ \ \ \
| * \ \ \ Merge 10.2 into 10.3Marko Mäkelä2018-05-241-0/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15338 Crash in debug build when dropping column that is part of CHECKMonty2018-05-231-0/+5
| * | | | Use std::isfinite in C++ codeSergey Vojtovich2018-05-243-3/+3
| * | | | cleanup TABLE_LISTEugene Kosov2018-05-233-11/+5
| * | | | MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-234-144/+358
| * | | | MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replicationMonty2018-05-221-0/+2
* | | | | MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETEEugene Kosov2018-05-222-3/+18
|/ / / /
* | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-2220-98/+185
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-2017-69/+102
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-197-34/+65
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-05-191-4/+4
| | | |\
| | | | * MDEV-15318 CREATE .. SELECT VALUES produces invalid table structureSergei Golubchik2018-05-171-4/+4
| | | * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Sergei Golubchik2018-05-191-1/+1
| | | * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-165-22/+37
| | | * | MDEV-14943 Alter table ORDER BY bugMonty2018-05-151-8/+24
| | * | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-159-34/+34
| * | | | cleanup: specify memroot explicitly in `new Explain_xxx`Sergei Golubchik2018-05-191-3/+3
| * | | | MDEV-16153 Server crashes in Apc_target::disable, ASAN heap-use-after-free in...Sergei Golubchik2018-05-191-1/+16
| * | | | MDEV-12465: Server crashes in my_scan_weight_utf8_bin upon collecting stats f...Sergei Petrunia2018-05-191-2/+12
| * | | | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-175-4/+28