summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11152: wsrep_replicate_myisam: SELECT gets replicated using TONirbhay Choubey2016-11-021-8/+16
* MDEV-10957: Assertion failure when dropping a myisam table with wsrep_replica...Nirbhay Choubey2016-11-021-0/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-0/+1
|\
| * MDEV-10775 System table in InnoDB format allowed in MariaDB could lead to crashSergei Golubchik2016-09-231-0/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-17/+15
|\ \ | |/
| * Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-08-141-1/+10
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+10
| | |\
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-08-031-1/+10
| | | |\
| | | | * BUG#21142859: FUNCTION UPDATING A VIEW FAILS TO FIND TABLEKarthik Kamath2016-05-181-1/+10
| * | | | With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-16/+5
| |/ / /
* | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de...Sergei Golubchik2016-06-281-1/+2
* | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-2/+7
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-5/+5
|\ \ \ \ | |/ / /
| * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-5/+5
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-157/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-157/+11
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-155/+11
| | |\ \ | | | |/
| | | * Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-191-154/+0
| | | * Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/Ajo Robert2015-11-131-0/+10
| * | | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-1/+0
* | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de...Sergei Golubchik2016-01-251-1/+4
* | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-211-7/+68
* | | | cleanupSergei Golubchik2015-12-211-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-30/+5
|\ \ \ \ | |/ / /
| * | | MDEV-8913 Derived queries with same column names as final projection causes i...Oleksandr Byelkin2015-10-301-30/+5
* | | | WSREP_TO_ISOLATION_BEGIN should be called with the table list.Nirbhay Choubey2015-10-141-11/+11
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-3/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-3/+11
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-3/+11
| | |\ \ | | | |/
| | | * BUG#20449914: HANDLE_FATAL_SIGNAL (SIG=11) INNisha Gopalakrishnan2015-08-251-3/+11
* | | | fix commentsMonty2015-10-051-1/+1
* | | | Simple optimizationMonty2015-10-051-5/+4
* | | | MDEV-8763: Galera tests failures with --ps-protocolNirbhay Choubey2015-09-081-2/+6
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-20/+52
|\ \ \ \ | |/ / /
| * | | MDEV-6219: Server crashes in Bitmap<64u>::merge (this=0x180, map2=...) on 2nd...Oleksandr Byelkin2015-08-311-13/+0
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-08-051-7/+51
| |\ \ \ | | |/ /
| | * | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-011-7/+51
| | |\ \ | | | |/
| | | * Bug #18075170 SQL NODE RESTART REQUIRED TOAjo Robert2015-05-111-7/+51
| * | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further ...Sergei Golubchik2015-07-311-0/+2
| | * | Problem was that for cases like:Monty2015-06-251-2/+1
* | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-4/+4
* | | | Stage 2 of MDEV-6152:Monty2015-08-211-4/+4
* | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-7/+7
* | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-5/+6
* | | | Fixes done while working on MDEV-4119:Monty2015-07-051-1/+2
* | | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-8114: server crash on updates with joins still on 10.0.18Oleksandr Byelkin2015-06-061-1/+2
* | | | MDEV-7956 - handler::rebind_psi() takes 0.07% in OLTP ROSergey Vojtovich2015-06-191-4/+4