summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-10/+8
* MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-2/+2
* Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-20/+20
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| | |\
| | | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
| * | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-19/+15
| |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+4
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+4
| | |\
| | | * MDEV-9093 Persistent computed column is not updated when update query contain...Oleksandr Byelkin2016-02-051-0/+6
| | | * MDEV-8701 Crash on derived queryOleksandr Byelkin2015-11-061-9/+23
| * | | MDEV-9500 Bug after upgrade to 10.1.10 (and 10.1.11)Sergei Golubchik2016-02-231-2/+3
* | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-15/+14
|/ / /
* | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-211-1/+10
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-23/+42
|\ \ \ | |/ /
| * | MDEV-8701 Crash on derived queryOleksandr Byelkin2015-11-051-9/+23
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
| * | Fixed MDEV-8408Monty2015-10-231-13/+19
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+20
|\ \ \ | |/ /
| * | MDEV-7971: Assertion `name != __null' failed in ACL_internal_schema_registry:...Sergei Petrunia2015-07-301-1/+20
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-3/+3
* | | Stage 2 of MDEV-6152:Monty2015-08-211-2/+2
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+4
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-2/+2
| |\ \ | | |/
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-1/+1
* | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-141-1/+1
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-4/+5
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MergeSergei Petrunia2015-04-121-2/+2
|\ \ \
| * | | MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-2/+2
* | | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-2/+8
|/ / /
* | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-5/+5
* | | MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-291-0/+2
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+6
* | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-2/+2
|\ \ \
| * | | EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-2/+2
* | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-3/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | MDEV-7144 Warnings "bytes lost" during server shutdown after running connect....Sergei Golubchik2014-11-221-0/+3
| * | MDEV-6849 ON UPDATE CURRENT_TIMESTAMP doesn't always workSergei Golubchik2014-11-131-0/+3
| * | sql_update.cc: always update default fields *after* compare_record()Sergei Golubchik2014-11-111-2/+5
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-2/+6
|\ \ \ | |/ /
| * | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-311-2/+6
* | | cleanup: rename List<> methodsSergei Golubchik2014-10-101-1/+1
* | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-6/+3
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-4/+7
* | | Remove out-of-date commentsSergei Petrunia2014-06-271-1/+1
* | | MDEV-6398: ANALYZE UPDATE does not populate r_rowsSergei Petrunia2014-06-261-8/+12