summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14551 Can't find record in table on multi-table update with ORDER BYSergei Golubchik2018-05-171-3/+4
* cleanup: comments and whitespacesSergei Golubchik2018-05-171-2/+2
* MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-121-0/+16
* MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-121-0/+1
* versioning: use @@timestampSergei Golubchik2018-05-121-30/+18
* MDEV-15923 option to control who can set session @@timestampSergei Golubchik2018-05-121-9/+14
* Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-1/+40
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-1/+0
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-1/+0
| |\
| | * Merge pull request #723 from codership/10.1-MDEV-16005Jan Lindström2018-04-271-1/+0
| | |\
| | | * MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-1/+0
* | | | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-101-9/+1
* | | | Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-091-1/+1
* | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-1/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-11/+13
* | | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-2/+32
* | | | MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-261-0/+1
* | | | MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-251-0/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| | |\ \ | | | |/ | | |/|
| | | * MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-1/+1
| | * | Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cdMarko Mäkelä2018-03-211-8/+0
* | | | MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS S...Sergei Golubchik2018-04-101-1/+0
* | | | remove unused THD::query_start_usedSergei Golubchik2018-04-101-3/+3
* | | | Cleanup: moving timestamp_to_TIME() as a method to THDAlexander Barkov2018-03-301-0/+2
* | | | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-301-0/+2
* | | | MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-291-7/+6
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-1/+5
| |\ \ \ | | |/ /
| | * | refs MW-245 - merged wsrep_dirty_reads and wsrep_reject_queries from PXCsjaakola2018-03-201-0/+8
* | | | Adding "const" qualifier into a few methods and parameters in the LOAD codeAlexander Barkov2018-03-151-1/+1
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-03-021-0/+2
|\ \ \ \
| * | | | MDEV-15416 Crash when reading I_S.PARAMETERSAlexander Barkov2018-02-281-0/+2
| * | | | MDEV-11952 Oracle-style packages: stage#5Alexander Barkov2018-02-271-4/+54
* | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-4/+44
* | | | | MDEV-15405 Mixed replication fails with "Could not execute Delete_rows_v1 eve...Sergei Golubchik2018-02-251-4/+34
* | | | | fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-20/+25
* | | | | cleanup: use enum, not uint, for enum variablesSergei Golubchik2018-02-241-2/+4
* | | | | remove @@system_versioning_innodb_algorithm_simpleSergei Golubchik2018-02-241-1/+0
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+43
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+43
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+42
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+27
| | | |\ \ | | | | |/
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+28
| | | | |\
| | | | | * Fix Item tree changes/rollback debug printOleksandr Byelkin2018-01-231-0/+4
| | | | | * MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-151-0/+24
| | | * | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-1/+15
* | | | | | cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-2/+6