summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-01-121-1/+3
|\
| * MDEV-23836: Assertion `! is_set() || m_can_overwrite_status' inRucha Deodhar2022-01-101-1/+3
* | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-0/+2
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-10-131-0/+2
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-10-131-0/+2
| | |\
| | | * MDEV-25891 Computed default for INVISIBLE column is ignored in INSERTAleksey Midenkov2021-10-111-1/+4
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-301-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-09-301-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-09-291-0/+1
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-09-291-0/+1
| | | |\
| | | | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-271-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-111-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'upstream/10.4' into 10.5Vicențiu Ciorbaru2021-09-101-0/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'upstream/10.3' into 10.4Vicențiu Ciorbaru2021-09-091-0/+11
| | |\ \ \ | | | |/ /
| | | * | MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-051-0/+11
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-311-5/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-311-5/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-311-5/+15
| | |\ \ \ | | | |/ /
| | | * | MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-261-5/+15
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-11/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-0/+12
| | | | * [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-121-1/+1
| * | | | MDEV-23178: Qualified asterisk not supported in INSERT .. RETURNINGRucha Deodhar2021-07-221-5/+5
| * | | | Removing the condition in the for loop and putting it in one place toRucha Deodhar2021-07-221-6/+8
* | | | | MDEV-25837 Assertion `thd->locked_tables_mode == LTM_NONE' failed in Locked_t...Alexey Botchkov2021-06-291-1/+2
* | | | | MDEV-16708: spurious ER_NEED_REPREPARE for gtid_slave_pos and event_schedulerSergei Golubchik2021-06-171-1/+7
* | | | | MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-06-171-15/+0
* | | | | cleanup: formattingSergei Golubchik2021-06-111-23/+23
* | | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-2/+7
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-0/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-011-0/+25
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-011-0/+25
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-0/+17
| | | |\ \ | | | | |/
| | | | * MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+17
| | | * | MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assertMonty2021-05-261-0/+10
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-29/+4
| | | |\ \ | | | | |/
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-29/+4
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-29/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-29/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-29/+4
* | | | | Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDLMonty2021-05-191-0/+2
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+1
* | | | | Reduce usage of strlen()Monty2021-05-191-2/+2
* | | | | Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAMEAlexander Barkov2021-05-191-2/+2
* | | | | Removed Item::is_fixed() and Item::has_subquery()Monty2021-05-191-1/+1
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-5/+5