summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-01-104-3/+37
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-01-105-14/+41
| |\
| | * MDEV-11548 Reproducible server crash after the 2nd ALTER TABLE ADD FOREIGN KE...Alexey Botchkov2017-01-091-1/+1
| | * MDEV-11317: `! is_set()' or `!is_set() || (m_status == DA_OK_BULK && is_bulk_...Monty2017-01-081-2/+14
| | * MDEV-11088 Client plugins cannot be loaded by command line toolsVladislav Vaintroub2017-01-062-0/+19
| | * MDEV-9084 Calling a stored function from a nested select from temporary table...Dmitry Lenev2017-01-061-0/+3
| | * MDEV-10271: Stopped SQL slave thread doesn't print a message to error log lik...Kristian Nielsen2017-01-061-11/+4
| * | Merge 10.0 into 10.1Marko Mäkelä2017-01-055-0/+21
| |\ \ | | |/
| | * MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-045-0/+21
* | | Merge 10.1 to 10.2Marko Mäkelä2017-01-053-5/+7
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-01-041-2/+1
| |\ \ | | |/
| | * MDEV-11636 Extra persistent columns on slave always gets NULL in RBRSachin Setiya2017-01-012-0/+32
| * | MDEV-7955 WSREP() appears on radar in OLTP ROSachin Setiya2017-01-032-2/+2
| * | MDEV-11016 wsrep_node_is_ready() check is too strictSachin Setiya2017-01-031-1/+4
| * | MDEV-11636 Extra persistent columns on slave always gets NULL in RBRSachin Setiya2017-01-012-0/+33
| * | MDEV-11584: GRANT inside an SP does not work well on 2nd executionOleksandr Byelkin2016-12-281-0/+5
* | | Fixed bug mdev-11674.Igor Babaev2017-01-044-15/+37
* | | MDEV-11636 Extra persistent columns on slave always gets NULL in RBRSachin Setiya2017-01-012-0/+33
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-2959-400/+875
|\ \ \ | |/ /
| * | MDEV-11060 sql/protocol.cc:532: void Protocol::end_statement(): Assertion `0'...Varun Gupta2016-12-141-0/+1
| * | MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-144-5/+14
| * | Revert "MDEV-11016 wsrep_node_is_ready() check is too strict"Sachin Setiya2016-12-141-4/+1
| * | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-12-121-0/+2
| * | MDEV-11179: WSREP transaction excceded size limit in Galera clusterNirbhay Choubey2016-12-122-2/+18
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-1120-117/+296
| |\ \ | | |/
| | * MDEV-11533: Roles with trailing white spaces are not cleared correctlyVicențiu Ciorbaru2016-12-101-0/+1
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-12-0910-46/+107
| | |\
| | | * MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Sergei Golubchik2016-12-082-2/+3
| | | * Revert "MDEV-10713: signal 11 error on multi-table update - crash in handler:...Sergei Golubchik2016-12-082-25/+17
| | | * MDEV-10388 MariaDB 10.1.x keeps (deleted) ML* files in tmpdir after LOAD DATA...Sergei Golubchik2016-12-071-0/+3
| | | * MDEV-8329 MariaDB crashes when replicate_wild_ignore_table is set to NULL.Alexey Botchkov2016-12-071-0/+3
| | | * MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 ErrorOleksandr Byelkin2016-12-061-29/+43
| | | * MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Oleksandr Byelkin2016-12-062-17/+25
| | | * MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-062-5/+37
| | | * MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol...Alexander Barkov2016-12-061-0/+1
| | | * typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-031-7/+7
| | | * MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-281-1/+1
| | | * Restore MY_WME flag for my_pread in read_ddl_log_entry, fix errors in buildbotVladislav Vaintroub2016-11-141-1/+1
| | | * Fixed bug mdev-11161.Igor Babaev2016-11-111-0/+2
| | | * MDEV-11248 Fix passing offset parameter to my_file_pread in read_ddl_log_file...Vladislav Vaintroub2016-11-101-2/+2
| | | * MDEV-9409 Windows - workaround VS2015 CRT bug that makesVladislav Vaintroub2016-10-271-0/+6
| | * | MDEV-11162 Assertion `num_records == m_idx_array.size()' failed in Filesort_b...Varun Gupta2016-12-081-0/+1
| | * | MDEV-10787 Assertion `ltime->neg == 0' failed in void date_to_datetime(MYSQL_...Alexander Barkov2016-12-071-1/+4
| | * | MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-042-7/+3
| | * | MDEV-10744: Roles are not fully case sensitiveVicențiu Ciorbaru2016-12-011-1/+1
| | * | Fixed bug mdev-11364.Igor Babaev2016-11-292-14/+19
| | * | MDEV-11343 LOAD DATA INFILE fails to load data with an escape character follo...Alexander Barkov2016-11-292-45/+145
| | * | MDEV-11348 LOAD DATA LOCAL INFILE crashes the server on loading a backslash f...Alexander Barkov2016-11-251-1/+2
| | * | Fix incorrect reading of events from relaylog in parallel replication.Kristian Nielsen2016-11-162-1/+7
| | * | Back-port Master_info::using_parallel() to 10.0.Kristian Nielsen2016-11-155-16/+16