summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* no separate 10.2 fix for MDEV-14743 at this point in timeSergei Golubchik2018-02-061-2/+0
* fix Item_window_func::print() not to crash before fix_fields()Sergei Golubchik2018-02-061-0/+5
* don't set derived->merged until derived is really irreversibly mergedSergei Golubchik2018-02-061-1/+1
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-0656-308/+435
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-02-031-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2018-02-022-0/+3
| | |\
| | | * Fix ASAN failure in main.lock (and others)Vicențiu Ciorbaru2018-01-301-0/+2
| | | * MDEV-15014 Assertion `m_cache_lock_status == LOCKED_NO_WAIT || m_cache_status...Vicențiu Ciorbaru2018-01-301-0/+1
| * | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2018-02-032-8/+14
| |\ \ \
| | * \ \ Merge tag 'mariadb-10.0.34' into 10.0-galeramariadb-galera-10.0.34Jan Lindström2018-02-0160-275/+621
| | |\ \ \
| | * | | | Backport 4bb49d84a9df, correct handling on defaults[-extra]-file is SST scriptsSergei Golubchik2018-01-142-9/+38
| * | | | | Fix of NULLIF print statement.Oleksandr Byelkin2018-02-021-3/+9
| * | | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-0246-228/+336
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | MDEV-14862: Server crashes in Bitmap<64u>::merge / add_key_fieldOleksandr Byelkin2018-02-011-1/+4
| | * | | | don't crash debug builds on "packets out of order"Sergei Golubchik2018-01-311-1/+3
| | * | | | MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS.Alexey Botchkov2018-01-302-2/+8
| | * | | | MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULLAlexander Barkov2018-01-302-117/+64
| | * | | | MDEV-15118 ExtractValue(xml,something_complex) does not workAlexander Barkov2018-01-302-2/+9
| | * | | | Merge 5.5 into 10.0Marko Mäkelä2018-01-291-1/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | MDEV-15012: ASAN: numerous test failures in PSbb-5.5-MDEV-15012Oleksandr Byelkin2018-01-241-1/+1
| | * | | MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename...Sergei Golubchik2018-01-251-2/+1
| | * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-2436-94/+231
| | |\ \ \ | | | |/ /
| | | * | typo fixOleksandr Byelkin2018-01-242-3/+3
| | | * | MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-236-1/+66
| | | * | Fix Item tree changes/rollback debug printOleksandr Byelkin2018-01-232-4/+8
| | | * | MDEV-14586 Assertion `0' failed in retrieve_auto_increment ...Sachin Setiya2018-01-231-2/+4
| | | * | Fix error message typoKarim Geiger2018-01-231-1/+1
| | | * | fix build for recent clangEugene Kosov2018-01-231-1/+1
| | | * | MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::va...Vicențiu Ciorbaru2018-01-222-9/+25
| | | * | Remove commented out code post merge fix in 2011Vicențiu Ciorbaru2018-01-221-2/+1
| | | * | improve ASAN instrumentation: table->record[0]Sergei Golubchik2018-01-221-2/+6
| | | * | Correct TRASH() macro usageSergei Golubchik2018-01-2213-31/+15
| | | * | Fix compilation without dlopenSergei Golubchik2018-01-222-0/+7
| | | * | MDEV-14241: Server crash in key_copy / get_matching_chain_by_join_key or valg...Varun Gupta2018-01-191-1/+1
| | | * | Fixed mdev-14960 [ERROR] mysqld got signal 11 with join_buffer and join_cacheIgor Babaev2018-01-181-1/+4
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-189-10/+11
| | | |\ \
| | | | * | Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-165-17/+29
| | | | * | BUG#26529369: CREATE INDEX WITH LONG COMMENT CAUSEKarthik Kamath2017-10-231-1/+20
| | | | * | Bug #26867652: INCORRECT BEHAVIOR WITH PREPARE STATEMENTSreeharsha Ramanavarapu2017-10-191-2/+4
| | | | * | Backport patch for Bug#16877045 5.6-CLUSTER-7.3 WIN32 SQL_YACC.CC BUILD PROBLEMTor Didriksen2017-10-091-3/+6
| | | | * | Bug #26704451: INCORRECT BEHAVIOR WITH USE OF CERTAINSreeharsha Ramanavarapu2017-09-061-1/+1
| | | | * | (no commit message)Aakanksha Verma2017-08-311-1/+9
| | | * | | crash with too long index commentsSergei Golubchik2018-01-181-9/+32
| | | * | | cleanupSergei Golubchik2018-01-181-1/+1
| | | * | | BIT field woesSergei Golubchik2018-01-164-8/+8
| | | * | | Fixed mdev-14911: zero_date is considered as NULL, depending onIgor Babaev2018-01-151-4/+4
| | | * | | compiler warningSergei Golubchik2018-01-151-1/+1
| | | * | | MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-152-10/+26
| | | * | | MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changedOleksandr Byelkin2018-01-141-1/+18
| | | * | | Fixed mdev-6706 Wrong result (missing rows)Igor Babaev2018-01-121-0/+1