summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#17661 information_schema.SCHEMATA returns uppercase with lower_case_table...unknown2006-06-061-3/+5
* Bug#17204 "second CALL to procedure crashes Server"unknown2006-05-301-8/+9
* Bug#16681 information_schema shows forbidden VIEW detailsunknown2006-05-231-3/+25
* Fix for bug#18177 any access to INFORMATION_SCHEMA.ROUTINES crashesunknown2006-05-121-11/+12
* Fix for bug#19236 bad COLUMNS.CHARACTER_MAXIMUM_LENGHT and CHARACTER_OCTET_LE...unknown2006-05-121-1/+1
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2006-05-041-4/+22
|\
| * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-05-041-0/+18
| |\
| | * Bug#19025 4.1 mysqldump doesn't correctly dump "auto_increment = [int]"unknown2006-05-041-0/+18
| * | Fix for Bug#14515.unknown2006-04-301-4/+3
| |/
* | Fix for bug#18224 VIEW on information_schema crashes the serverunknown2006-03-201-1/+2
* | Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server"unknown2006-03-201-1/+1
* | Additional fix for BUG#16777: Can not create trigger nor viewunknown2006-03-101-3/+18
* | Fix for multiple test failures on some platforms.unknown2006-03-091-1/+2
* | Postfix for #15943. Explicit call of thd->clear_error() is added.unknown2006-02-271-6/+2
* | Fixes bug #15943. resets error flag for show create view command, to allow unknown2006-02-131-0/+7
* | information_schema_db.result, information_schema.result:unknown2006-01-281-2/+2
* | Fix for bug#15307 GROUP_CONCAT() with ORDER BY returns empty set on informati...unknown2006-01-241-1/+11
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-161-11/+12
|\ \
| * \ mergedunknown2006-01-031-11/+12
| |\ \
| | * | many warnings (practically safe but annoying) correctedunknown2006-01-031-11/+12
* | | | sql_show.cc:unknown2006-01-121-3/+6
* | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseunknown2006-01-111-3/+3
|/ / /
* | | Fix for bug#15533 crash, information_schema, function, viewunknown2006-01-031-0/+3
* | | Fix for bug#14271 I_S: columns has no size for (var)binary columnsunknown2005-12-191-1/+3
* | | Bug#12770 DESC cannot display the info. about temporary tableunknown2005-12-191-0/+8
|/ /
* | Fix for bug#14476 `information_schema`.`TABLES`.`TABLE_TYPE` with empty valueunknown2005-12-011-0/+6
* | don't call handler::info() in SHOW CREATE TABLEunknown2005-11-241-1/+0
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-11-211-81/+87
|\ \
| * | Inefficient usage of String::append() fixed.unknown2005-11-201-81/+87
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-11-171-7/+10
|\ \ \ | | |/ | |/|
| * | Avoid possible race condition in accessing slave statisticsunknown2005-11-011-4/+7
| * | Fix bug#13535 Incorrect result from SELECT statement after SHOW TABLE STATUSunknown2005-10-031-3/+9
* | | Fix for bug#13818 SHOW CREATE VIEW / TABLE and information_schema.views fail unknown2005-11-111-35/+46
| |/ |/|
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-111-11/+38
|\ \
| * | WL#2818 (Add creator to the trigger definition for privilegeunknown2005-11-101-11/+38
* | | Added handlerton flag to make storage engines invisable via flag.unknown2005-11-101-11/+14
|/ /
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-031-1/+2
|\ \
| * | Changes in get_table_type() and mysql_frm_type(). The main problem wasunknown2005-11-031-1/+2
* | | Merge neptunus.(none):/home/msvensson/mysql/ssl_test/my50-ssl_testunknown2005-10-281-0/+3
|\ \ \
| * \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-10-121-0/+3
| |\ \ \
| | * | | Always test ssl and compressunknown2005-10-121-2/+0
| | * | | Improved testing of ssl and compressionunknown2005-10-041-0/+5
* | | | | Fix for bug #14290: wrong CHARACTER_MAXIMUM_LENGTH value for some text fields.unknown2005-10-251-2/+3
| |_|/ / |/| | |
* | | | a fix (bug #14207: strange change of values CHARACTER_OCTET_LENGTH and CHARAC...unknown2005-10-241-3/+3
* | | | Fix for bug #14064: information_schema test fails on opnsrv6c.unknown2005-10-181-3/+3
* | | | Use Field_longlong::store(longlong nr, bool unsigned_val) for ulonglong valuesunknown2005-10-141-5/+5
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-3/+0
|\ \ \
| * | | Reviewing new pushed codeunknown2005-10-121-3/+0
* | | | BUG#13724 conditionally added CONNECTION='connect string' for SHOW CREATE TABLEunknown2005-10-101-0/+5
|/ / /
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-7/+7
|\ \ \