summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove unused handler table flagSergei Golubchik2016-12-121-6/+1
* rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* store/show vcols as item->print()Sergei Golubchik2016-12-121-48/+21
* bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-121-2/+0
* bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-4/+32
* bugfix: update-behind-insertSergei Golubchik2016-12-121-0/+6
* cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-121-3/+1
* cleanup: reorder TABLE membersSergei Golubchik2016-12-121-1/+1
* cleanup: remove bad String=0 assignmentSergei Golubchik2016-12-121-1/+0
* bugfix: delayed insert table was using other table's expr_arenaSergei Golubchik2016-12-121-0/+1
* MDEV-10724 Assertion `vcol_table == 0 || vcol_table == table' failed in fill_...Oleksandr Byelkin2016-11-221-0/+9
* MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-82/+96
* After merge and bug fixesMonty2016-10-051-1/+1
* Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+1
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+1
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+1
| | |\
| | | * MDEV-10365 - Race condition in error handling of INSERT DELAYEDSergey Vojtovich2016-08-041-1/+1
| * | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-2/+2
| * | | Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-031-3/+3
* | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-2/+2
* | | | Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-011-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-9/+37
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-10/+38
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-6/+7
| | |\ \ | | | |/
| | | * use consistent error messaging for IGNORESergei Golubchik2016-04-201-8/+5
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-5/+9
| | | |\
| | | | * BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEYNisha Gopalakrishnan2016-02-111-4/+8
| | * | | Fix for MDEV-9679 main.delayed fails sporadicallyMonty2016-04-261-2/+28
| | * | | MDEV-8889 - Assertion `next_insert_id == 0' failed in handler::ha_external_lockSergey Vojtovich2016-04-221-2/+3
* | | | | various cleanupsSergei Golubchik2016-06-301-2/+1
* | | | | various cleanupsMichael Widenius2016-06-301-2/+2
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-72/+78
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-0/+39
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+7
* | | | | cleanup: thread_countSergei Golubchik2016-06-041-2/+0
* | | | | Reuse THD for new user connectionsMonty2016-06-041-3/+3
* | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-6/+13
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-6/+13
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-14/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-1/+1
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta...Oleksandr Byelkin2016-02-091-0/+2
| * | | | | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-2/+3
| * | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-11/+15
* | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-8/+11
|/ / / / /
* | | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-2/+2