summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* MergeMikael Ronstrom2009-11-031-18/+40
|\
| * Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-116/+45
| |\
| * \ Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-25/+147
| |\ \
| * \ \ Merge with next-mr-runtime.Konstantin Osipov2009-10-221-6/+8
| |\ \ \
| | * \ \ AutomergeKristofer Pettersson2009-10-191-4/+24
| | |\ \ \
| | * | | | Bug#27145 EXTRA_ACL troublesKristofer Pettersson2009-10-191-6/+8
| * | | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-10/+10
| | |/ / / | |/| | |
| * | | | Backport of:Konstantin Osipov2009-10-141-1/+1
| * | | | A backporting patch for WL#4300 (Define privileges for tablespaces).Alexander Nozdrin2009-10-101-0/+1
| * | | | Bug #34197 CREATE PROCEDURE fails when COMMENT truncated in non Jon Olav Hauglid2009-10-091-1/+1
| * | | | Fix for bug #44738 "fill_schema_table_from_frm() opens tables withoutDmitry Lenev2009-10-091-2/+21
| |/ / /
* | | | Fixed a few bugs in hex string generation, in call to val_str for partition e...Mikael Ronstrom2009-11-021-5/+157
* | | | Merge to latest mysql-next-mrMikael Ronstrom2009-11-021-116/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def"Sergey Glukhov2009-10-231-23/+38
| * | | Bug#39270 I_S optimization algorithm does not work properly in some casesSergey Glukhov2009-10-231-5/+7
| * | | Bug#5299 Remove SHOW COLUMN TYPES, backport to BetonySergey Glukhov2009-10-231-88/+0
| | |/ | |/|
* | | Fixed so that character set constants are encoded as hex strings in frm file,...Mikael Ronstrom2009-10-301-8/+6
* | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-281-18/+102
|\ \ \ | |/ / |/| |
| * | BUG#48165, needed to introduce length restrictions on partitioning fields to ...Mikael Ronstrom2009-10-281-1/+1
| * | Upped size limit on varchar/char from 512 to 2048Mikael Ronstrom2009-10-231-1/+1
| * | A lot of fixes to make character set work ok, first step to fixing BUG#48163Mikael Ronstrom2009-10-221-4/+12
| * | Fixed Information schema for column list partitioned tablesMikael Ronstrom2009-10-211-11/+81
| * | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-6/+12
* | | Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-6/+17
|\ \ \
| * | | Backporting WL#4164 Two-byte collation IDsAlexander Barkov2009-10-151-6/+17
| | |/ | |/|
* | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-19/+130
|\ \ \ | |/ / |/| |
| * | 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
| | |/ | |/|
* | | WL#2110 (SIGNAL)Marc Alff2009-09-101-14/+14
|/ /
* | Fix for bug #46614: Assertion in show_create_trigger() Ramil Kalimullin2009-08-141-2/+0
* | 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
| |\ \ \