summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19274 mariadb does not build on OSes that do not have HAVE_POOL_OF_THREADSbb-10.4-aix-build-fixVladislav Vaintroub2019-04-183-6/+22
* MDEV-19164 Assertion `fixed' failed in Item_func_inet_aton::val_intIgor Babaev2019-04-172-5/+11
* Merge 10.3 into 10.4Marko Mäkelä2019-04-171-2/+2
|\
| * Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
* | Adding missing ';' at the end of a ruleAlexander Barkov2019-04-172-0/+2
* | MDEV-19263: Server crashes in mysql_handle_single_derived upon 2nd execution ...Oleksandr Byelkin2019-04-161-1/+4
* | MDEV-19195 Active Record unit test fails with MariaDB 10.4.3Igor Babaev2019-04-161-0/+4
* | fix bug for spider where using "not like" (#890)willhan2019-04-161-1/+1
* | Cleanup of sql_derived.cc filebb-10.4-cleanupOleksandr Byelkin2019-04-161-11/+17
* | MDEV-17362: SIGSEGV in JOIN::optimize_inner or Assertion `fixed == 0' failed ...Oleksandr Byelkin2019-04-163-7/+8
* | Cleanup of derived table interfaceOleksandr Byelkin2019-04-162-2/+1
* | MDEV-19256 sql_acl.cc does not compile with WITH_VALGRIND with gcc 8.0bb-10.4-mdev-19256Alexander Barkov2019-04-161-24/+43
* | MDEV-19142 sql_mode=MSSQL: Bracket identifiersAlexander Barkov2019-04-152-4/+7
* | MDEV-16543 Replicating to spider is fragile without retries (#1259)Kentoku SHIBA2019-04-122-6/+17
* | Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-121-1/+1
|\ \ | |/
| * MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-121-1/+1
* | Fix InnoDB dynamic plugin compile errors on wsrep patch.Jan Lindström2019-04-102-1/+5
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-081-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-081-1/+1
| |\
| | * copy-paste error fixedSergei Golubchik2019-04-071-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-083-15/+26
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-04-073-15/+26
| |\ \ | | |/
| | * MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-053-14/+26
* | | Fixed wsrep replaying for stored procedures (#1256)mariadb-10.4.4Teemu Ollakka2019-04-066-73/+126
* | | MDEV-19197 Move ASSERT_COLUMN_MARKED_FOR_XXX as methods to FieldAlexander Barkov2019-04-062-142/+151
* | | MDEV-18956 Assertion `sel->quick' failed in JOIN::make_range_rowid_filtersIgor Babaev2019-04-051-3/+13
* | | MDEV-19186: Assertion `field->table == table' failed in create_tmp_tableGalina Shalygina2019-04-061-0/+1
* | | MDEV-19185: Pushdown constant function defined with subqueryGalina Shalygina2019-04-052-4/+3
* | | MDEV-19184 Crash in IS_IPV6(_ucs2 0x0031)Alexander Barkov2019-04-051-35/+68
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-051-1/+0
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-04-041-1/+0
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-04-043-3/+0
| | |\
| | | * Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-033-5/+1
| | | * Remove unused declarationsMarko Mäkelä2019-04-032-16/+0
* | | | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-044-2/+16
* | | | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-0413-557/+650
* | | | MDEV-13301 Optimize DROP INDEX, ADD INDEX into RENAME INDEXEugene Kosov2019-04-034-118/+187
* | | | Get rid of rea_create_table()Sergey Vojtovich2019-04-035-50/+18
* | | | Fix inplace ALTER TABLE to not register tmp tableSergey Vojtovich2019-04-034-57/+77
* | | | Removed redundant partitioning checkSergey Vojtovich2019-04-031-36/+0
* | | | Simplified dd_recreate_table()Sergey Vojtovich2019-04-032-24/+8
* | | | Removed redundant SE lock for tmp tablesSergey Vojtovich2019-04-033-21/+14
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
| | |\ \ | | | |/
| | | * MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-021-1/+1
* | | | Fix cmake -DWITH_WSREP=OFFMarko Mäkelä2019-04-031-0/+1
* | | | MDEV-18820 Assertion `lock_table_has(trx, index->table, LOCK_IX)' failed in l...Sachin2019-04-031-3/+3
* | | | Fix -Wformat and -Wnonnull-compare for WSREPMarko Mäkelä2019-04-037-21/+24
* | | | MDEV-18942: Json_writer::add_bool: Conditional jump or move depends on uninit...Varun Gupta2019-04-031-0/+1