summaryrefslogtreecommitdiff
path: root/sql/sql_cursor.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4978 - Server cursor is broken with blobs in the select list,Sergey Vojtovich2013-09-061-1/+1
* mysql-5.5.32 mergeSergei Golubchik2013-07-161-1/+1
|\
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
* | Fix for bug lp:1039277 "Crash in sql_cache.cc".Michael Widenius2012-08-211-0/+2
* | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \
| | * \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \
| | | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \
| | | | * \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | |\ \
| | | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ MergeIgor Babaev2011-05-201-2/+2
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-2/+2
| | | |\ \ \ \ \ \
| | | | * | | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-2/+2
| * | | | | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-8/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | - Release build: Fix compiler warning about unused variableSergey Petrunya2011-04-301-4/+6
| | * | | | | | | | Rename JOIN::top_jtrange_tables to top_join_tab_countSergey Petrunya2011-03-271-2/+2
| | * | | | | | | | MWL#90: Address review feedback part #14Sergey Petrunya2011-03-271-4/+4
| | |/ / / / / / /
| * | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge Mariadb 5.1->5.2unknown2011-04-121-1/+1
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Bug fix for lp:732124 union + limit returns wrong resultMichael Widenius2011-03-091-1/+1
| | | | |/ / / | | | |/| | |
* | | | | | | 5.5-mergeSergei Golubchik2011-07-021-28/+46
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | A patch for Bug#11763413 (56115: SELECT doesn't work inAlexander Nozdrin2011-03-221-24/+45
| * | | | | | Bug #58350: 5.5.7-rc compile failed at sp_head.ccGeorgi Kodinov2010-12-081-1/+1
| * | | | | | Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW overKonstantin Osipov2010-11-121-3/+0
* | | | | | | merge.Sergei Golubchik2010-11-251-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-2/+7
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | merge with 5.1Sergei Golubchik2010-09-111-1/+6
| | |\ \ \ | | | |/ /
| | * | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+1
| * | | | Subquery optimizations backport: fix test failures, update test results.Sergey Petrunya2010-02-181-1/+2
| |/ / /
| * | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-1/+1
* | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-1/+6
|\ \ \ \
| * \ \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-231-1/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed bug #42496 - the server could crash on a debug assert after a failureDmitry Shulga2010-07-211-1/+6
| | |/ /
* | | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-370/+10
* | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-0/+2
|/ / /
* | | WL#4441 "LOCK_open: Remove requirement of mutex protecting Konstantin Osipov2010-06-081-4/+4
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+3
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-1/+1
|\ \ \
| * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-1/+1
* | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-1/+1
|\ \ \ \ | |/ / /
| * | | WL#5138, Fixed according to code review comments from DaviMikael Ronstrom2009-11-241-1/+1
* | | | Backport ofTor Didriksen2010-01-121-5/+4
* | | | Backport of:Konstantin Osipov2009-12-011-2/+0
|/ / /
* | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-1/+1
|\ \ \
| * | | Fix automerge: use 'thd->query()' instead of 'thd->query'.Alexander Nozdrin2009-11-051-1/+1
* | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-15/+15
|/ / /
* | | Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01...Mikael Ronstrom2009-02-171-5/+13
|\ \ \ | |/ /
| * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-101-5/+13
| |\ \ | | |/