summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-02146-680/+1192
|\
| * Fix wording in error log message, to be consistent with other messages ("IO t...Kristian Nielsen2014-12-021-1/+1
| * MDEV-7144 Warnings "bytes lost" during server shutdown after running connect....Sergei Golubchik2014-11-221-0/+3
| * MDEV-7237: Parallel replication: incorrect relaylog position after stop/start...Kristian Nielsen2014-12-012-2/+10
| * MDEV-7149 Constant propagation erroneously applied for LIKEAlexander Barkov2014-11-281-1/+36
| * Backporting a cleanup in boolean function from 10.1:Alexander Barkov2014-11-271-12/+8
| * MDEV-6582: DEBUG_SYNC does not reset mysys_var->current_mutex, causes asserti...Kristian Nielsen2014-11-261-3/+5
| * MDEV-6903: gtid_slave_pos is incorrect after master crashKristian Nielsen2014-11-251-0/+5
| * MergeSergei Golubchik2014-11-2124-123/+179
| |\
| | * after merge fixes:Sergei Golubchik2014-11-211-12/+0
| | * 5.5 mergeSergei Golubchik2014-11-1912-57/+100
| | |\
| | | * 5.3 mergeSergei Golubchik2014-11-181-1/+7
| | | |\
| | | | * MDEV-6883 ST_WITHIN crashes server if (0,0) is matched to POLYGON((0 0)).Alexey Botchkov2014-11-151-1/+7
| | | | * MDEV-7068: MRR accessing uninitialised bytes, test case failure main.innodb_mrrSergey Petrunya2014-11-131-2/+13
| | | * | MDEV-4513 Valgrind warnings (Conditional jump or move depends on uninitialise...Sergei Golubchik2014-11-181-1/+1
| | | * | MDEV-7113 difference between check_vcol_func_processor and check_partition_fu...Sergei Golubchik2014-11-184-15/+14
| | | * | MDEV-3940 Server crash or assertion `item->type() == Item::STRING_ITEM' failu...Sergei Golubchik2014-11-181-12/+12
| | | * | MDEV-6179: dynamic columns functions/cast()/convert() doesn't play nice with ...Sergei Golubchik2014-11-082-13/+27
| | | * | MDEV-6865 Merge Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS..Alexander Barkov2014-11-171-0/+25
| | | * | MDEV-6868: MariaDB server crash ( select with union and order by with subque...unknown2014-11-151-12/+12
| | | * | MDEV-7068: MRR accessing uninitialised bytes, test case failure main.innodb_mrrSergey Petrunya2014-11-131-2/+13
| | | * | MDEV-7019 String::chop() is wrong and may potentially crash (MySQL bug#56492)Alexander Barkov2014-11-101-1/+3
| | * | | MDEV-4285 Server crashes in ptr_compare on NOW and CAST in ORDER BYSergei Golubchik2014-11-181-2/+2
| | * | | MDEV-6794 XtraDB no longer using UNIQUE as clustered index when PK missingSergei Golubchik2014-11-181-36/+36
| | * | | two more unused error messagesSergei Golubchik2014-11-181-4/+4
| | * | | MDEV-6805 one can set character_set_client to utf32Sergei Golubchik2014-11-182-6/+10
| | * | | MDEV-6785 Wrong result on 2nd execution of PS with aggregate function, FROM S...Sergei Golubchik2014-11-182-3/+1
| | * | | MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added columnSergei Golubchik2014-11-181-8/+6
| | * | | MDEV-7087 main.stat_tables-enospc fails in buildbot on a valgrind buildSergei Golubchik2014-11-181-0/+2
| | * | | MDEV-7003 test-alter-table crashes debug build due to double free of pluginSergei Golubchik2014-11-131-2/+2
| | * | | MDEV-6849 ON UPDATE CURRENT_TIMESTAMP doesn't always workSergei Golubchik2014-11-135-3/+23
| | * | | sql_update.cc: always update default fields *after* compare_record()Sergei Golubchik2014-11-111-2/+5
| * | | | MDEV-7118: Anemometer stop working after upgrade to from...Sergey Petrunya2014-11-191-4/+14
| * | | | MDEV-6993 Bad results with join comparing DECIMAL and ENUM/SET columnsAlexander Barkov2014-11-191-0/+4
| * | | | MDEV-6978 Bad results with join comparing case insensitive VARCHAR/ENUM/SETAlexander Barkov2014-11-192-1/+25
| |/ / /
| * | | MDEV-6991 GROUP_MIN_MAX optimization is erroneously applied in some casesAlexander Barkov2014-11-181-10/+26
| * | | MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUB...Alexander Barkov2014-11-183-0/+8
| * | | MDEV-7121: Parallel slave may hang if master crashes in the middle of writing...Kristian Nielsen2014-11-171-0/+1
| * | | MDEV-7080: rpl.rpl_gtid_crash fails sporadically in buildbotKristian Nielsen2014-11-171-7/+1
| * | | MDEV-6917: Parallel replication: "Commit failed due to failure of an earlier ...Kristian Nielsen2014-11-132-8/+1
| * | | MDEV-7065: Incorrect relay log position in parallel replication after retry o...Kristian Nielsen2014-11-131-1/+13
| * | | MDEV-6775: Wrong binlog order in parallel replication: Intermediate commitKristian Nielsen2014-11-133-133/+129
| * | | MDEV-6680: Performance of domain_parallel replication is disappointingKristian Nielsen2014-11-134-91/+191
| * | | MDEV-6718: Server crashed in Gtid_log_event::Gtid_log_event with parallel rep...Kristian Nielsen2014-11-133-64/+112
| * | | MDEV-7102: Incorrect PSI_stage_info message in SHOW PROCESSLIST during parall...Kristian Nielsen2014-11-133-2/+5
| * | | MDEV-6775: Wrong binlog order in parallel replicationKristian Nielsen2014-11-131-0/+3
| * | | Revert incorrect/redundant fix for old BUG#34656Kristian Nielsen2014-11-131-11/+7
| * | | MDEV-7101: SAFE_MUTEX lock order warning when reusing wait_for_commit mutexKristian Nielsen2014-11-131-0/+12
| * | | MDEV-6965 non-captured group \2 in regexp_replaceAlexander Barkov2014-11-101-5/+8
| * | | 5.5 mergeSergei Golubchik2014-11-034-5/+4
| |\ \ \ | | |/ /