summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2018-01-111-16/+48
|\
| * Merge 5.5 into 10.0Marko Mäkelä2018-01-111-16/+48
| |\
| | * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-101-16/+48
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-031-1/+1
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-031-1/+1
| |\ \ | | |/
| | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-031-1/+1
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-024-6/+63
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-024-6/+63
| |\ \ | | |/
| | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-274-3/+63
* | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-271-15/+11
|\ \ \ | |/ /
| * | Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
* | | MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partition...Sergei Golubchik2017-12-251-9/+25
* | | cleanup: ha_partition::update_create_infoSergei Golubchik2017-12-251-27/+8
* | | MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-253-3/+103
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-2015-69/+135
|\ \ \ | |/ /
| * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-2012-47/+77
| |\ \ | | |/
| | * MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_...Varun Gupta2017-12-201-2/+5
| | * MDEV-14639: Fix unexpected end of line at 'Normal shutdown'Simon J Mudd2017-12-191-22/+22
| | * MDEV-14619: VIEW and GROUP_CONCATOleksandr Byelkin2017-12-171-1/+1
| | * MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-082-0/+14
| | * Revert "Remove use of volatile in stored_field_cmp_to_item"Vicențiu Ciorbaru2017-12-061-2/+7
| | * Remove use of volatile in stored_field_cmp_to_itemDaniel Black2017-12-051-7/+2
| | * MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-301-0/+8
| | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-204-20/+26
| | * Fixed bug MDEV-14368 Improper error for a grouping query thatIgor Babaev2017-11-111-1/+2
| * | An after-fix for MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_...Alexander Barkov2017-12-201-1/+8
| * | MDEV-12366: FLUSH PRIVILEGES can break hierarchy of rolesVicențiu Ciorbaru2017-12-191-12/+18
| * | MDEV-13655: Set role does not properly grant privileges.Vicențiu Ciorbaru2017-12-192-16/+33
* | | MDEV-14031 Password policy causes replication failureAlexander Barkov2017-12-201-1/+1
* | | MW-416 DDL replication moved after acl checkingsjaakola2017-12-191-8/+22
* | | MW-416sjaakola2017-12-191-1/+1
* | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-192-54/+16
* | | Fix galera.view test case crash.Jan Lindström2017-12-191-1/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-185-11/+18
|\ \ \ | |/ /
| * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-183-8/+9
| * | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-182-3/+9
* | | MDEV-10442: "Address already in use" on restartNirbhay Choubey2017-12-181-1/+0
* | | MW-416sjaakola2017-12-185-11/+44
* | | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-181-2/+3
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-123-14/+31
|\ \ \ | |/ /
| * | MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-152-0/+15
| * | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-143-14/+16
* | | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-091-12/+21
* | | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-093-2/+20
* | | never add new error messages to old GA releases!Sergei Golubchik2017-11-191-5/+3
* | | Fix the build on OpenBSD (#488)David Carlier2017-11-171-1/+1
* | | MDEV-9510 Segmentation fault in binlog thread causes crashAndrei Elkin2017-11-151-2/+20
* | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-1512-75/+398
* | | MDEV-13936: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2017-11-141-19/+23
* | | MDEV-14205 Windows : fix race condition writing into error log and setvbufmariadb-10.1.29Vladislav Vaintroub2017-11-131-3/+0