summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-7/+11
|\
| * Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-7/+11
| |\
| | * MergeIgor Babaev2011-05-201-7/+11
| | |\
| | | * Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-7/+11
| | | |\
| | | | * Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-7/+11
| | | | |\
| | | | | * MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-7/+11
* | | | | | merge with 5.1-microSergei Golubchik2011-06-071-21/+16
|\ \ \ \ \ \
| * | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-21/+16
* | | | | | | Fixed that SHOW COLUMNS for a virtual persistent column shows 'PERSISTENT' in...Michael Widenius2011-06-061-2/+6
| |/ / / / / |/| | | | |
* | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-2/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge MWL#90 with main 5.3 treeSergey Petrunya2011-04-021-2/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Make first_linear_tab()/next_linear_tab() use named constants instead of TRUE...Sergey Petrunya2011-03-251-2/+2
| | * | | | | MWL#90: Address review feedback part #4Sergey Petrunya2011-03-221-2/+0
| | * | | | | MWL#90: Address review feedback part #1Sergey Petrunya2011-03-191-3/+0
| | * | | | | Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-4/+2
| | |\ \ \ \ \
| | * | | | | | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-2/+8
* | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-27/+46
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-24/+43
* | | | | | | Merge with 5.2Michael Widenius2011-05-161-2/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ mergeVladislav Vaintroub2011-05-121-2/+8
| |\ \ \ \ \ \ \
| | * | | | | | | db_name can change case, so we need copy of it for case insensitive FS.Oleksandr Byelkin2011-05-121-2/+8
* | | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-5/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-5/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-5/+4
| | |\ \ \ \ \ \
| | | * | | | | | Bug #11758687: 50924: object names not resolved correctly Georgi Kodinov2011-04-041-5/+7
* | | | | | | | | Added item.real_type() for easy access to the underlaying types for Item_ref ...Michael Widenius2011-03-091-4/+1
* | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-32/+50
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-29/+40
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-29/+40
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
| | | * | | | | Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2011-01-071-1/+1
| | | |\ \ \ \ \
| | | | * \ \ \ \ MergeKent Boortz2010-12-291-1/+1
| | | | |\ \ \ \ \
| | | | | * | | | | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | | | * | | | | Bug#35333, "If Federated table can't connect to remote host, can't retrieve m...Christopher Powers2010-11-291-87/+113
| | | | | * | | | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-5/+2
| | | * | | | | | | 43818 - Patch for mysql-5.1-innodbunknown2011-01-041-9/+11
| | | |/ / / / / /
| | | * | | | | | Fixed following problems:Sergey Glukhov2010-12-141-4/+4
| | | * | | | | | Bug#35333, "If Federated table can't connect to remote host, can't retrieveChristopher Powers2010-11-291-9/+34
| | | | |/ / / / | | | |/| | | |
| | | * | | | | Bug #51208: Extra string allocation from thd->mem_root Georgi Kodinov2010-11-021-6/+0
| | * | | | | | Fixed bug discovered by testcase for LP#618558 (original bug seams to be fixe...Michael Widenius2010-11-151-1/+1
| * | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-3/+3
* | | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-4/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-3/+3
* | | | | | | Merge to get make String reallocation fasterMichael Widenius2010-11-161-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | automatic mergeMichael Widenius2010-11-091-1/+1
| |\ \ \ \ \ \
| | * | | | | | Make SQLString reallocation addaptiveMichael Widenius2010-11-081-1/+1
| * | | | | | | Removed version number from test caseMichael Widenius2010-11-091-1/+1
| |/ / / / / /
* | | | | | | mergeSergei Golubchik2010-11-021-38/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ merge w/ 5.2Sergei Golubchik2010-11-021-38/+0
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | sane implementation of Key_% status variables.Sergei Golubchik2010-10-291-38/+0