summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | MDEV-6395: Make ANALYZE UPDATE/DELETE handle the degenerate query plans.Sergei Petrunia2014-06-261-8/+12
* | | MDEV-406: ANALYZE $stmt: Make multi-table UPDATE/DELETE work, code cleanup.Sergei Petrunia2014-06-261-6/+9
* | | Merge bb-10.1-explain-analyze into 10.1Sergei Petrunia2014-06-251-2/+9
|\ \ \ | |/ / |/| |
| * | Re-commit in git:Sergei Petrunia2014-05-271-2/+9
* | | 5.5.38 mergeSergei Golubchik2014-06-061-0/+7
|\ \ \ | |/ / |/| / | |/
| * MDEV-6163: Error while executing an update query that has the same table in a...unknown2014-06-041-0/+7
* | 5.5 mergeSergei Golubchik2014-05-091-4/+4
|\ \ | |/
| * MDEV-6193: Problems with multi-table updates that JOIN against read-only tableunknown2014-05-081-4/+4
| * rename handler::ha_set_lock_type() -> handler::set_lock_type(),Sergei Golubchik2014-04-281-1/+1
| * MDEV-6139: UPDATE w/ join against MRG_MyISAM table with read-only sub-table f...unknown2014-04-281-1/+1
* | Fixed the problem of mdev-5970: Igor Babaev2014-04-171-0/+7
* | MDEV-5876: MySQL bug #11766767 - "59957: VIEW USING MERGE PERMISSIONS IN MULT...Michael Widenius2014-03-241-11/+90
* | MDEV-5433 select_result::send_error() is unusedSergei Golubchik2014-03-261-8/+1