summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: renaming methods make_field(Send_field*) to make_send_field(..)Alexander Barkov2018-04-0512-58/+59
* MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inse...Michael Widenius2018-04-051-3/+6
* MDEV-15738 Server crashes in my_strcasecmp_utf8 on query from I_S with UNION ...Michael Widenius2018-04-051-6/+3
* MDEV-15241: make SIGNAL maximum MESSAGE_TEXT length a larger valueVarun Gupta2018-04-041-2/+3
* Merge 10.2 into 10.3Marko Mäkelä2018-04-041-0/+9
|\
| * MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-031-0/+9
* | Cleanup in the system variable parsing codeAlexander Barkov2018-04-031-0/+6
* | MDEV-15739 sql_mode=ORACLE: Make LPAD and RPAD return NULL instead of empty s...halfspawn2018-04-032-8/+144
* | MDEV-15743 Avoid a PFS warning by shortening key name for proxy protocol rwlockVladislav Vaintroub2018-04-021-1/+1
* | Cleanup: removing duplicate code, adding "const", etcAlexander Barkov2018-04-022-96/+72
* | MDEV-14929 - AddressSanitizer: memcpy-param-overlap in Field_longstr::compressSergey Vojtovich2018-04-021-5/+10
* | Fixed valgrind warning in DBUG_PRINT as thd->stmt_lex is not initalizedMonty2018-04-021-0/+1
* | Fix for MDEV-14831Monty2018-04-024-29/+61
* | Merge 10.2 into 10.3Marko Mäkelä2018-03-301-2/+2
|\ \ | |/
| * MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-2/+2
* | Cleanup: moving timestamp_to_TIME() as a method to THDAlexander Barkov2018-03-303-21/+23
* | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-302-69/+4
* | bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIMESergei Golubchik2018-03-302-7/+26
* | bugfix: Item_cache_temporal::get_date() didn't set null_valueSergei Golubchik2018-03-301-1/+1
* | cleanup: Item_func_caseSergei Golubchik2018-03-302-171/+122
* | compilation w/o partitioningSergei Golubchik2018-03-304-31/+36
* | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-306-0/+12
* | Merge 10.2 into 10.3Marko Mäkelä2018-03-291-1/+1
|\ \ | |/
| * MDEV-15472: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-03-291-1/+1
* | MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-03-292-0/+5
* | MDEV-14275 Improving memory utilization for information schemaMonty2018-03-292-12/+95
* | Fixed compiler warningsMonty2018-03-292-3/+3
* | Move alter partition flags to alter_info->partition_flagsMonty2018-03-2912-136/+156
* | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-2914-567/+486
* | Fixed some DBUG_PRINT to use %p properlyMonty2018-03-292-2/+3
* | Fixed alter online table for Aria tablesMonty2018-03-295-6/+28
* | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-298-92/+252
* | MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-296-87/+95
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-2828-190/+239
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-03-2511-32/+27
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-03-236-3/+18
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-236-3/+18
| | | |\
| | | | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-223-1/+10
| | | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-212-1/+7
| | | | * MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-211-1/+1
| | | * | MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Varun Gupta2018-03-171-1/+3
| | * | | MDEV-10269 - Killed queries from I_S stay in 'Killed' state for longSergey Vojtovich2018-03-231-0/+7
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-233-26/+2
| | * | | wsrep_sst_auth: fix a memory leakSergei Golubchik2018-03-231-2/+2
| | * | | Allow table-less selects even when wsrep is not readySergei Golubchik2018-03-231-3/+1
| * | | | MDEV-15570 Assertion `Item_cache_temporal::field_type() != MYSQL_TYPE_TIME' f...Sergei Golubchik2018-03-231-1/+0
| * | | | Fix unused variable thd warning in embeddedVicențiu Ciorbaru2018-03-221-1/+1
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-221-0/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15633 Memory leak after MDEV-15005Alexander Barkov2018-03-221-0/+5
| | * | | Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cdMarko Mäkelä2018-03-211-8/+0