summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove THD::query_start_timeval()Sergei Golubchik2019-02-141-4/+0
* MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+15
* Merge 10.3 into 10.4Marko Mäkelä2019-02-051-0/+3
|\
| * MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-021-0/+3
* | Avoid taking LOCK_thread_count for thread_count protectionSergey Vojtovich2019-01-291-7/+4
* | MDEV-18400 - Move shutdown handling to main threadSergey Vojtovich2019-01-291-2/+0
* | Use rwlock rather than mutex for protecting THD_listVladislav Vaintroub2019-01-281-9/+9
* | Removed redundant service_thread_countSergey Vojtovich2019-01-281-14/+34
* | Move THD list handling to THD_listSergey Vojtovich2019-01-281-21/+80
* | Simplified THD::current_linfo lockingSergey Vojtovich2019-01-281-3/+3
* | Galera4Brave Galera Crew2019-01-231-29/+125
* | Added support for BACKUP LOCK / BACKUP UNLOCKMichael Widenius2019-01-141-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2018-12-181-3/+14
|\ \ | |/
* | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-15/+12
* | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-12/+5
* | MDEV-5377 Row-based replication of MariaDB temporal data types with FSP>0 int...Alexander Barkov2018-12-041-0/+6
* | MDEV-16705 Add two accessors for multi_delete classAlexander Barkov2018-11-271-0/+4
* | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-2/+12
* | MDEV-17792 New class Timestamp and cleanups in Date, Datetime, Field for roun...Alexander Barkov2018-11-221-0/+4
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-6/+17
|\ \ | |/
| * MDEV-17387 MariaDB Server giving wrong error while executing select query fro...Alexander Barkov2018-11-091-6/+17
* | MDEV-17712 Remove C_TIME_FUZZY_DATES, C_TIME_DATETIME_ONLY, C_TIME_TIME_ONLYAlexander Barkov2018-11-141-3/+0
* | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+8
|\ \ | |/
| * MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponmariadb-10.3.10Sergey Vojtovich2018-10-021-0/+1
| * Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+7
| |\
| | * MDEV-17024 Crash on large queryIgor Babaev2018-09-071-1/+7
* | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-4/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-3/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-09-061-11/+0
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2018-08-311-11/+0
| | |\
| | | * Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-311-11/+0
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+12
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-0/+11
| | |\ \ | | | |/
| | | * This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-151-0/+11
| | * | MDEV-16934 Query with very large IN clause lists runs slowlyIgor Babaev2018-08-171-0/+1
| * | | MDEV-17017 Explain for query using derived table specified withIgor Babaev2018-08-271-3/+2
* | | | MDEV-17068 mysql system table is marked as crashed and should be repaired aft...Monty2018-08-281-0/+3
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-5/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-5/+4
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-031-0/+4
| | |\ \ | | | |/
| | | * Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-0/+4
* | | | MDEV-16277 tcp_nodelay session variable to enable / disable Nagle algorithmVladislav Vaintroub2018-08-111-0/+1
* | | | MDEV-14032 SEC_TO_TIME executes side effect two timesAlexander Barkov2018-08-091-0/+63
* | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+2
|/ / /
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-8/+28
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-281-2/+0
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-06-281-2/+0
| | |\
| | | * remove double-countingSergei Golubchik2018-06-281-2/+0
| * | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-6/+3
| * | | This is another attempt to fix mdev-16473.Igor Babaev2018-06-281-1/+4