summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Precision Math implementationhf@deer.(none)2005-02-091-5/+11
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@gluh.mysql.r18.ru2005-02-031-15/+16
|\
| * After merge fixesmonty@mysql.com2005-02-031-15/+16
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@gluh.mysql.r18.ru2005-01-281-2/+40
|\ \ | |/ |/|
| * Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@gluh.mysql.r18.ru2005-01-271-2/+40
| |\
| | * Fix after review for gluh@gluh.mysql.r18.ru2005-01-271-14/+0
| | * Additional fix for WL#1629: SHOW with WHERE(discussed with PeterG) gluh@gluh.mysql.r18.ru2005-01-241-2/+54
* | | A fix: 'information_schema' test with ps-protocol option fails gluh@gluh.mysql.r18.ru2005-01-281-3/+4
|/ /
* | A fix: information_schema test fails on Mac OSXgluh@gluh.mysql.r18.ru2005-01-271-4/+13
|/
* Manual merge of the fix for BUG#4285 from 4.1timour@mysql.com2005-01-211-1/+1
* sql_show.cc:bar@mysql.com2005-01-211-1/+2
* bug #7981: SHOW GLOBAL STATUS crashes server(fix after review)gluh@gluh.mysql.r18.ru2005-01-181-1/+0
* Fix for bug #7981: SHOW GLOBAL STATUS crashes servergluh@gluh.mysql.r18.ru2005-01-181-30/+12
* Mergejimw@mysql.com2005-01-131-5/+9
|\
| * Show the index type even for indexes using the default index type injimw@mysql.com2005-01-081-2/+6
* | Fixed memory reference errors found by valgrindmonty@mysql.com2005-01-121-19/+26
* | Merge mysql.com:/home/jwinstead2/mysql-4.1-7233jimw@mysql.com2005-01-081-2/+2
|\ \
| * | Use 'USING <indextype>' in results of SHOW CREATE TABLE, it's the preferredjimw@mysql.com2005-01-081-2/+2
| |/
* | First stage of table definition cachemonty@mysql.com2005-01-061-89/+93
* | Merge with global treemonty@mysql.com2004-12-311-1/+0
|\ \
| * \ Merge with 4.1monty@mishka.local2004-12-221-1/+0
| |\ \ | | |/
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-12-091-1/+0
| | |\
| | | * Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
* | | | wl#1629 SHOW with WHERE(final part, after review)gluh@gluh.mysql.r18.ru2004-12-301-234/+100
* | | | Fix for bug: #7218: information_schema: errors in "tables"gluh@gluh.mysql.r18.ru2004-12-241-4/+8
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2004-12-231-1/+4
|\ \ \ \
| * | | | WL#925 - Privileges for stored routinesacurtis@pcgem.rdg.cyberkinetica.com2004-12-231-1/+4
| |/ / /
* | | | Bug#7219 information_schema: errors in "columns"gluh@gluh.mysql.r18.ru2004-12-231-11/+11
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-12-181-17/+19
|\ \ \
| * | | Fix for bug #7213: information_schema: redundant non-standard TABLE_NAMES tablegluh@gluh.mysql.r18.ru2004-12-181-17/+19
* | | | Merge with global treemonty@mysql.com2004-12-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-1/+1
* | | | Fix for bug#7211: information_schema: crash if bad view(after review)gluh@gluh.mysql.r18.ru2004-12-161-1/+8
* | | | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng...gluh@gluh.mysql.r18.ru2004-12-161-5/+49
* | | | Fix for bug #7220: information_schema: errors in "character_sets"gluh@gluh.mysql.r18.ru2004-12-141-4/+26
* | | | Fx for bug#7221: information_schema: errors in "key_column_usage"gluh@gluh.mysql.r18.ru2004-12-141-11/+0
* | | | Fix bug#7222 information_schema: errors in "routines"gluh@gluh.mysql.r18.ru2004-12-141-10/+15
* | | | Fix for bug #7223: information_schema: error in "views"gluh@gluh.mysql.r18.ru2004-12-141-3/+3
* | | | Fixed typogluh@gluh.mysql.r18.ru2004-12-141-3/+3
|/ / /
* | | Fix test results that may change from run to runmonty@mysql.com2004-12-121-4/+8
* | | fix according to reviewgluh@gluh.mysql.r18.ru2004-12-101-12/+31
* | | Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privil...gluh@gluh.mysql.r18.ru2004-12-101-69/+162
* | | Update results for new varchar handlingmonty@mysql.com2004-12-071-12/+10
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-12-061-0/+9
|\ \ \
| * \ \ Merge with 4.1monty@mysql.com2004-12-061-0/+9
| |\ \ \ | | |/ /
| | * | Bug #6815 SHOW CREATE TABLE hangs after upgrading to 4.1bar@mysql.com2004-12-021-0/+9
| | |/
* | | Fix for bugs #6955 SHOW PROCEDURE STATUS crashes the server, gluh@gluh.mysql.r18.ru2004-12-061-1/+3
|/ /
* | protection: TRASH in deleteserg@serg.mylan2004-11-281-2/+6
* | portability fix(for powermac)gluh@gluh.mysql.r18.ru2004-11-261-4/+7
* | Fixed bug related to lower case table names on Power Macgluh@gluh.mysql.r18.ru2004-11-241-6/+5