summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.3Sergei Golubchik2011-10-191-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 with 5.1Michael Widenius2010-11-301-1/+1
| |\ \
| | * \ Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+1
| | |\ \
* | | \ \ 5.5-mergeSergei Golubchik2011-07-021-6/+8
|\ \ \ \ \
| * | | | | Fix for BUG#59894Guilhem Bichot2011-02-111-5/+7
| * | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-1/+1
* | | | | | merge.Sergei Golubchik2010-11-251-17/+27
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-10/+19
| | |_|/ | |/| |
| * | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-6/+6
| | |/ | |/|
| * | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-1/+2
* | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-11/+12
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+7
* | | Patch that changes metadata locking subsystem to use mutex per lock andDmitry Lenev2010-01-211-1/+6
* | | Backport of:Konstantin Osipov2009-12-081-0/+1
* | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-3/+3
| |/ |/|
| |
| \
*-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-1/+1
|\ \ \ | |_|/ |/| |
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-1/+1
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-1/+1
| |/
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-5/+5
* | Merge fix for BUG#35478 into 5.1Sergey Petrunia2008-07-151-4/+4
|\ \ | |/
| * BUG#35478: sort_union() returns bad data when sort_buffer_size is hitSergey Petrunia2008-07-151-4/+4
* | Rename send_eof() to my_eof() for consistency with my_ok() and my_error()unknown2008-02-191-1/+1
* | Merge polly.(none):/home/kaa/src/maint/mysql-5.0-maintunknown2007-10-181-1/+1
|\ \ | |/
| * Fix for bug #31207: Test "join_nested" shows different strategy on IA64unknown2007-10-171-1/+1
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-5/+5
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-5/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-201-2/+8
|\ \
| * \ Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.1unknown2007-03-091-2/+8
| |\ \
| | * | BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be lockedunknown2007-03-091-2/+8
* | | | wl#3700 - post-review fixes:unknown2007-03-171-2/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-161-3/+2
|\ \ \ \
| * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-03-061-0/+2
| |\ \ \ \ | | |/ / /
| * | | | WL#3700: Handler API change: all index search methods - that is,unknown2007-01-291-3/+2
| | |/ / | |/| |
* | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-03-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | WL#3527: Extend IGNORE INDEX so places where index is ignored unknown2007-03-051-1/+1
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optunknown2007-02-261-0/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bug #25831: Deficiencies in INSERT ... SELECT ... field name resolving.unknown2007-02-191-0/+2
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Many files:unknown2006-12-231-2/+1
* | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-9/+19
* | Merge mysql.com:/home/kostja/mysql/tmp_mergeunknown2006-02-021-1/+1
|\ \ | |/
| * many warnings (practically safe but annoying) correctedunknown2006-01-031-1/+1
* | Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-1/+2
|\ \ | |/
| * fix for bug #12595 (ESCAPE must be exactly 1 character long)unknown2005-10-211-1/+2
* | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newunknown2005-09-141-2/+2
|\ \ | |/
| * Added option --valgrind-mysqltest to mysql-test-rununknown2005-09-141-2/+2
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-15/+17
|\ \ | |/