summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-07-061-7/+0
|\
| * MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-061-7/+0
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-95/+16
|\ \ | |/
| * MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtidOleksandr Byelkin2018-06-251-1/+16
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-97/+0
| |\
| | * MDEV-13577 slave_parallel_mode=optimistic should not report the mode's specif...Sergei Golubchik2018-06-201-7/+0
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-06-141-97/+0
| | |\
| | | * MDEV-15359 Thread stay in "cleaning up" status after finishingSergei Golubchik2018-06-131-97/+0
| | * | MDEV-13577 slave_parallel_mode=optimistic should not report the mode'sAndrei Elkin2018-06-121-0/+7
* | | | Removing sp_head::is_stored_procedure. This code was dead after MDEV-15991Alexander Barkov2018-06-261-1/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-11/+18
|\ \ \ \ | |/ / /
| * | | Fixed memory overrun in binlog_encryption.encrypted_masterMonty2018-05-261-4/+8
| * | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-241-7/+10
* | | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-1/+1
* | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-2/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-1/+1
* | | | cleanup: create_temp_file()Sergei Golubchik2018-05-211-18/+3
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-4/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-4/+0
| |\ \ \ | | |/ /
| | * | MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-4/+0
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-16/+21
* | | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-0/+33
* | | | MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-251-8/+21
* | | | Ensure that max_local_memory_used is initializedMichael Widenius2018-04-161-0/+2
* | | | remove unused THD::query_start_usedSergei Golubchik2018-04-101-1/+1
* | | | remove dead codeEugene Kosov2018-04-091-60/+0
* | | | MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesMarko Mäkelä2018-04-091-0/+14
|\ \ \ \
| * | | | IB: CASCADE operation for DELETEAleksey Midenkov2018-03-191-0/+14
* | | | | Fixed valgrind warning in DBUG_PRINT as thd->stmt_lex is not initalizedMonty2018-04-021-0/+1
* | | | | Cleanup: moving timestamp_to_TIME() as a method to THDAlexander Barkov2018-03-301-0/+19
* | | | | MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-291-33/+7
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-0/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-0/+4
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-03-231-0/+4
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-231-0/+4
| | | |\
| | | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-211-0/+4
* | | | | Adding "const" qualifier into a few methods and parameters in the LOAD codeAlexander Barkov2018-03-151-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-121-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failedAlexey Botchkov2018-03-121-0/+1
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-03-021-0/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15416 Crash when reading I_S.PARAMETERSAlexander Barkov2018-02-281-0/+17
| * | | | | MDEV-11952 Oracle-style packages: stage#5Alexander Barkov2018-02-271-4/+20
* | | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-4/+20
* | | | | | fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-2/+1
* | | | | | MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-241-3/+0
* | | | | | MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-241-0/+3
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-5/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-5/+11
| |\ \ \ \ \ | | |/ / / /