summaryrefslogtreecommitdiff
path: root/sql/sql_cursor.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Bug#37956 memory leak and / or crash with geometry and prepared statements!Sergey Glukhov2008-12-101-5/+13
* | | Backport of DTrace patches from 6.0Mikael Ronstrom2008-12-201-1/+8
|/ /
* | Manual merge of mysql-5.0-bugteam -> mysql-5.1-bugteamMarc Alff2008-08-111-0/+2
|\ \ | |/
| * Bug#38486 Crash when using cursor protocolKristofer Pettersson2008-08-111-1/+4
* | Fix broken --cursor-protocol (all tests).unknown2008-04-171-1/+2
* | Post-merge fixes for bugs 34587 and 32265.unknown2008-02-201-1/+1
* | Merge buzz.(none):/home/davi/mysql-5.0-runtimeunknown2008-02-201-22/+76
|\ \ | |/
| * Bug#32265 Server returns different metadata if prepared statement is usedunknown2008-02-201-22/+76
* | A fix and a test case for Bug#12713 "Error in a stored function called from unknown2008-02-191-2/+3
* | Doxygenized comments.unknown2007-10-161-37/+41