summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Report deadlocks to the error log if log_warnings>2Marko Mäkelä2019-01-307-3/+17
* MDEV-17382 Hash join algorithm should not be used to join materialized10.2-compatibility-build22257-opt-fixesIgor Babaev2018-10-101-0/+8
* MDEV-17065 Crash on SHOW CREATE TABLE with CHECK CONSTRAINTMichael Widenius2018-10-041-2/+11
* MDEV-16711 Crash in Field_blob::store() while reading statisticsIgor Babaev2018-09-181-0/+5
* MDEV-16757 Memory leak after adding manually min/max statistical dataIgor Babaev2018-09-184-1/+36
* MDEV-16760 CREATE OR REPLACE TABLE never updates statistical tablesIgor Babaev2018-09-181-0/+4
* MDEV-16689: core-file should become a real server variableOleksandr Byelkin2018-09-173-2/+10
* MDEV-16773 - Assertion failed in tdc_remove_tableSergey Vojtovich2018-09-111-3/+13
* MDEV-16891 EVENTs created with SQL_MODE=ORACLE fail to executeAlexander Barkov2018-08-071-4/+8
* MDEV-9266 Creating index on temporaray table breaks replicationsachin2018-07-311-0/+3
* MDEV-15359 Thread stay in "cleaning up" status after finishingSergei Golubchik2018-07-202-97/+85
* MDEV-11896 thd_get_error_context_description race conditionSergei Golubchik2018-07-201-0/+3
* MDEV-15755 Query crashing MariaDB in cleanup_after_querySergei Golubchik2018-06-131-0/+1
* MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inse...Michael Widenius2018-04-061-3/+6
* Initialize MYSQL_LOCK->flags variableMonty2018-04-061-0/+1
* Fix for MDEV-14831Monty2018-04-064-29/+62
* MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-04-062-0/+5
* MDEV 13679 Enabled sequences to be used in DEFAULTMonty2018-04-0616-51/+230
* Added CHECK_FIELD_EXPRESSIONMonty2018-04-064-23/+34
* MDEV-15416 Crash when reading I_S.PARAMETERSAlexander Barkov2018-02-286-23/+165
* MDEV-11952 Oracle-style packages: stage#5Alexander Barkov2018-02-2732-228/+2530
* Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-224-19/+27
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-1/+1
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-02-221-1/+1
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-1/+1
| | | |\
| | | | * MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-141-1/+1
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-222-18/+19
| |\ \ \ \ | | |/ / /
| | * | | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-211-17/+16
| | * | | Windows : remove freopen(), "to keep fd = 0 busy".Vladislav Vaintroub2018-02-201-1/+3
| * | | | MDEV-14297: Lost name of a explicitly named CTE column used inGalina Shalygina2018-02-201-0/+7
| * | | | Revert "Fix 2 more VS2015 warnings"Vladislav Vaintroub2018-02-191-9/+10
| * | | | Fix 2 more VS2015 warningsVladislav Vaintroub2018-02-191-10/+9
* | | | | MDEV-15356: tp_timeout_handler needs to call set_killed_no_mutex as it has th...Daniel Black2018-02-211-1/+1
* | | | | Adding Field_timestamp::sql_mode_for_timestamp() to reuse duplicate codeAlexander Barkov2018-02-212-18/+16
* | | | | A cleanup for MDEV-15340 + fix MDEV-15363 Wrong result for CAST(LAST_DAY(TIME...Alexander Barkov2018-02-214-51/+85
* | | | | MDEV-15340 Wrong result HOUR(case_expression_with_time_and_datetime)Alexander Barkov2018-02-1910-119/+438
* | | | | apply XA RECOVER FORMAT=... from MDEV-14593 to Oracle parser variant, tooHartmut Holzgraefe2018-02-191-2/+20
* | | | | Fix for MDEV-15105 (memory loss with LOCK sequence)Monty2018-02-191-1/+1
* | | | | Adding "const" qualifier to the MYSQL_TIME parameter of Item_temporal_literal...Alexander Barkov2018-02-171-7/+8
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15289 Binding an out-of-range DATETIME value in binary protocol breaks r...Alexander Barkov2018-02-161-1/+1
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-153-13/+20
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-02-153-13/+20
* | | | | Crash when giving error message for ALTER SEQUENCEMonty2018-02-152-8/+62
* | | | | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ...Alexander Barkov2018-02-149-50/+78
* | | | | Fix privilege checking for sequenceMonty2018-02-141-1/+1
* | | | | MDEV-15293 CAST(AS TIME) returns bad results for LAST_VALUE(),NAME_CONST(),SP...Alexander Barkov2018-02-1314-60/+340
* | | | | A cleanup for MDEV-15287: removung unused codeAlexander Barkov2018-02-131-10/+1
* | | | | Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-124-4/+23
* | | | | MDEV-15287 Bad result for LEAST/GREATEST(datetime_alike_string, time)Alexander Barkov2018-02-124-0/+162