summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-1/+2
|\
| * Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-1/+2
| |\
| | * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-1/+2
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-1/+2
| | | |\
| | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+2
| | | | |\
| | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+2
| | | | | |\
| | | | | | * MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-201-1/+2
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-131-6/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-131-6/+7
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-131-6/+7
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-131-6/+7
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-6/+7
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-6/+7
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge 10.3 into 10.4Marko Mäkelä2023-01-131-0/+1
| | | | | | |\
| | | | | | | * MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-121-0/+1
| | | | | | * | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-101-6/+6
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/errorDaniel Black2023-01-091-6/+6
| | | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+10
| | | |\ \ \ \ \ | | | | |/ / / /
* | | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-031-0/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.9' into 10.10mariadb-10.10.2Oleksandr Byelkin2022-11-031-0/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-021-0/+10
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+10
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| / / / / | | | | |/ / / /
| | | | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-0/+10
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-0/+10
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-1/+1
| | | | | | * | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-251-0/+10
* | | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-021-18/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-11-011-18/+17
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-011-18/+17
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-291-18/+17
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-251-18/+17
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-251-18/+17
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-10-251-12/+11
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-29540 Incorrect sequence values in INSERT SELECTDaniel Black2022-10-191-12/+11
| | * | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-8/+13
| | |\ \ \ \ \ \ | | | |/ / / / /
* | | | | | | | Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-327/+103
* | | | | | | | cleanupSergei Golubchik2022-10-261-4/+2
* | | | | | | | different fix for MDEV-26778Sergei Golubchik2022-10-261-1/+0
* | | | | | | | MDEV-29721 Inconsistency upon inserting history with visible period columnsSergei Golubchik2022-10-261-5/+5
* | | | | | | | MDEV-16546 System versioning setting to allow history modificationAleksey Midenkov2022-10-261-7/+19
* | | | | | | | MDEV-29833 CREATE ... SELECT system_versioned_table causes invalid defaultsSergei Golubchik2022-10-261-4/+3
* | | | | | | | MDEV-29664 Assertion `!n_mysql_tables_in_use' failed in innobase_close_connec...Aleksey Midenkov2022-09-301-1/+4
* | | | | | | | MDEV-29620 Assertion `next_insert_id == 0' failed in handler::ha_external_lockAleksey Midenkov2022-09-301-0/+2
* | | | | | | | MDEV-28956 Locking is broken if CREATE OR REPLACE fails under LOCK TABLESAleksey Midenkov2022-08-311-2/+4
* | | | | | | | MDEV-25292 Atomic CREATE OR REPLACE TABLEAleksey Midenkov2022-08-311-100/+318
* | | | | | | | MDEV-25292 select_create::create_table removedAleksey Midenkov2022-08-311-35/+35
* | | | | | | | MDEV-25292 Refactoring: removed TABLEOP_HOOKSAleksey Midenkov2022-08-311-64/+43
* | | | | | | | MDEV-25292 Refactoring: moved select_field_count into Alter_info.Aleksey Midenkov2022-08-311-4/+3
|/ / / / / / /
* | | | | | | cleanup: consolidate binlog-related THD::*_used into one bitmapSergei Golubchik2022-08-101-4/+5
* | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-081-8/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /