summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: versioning style fixesSergei Golubchik2018-05-121-2/+2
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-3/+0
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-3/+0
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-3/+0
| | |\
| | | * MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-261-3/+0
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-38/+41
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-6/+22
|\ \ \ \ | |/ / /
| * | | register keyword c++17 warningEugene Kosov2018-04-241-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-5/+21
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-5/+21
| | |\ \ | | | |/
| | | * MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergei Golubchik2018-04-211-1/+2
| | | * MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-4/+19
* | | | Remove compiler warningsMichael Widenius2018-04-161-1/+3
* | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-15769: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-04-071-1/+2
* | | | dead code - related to vtmdSergei Golubchik2018-04-101-25/+4
* | | | Fix for MDEV-14831Monty2018-04-021-1/+1
* | | | compilation w/o partitioningSergei Golubchik2018-03-301-13/+13
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-03-291-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-15472: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-03-291-1/+1
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-2/+31
* | | | create a reusable function that tells what FK actions can writeSergei Golubchik2018-02-241-3/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+8
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+8
| |\ \ \ \ | | |/ / /
| | * | | no separate 10.2 fix for MDEV-14743 at this point in timeSergei Golubchik2018-02-061-2/+0
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+10
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+10
| | | |\ \ | | | | |/
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+11
| | | | |\
| | | | | * MDEV-14743: Server crashes in Item_func_match::init_searchOleksandr Byelkin2018-01-121-1/+11
* | | | | | MDEV-14785 SYSTEM_INVISIBLE behaviour not consistentSergei Golubchik2018-02-121-0/+5
* | | | | | cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-2/+2
* | | | | | cleanup: renamesSergei Golubchik2018-02-121-17/+17
* | | | | | INVISIBLE columns in USING and NATURAL JOINSergei Golubchik2018-02-121-2/+13
* | | | | | cleanup: mark_common_columns()Sergei Golubchik2018-02-121-24/+14
* | | | | | cleanup: remove duplicated codeSergei Golubchik2018-02-121-3/+1
* | | | | | cleanup: simplify fill_record()Sergei Golubchik2018-02-121-11/+0
* | | | | | cleanup: find_field_in_table()Sergei Golubchik2018-02-121-26/+7
* | | | | | MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Jerome Brauge2018-02-121-6/+34
* | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-11/+10
* | | | | | Mdev-15085 Invisible Column Non-constant Default value results...Sachin Setiya2018-02-021-0/+1
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-121/+118
* | | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-3/+20
* | | | | | MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of SP quer...Sergei Golubchik2018-01-171-4/+0
* | | | | | cleanup: remove redundant checkSergei Golubchik2018-01-131-5/+2
* | | | | | remove dead VERS_EXPERIMENTAL codeSergei Golubchik2018-01-131-35/+1
* | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-16/+141
|\ \ \ \ \ \
| * | | | | | Fix warningsVladislav Vaintroub2018-01-071-1/+1
| * | | | | | Fixed that sequences and default works with ps-protocolMonty2018-01-031-7/+36
| * | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-15/+111