summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2018-04-241-13/+0
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-04-241-13/+0
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-13/+0
| | |\
| | | * MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-081-1/+1
| | | * MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-071-1/+2
| | | * MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-201-1/+1
* | | | Fix unused variable thd warning in embeddedVicențiu Ciorbaru2018-03-221-1/+1
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-161-56/+24
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into MDEV-13549-fixes-for-galera_var_max_ws_rowsJan Lindström2018-03-151-2/+4
| |\ \ \
| | * \ \ Merge 10.0 into 10.1Marko Mäkelä2018-03-091-2/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-03-091-2/+4
| * | | | MDEV-13549 Fix for test galera.galera_var_max_ws_rowsDaniele Sciascia2018-03-131-33/+0
| |/ / /
* | | | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-02-151-2/+4
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-7/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-7/+7
| |\ \ \ | | |/ /
| | * | Fix for MDEV-14141 Crash in print_keydup_error()Monty2018-01-241-7/+7
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-11-071-2/+7
|\ \ \ \ | |/ / /
| * | | MDEV-12633 Error from valgrind related to dd_frm_typeMonty2017-11-021-2/+7
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-8/+9
|\ \ \ \ | |/ / /
| * | | MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Sergei Golubchik2017-10-091-8/+9
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-6/+6
* | | | compiler warningSergei Golubchik2017-09-181-1/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-9/+39
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Marko Mäkelä2017-08-301-9/+34
| |\ \ \ | | |/ /
| | * | MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-...Andrei Elkin2017-08-291-9/+34
| * | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-0/+5
| |\ \ \
| | * | | MW-378 enabling build with WITH_WSREP=OFF only one fix here, enables build of...sjaakola2017-08-141-0/+5
| | * | | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-0/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-8453 Alter table not returning engine errorsSergei Golubchik2017-08-011-0/+4
| | * | | Merge tag 'mariadb-10.0.31' into 10.0-galeraSachin Setiya2017-05-301-1/+1
| | |\ \ \ | | | |/ /
* | | | | A followup to MDEV-13470: remove the code that is now uselessSergei Petrunia2017-08-091-3/+0
* | | | | MDEV-13470 DELETE IGNORE should not ignore deadlocks (again)Marko Mäkelä2017-08-081-0/+6
* | | | | Follow the upstream MyRocks: provide details in the ER_LOCK_DEADLOCK messageSergei Petrunia2017-07-301-2/+9
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13012 Assertion `share->error' failed in discover_handlerton upon execut...Sergei Golubchik2017-06-221-1/+6
* | | | | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-161-38/+0
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-0/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-05-261-0/+14
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into bb-10.0-galeraSachin Setiya2017-03-201-2/+2
| | |\ \ \
| | * \ \ \ Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-3/+3
| | |\ \ \ \
| | * | | | | Fix wsrep_affected_rows.Sachin Setiya2017-03-161-1/+1
| | * | | | | MW-313 Enforce wsrep_max_ws_rows also when binlog is enabledDaniele Sciascia2017-03-141-7/+9
| | * | | | | MW-309 Fix wsrep_max_ws_rows so that it does not affect queriesSachin Setiya2017-03-131-50/+19
| | * | | | | Merge tag 'mariadb-10.0.29' into 10.0-galeraNirbhay Choubey2017-01-131-1/+1
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-151-1/+1
| | | |_|_|/ / | | |/| | | |
* | | | | | | ha_start_consistent_snapshot() did not check for errorsSergei Golubchik2017-03-311-3/+10