summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-011-0/+3
* cleanupSergei Golubchik2019-06-011-5/+3
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* MDEV-19349 mysql_install_db: segfault at tmp_file_prefix checkAleksey Midenkov2019-05-011-7/+1
* MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-1/+1
* cleanupSergei Golubchik2019-04-241-43/+52
* MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-311-1/+13
* Fixed MDEV-16512, crashing on re-execution of failing SPMichael Widenius2018-06-271-5/+7
* Catch of OOM situation.Oleksandr Byelkin2018-06-061-0/+3
* MDEV-14743: Server crashes in Item_func_match::init_searchOleksandr Byelkin2018-01-121-1/+11
* MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-1/+6
* MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-12/+4
* 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
* | 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
* | 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
* | 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
* | 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-8114: server crash on updates with joins still on 10.0.18Oleksandr Byelkin2015-06-061-1/+2
* | Merge branch 'openquery/MDEV-6916-maria-5.5-check_view-r4408' into 5.5Sergei Golubchik2015-04-281-2/+7
|\ \
| * | correct server side error messagesDaniel Black2015-04-121-1/+0
| * | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-2/+8
* | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-3/+3
|\ \ \ | | |/ | |/|
| * | Bug#20094067: BACKPORT BUG#19683834 TO 5.5 AND 5.6Nisha Gopalakrishnan2015-01-271-2/+2
| * | Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-19/+19
| * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| * | Bug#15972635: Incorrect results returned in 32 table join with HAVINGRoy Lyseng2012-12-211-1/+2
| * | Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHEDmitry Lenev2012-12-111-16/+26
| |\ \
| | * | Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHE Dmitry Lenev2012-12-111-18/+28
| * | | upmerge to bug#14548159Rohit Kalhans2012-09-221-18/+13
| |\ \ \ | | |/ /
| | * | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-18/+13
| | * | Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-0/+2
| * | | Bug#14364558 ASSERT `TABLE_LIST->PRELOCKING_PLACEHOLDER==FALSE'Gopal Shankar2012-08-241-8/+15
| * | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-0/+33
| |\ \ \ | | |/ /
| | * | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-0/+34
| * | | BUG#11765650 Follow-up patch for Valgrind failures on PB2.Rohit Kalhans2012-04-031-0/+2
| * | | BUG#11765650 - 58637: MARK UPDATES THAT DEPEND ON ORDER OF TWO KEYS UNSAFERohit Kalhans2012-03-301-0/+24
| * | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \ \ | | |/ /
| | * | Merge.Sergey Vojtovich2011-08-241-42/+141
| | |\ \
| | | * | BUG#11763712 - 56458: KILLING A FLUSH TABLE FOR A MERGE/CHILDSergey Vojtovich2011-08-181-42/+141
| * | | | BUG#11758263: Modification of indentation in the added code.Rohit Kalhans2012-02-131-11/+11
| * | | | BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFERohit Kalhans2012-02-091-1/+48
| * | | | Backout the patch for bug#11758263.Rohit Kalhans2012-02-081-40/+1
| * | | | BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFERohit Kalhans2012-02-081-1/+40
| * | | | Fix for bug #13116518 - "OPEN_TABLES() SHOULD NOT ALLOCATE AND FREE Dmitry Lenev2011-10-231-3/+4