summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-39/+144
|\
| * mergedSergei Golubchik2010-03-151-9/+8
| |\
| | * Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-9/+8
| | |\
| | | * Bug #50276: Security flaw in INFORMATION_SCHEMA.TABLESGeorgi Kodinov2010-01-211-4/+4
| | | * Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-1/+1
| | | * Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-5/+4
| | | * Bug #48985: show create table crashes if previous access to the table was killedGeorgi Kodinov2009-12-031-1/+1
| * | | merge 5.1->5.2unknown2010-02-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.42Michael Widenius2010-01-151-1/+1
| | |\ \
| | | * | Bug #48985: show create table crashes if previous access to the table Georgi Kodinov2009-12-151-1/+1
| | | |/
| * | | merge 5.1-> 5.2unknown2009-12-081-30/+136
| |\ \ \ | | |/ /
| | * | Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-30/+132
| | |\ \
| | | * \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-30/+134
| | | |\ \ | | | | |/
| | | | * Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-6/+6
| | | | * Merge of Bug#35996Martin Hansson2009-09-301-1/+1
| | | | |\
| | | | | * mergingAlexey Botchkov2009-09-291-47/+26
| | | | | |\
| | | | | * | Bug#43733 Select on processlist let the embedded server crash (concurren...Alexey Botchkov2009-06-041-1/+1
| | | | * | | Bug#35996: SELECT + SHOW VIEW should be enough to displayMartin Hansson2009-09-281-18/+125
| | | | | |/ | | | | |/|
| | | | * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-0/+2
| | * | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-0/+2
| | * | | | Added protection around usage of thd->mysys_varMichael Widenius2009-11-261-0/+2
| | |/ / /
* | | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-3/+4
|/ / / /
* | | | Merge of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-3/+23
|\ \ \ \
| * \ \ \ MergeIgor Babaev2009-11-091-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Fixed problem with schema tables and DECIMALMichael Widenius2009-11-021-0/+6
| | * | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-2/+0
| | |\ \ \ | | | |/ /
| | | * | Fix for bug #46614: Assertion in show_create_trigger() Ramil Kalimullin2009-08-141-2/+0
| * | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-1/+17
| |/ / /
* | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-8/+404
|/ / /
* | | Merge Percona microsec_process patch into MariaDB.unknown2009-09-231-4/+9
* | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-7/+3
|\ \ \
| * | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-7/+3
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-6/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | removing unused array (compiler warning)Guilhem Bichot2009-07-291-3/+0
| * | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-22/+0
| * | Merge from 5.0Gleb Shchepa2009-07-241-5/+3
| |\ \
| | * | Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-5/+3
| | * | Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-2/+2
| * | | Fix for bug#45998: database crashes when runningRamil Kalimullin2009-07-141-1/+1
| * | | Bug#45412 SHOW CREATE TRIGGER does not require privileges to disclose trigger...Sergey Glukhov2009-06-251-0/+6
| * | | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-5/+5
| | | |
| | \ \
| *-. \ \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-9/+9
| |\ \ \ \ | | | |/ / | | |_| / | |/| |
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-4/+4
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-4/+4
| | |/
| | * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-0/+3
| | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-95/+110
| | |\
| | | * auto-mergeIgnacio Galarza2009-03-191-14/+29
| | | |\
| | | * | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-81/+81
| | * | | Merge from Tim's 5.0.76-release tree to make 5.0.77 .Chad MILLER2009-01-211-3/+17
| | |\ \ \ | | | |/ /
| | * | | Merged from 5.0 (enterprise).Chad MILLER2008-12-171-14/+28
| | |\ \ \