summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* backport wild_compare fix from 4.1 - bug#3924unknown2004-05-291-3/+3
* Extra safety fixes (probably not needed, but can't hurt)unknown2004-05-151-2/+1
* Many files:unknown2004-05-141-1/+5
* Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-111-2/+2
* beautify SHOW INDEX unknown2004-02-041-3/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-041-5/+0
|\
| * Ensure that privileges are tested properly for multi-table-updates.unknown2004-02-031-5/+0
* | Fix for bugs #1885, #2464, #2539. Proper handling of defaultunknown2004-01-301-2/+12
|/
* Some small portability fixes.unknown2003-12-301-1/+3
* Fix for Bug #1952unknown2003-12-121-1/+1
* Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-0/+12
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-30/+31
* Better fix for myisamchk --sort-index on windowsunknown2003-08-251-4/+7
* show symlinked directories in SHOW CREATE TABLEunknown2003-08-231-37/+55
* mergedunknown2003-08-211-36/+36
|\
| * Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client...unknown2003-08-211-2/+4
| * fix for SHOW CREATE TABLE to report corerct second field's lengthunknown2003-08-211-36/+34
| * SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables. (Bug #...unknown2003-05-141-3/+4
* | fixed typo in last pushunknown2003-08-171-2/+2
* | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-7/+5
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-161-1/+1
|\ \
| * | Fixed bug in SUM() with NULL:sunknown2003-04-151-1/+1
* | | One test case, one bug fix and one new featureunknown2003-04-031-1/+4
|/ /
* | fixed problem of port without host in SHOW PROCESSLIST (bug 189)unknown2003-03-261-1/+1
* | Print right hostname or IP in SHOW PROCESSLISTunknown2003-03-191-2/+2
* | used correct function (SCRUM)unknown2003-02-281-2/+2
* | posreview changing (SCRUM)unknown2003-02-271-5/+2
* | mergingunknown2003-02-271-2/+13
|\ \
| * | client port number added to SHOW PROCESSLIST (SCRUM?)unknown2003-02-171-5/+13
* | | Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-4/+1
* | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0unknown2003-02-261-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for SHOW TABLE STATUS with empty .frm fileunknown2003-02-261-1/+1
| * Comment column in SHOW TABLE STATUS now reports that it canunknown2003-02-261-0/+1
* | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-0/+2
|\ \ | |/
| * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-0/+2
* | Fix embedded server crashunknown2003-01-071-0/+2
* | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-0/+3
* | Merge with 3.23unknown2002-12-111-4/+5
|\ \ | |/
| * Fixed rare bug in show processlist which could cause core dump if a new threa...unknown2002-12-111-5/+7
| * Proper fix for SHOW VARS on 64-bit systemsunknown2002-12-021-1/+4
| * moving fix elsewhere ...unknown2002-12-021-1/+1
| * Better fix for 64 bit CPU ..unknown2002-11-281-1/+1
| * fix for SHOW VARS for IA64 and other 64 bit systemsunknown2002-11-271-1/+1
* | Portability fix when using -DBIG_TABLESunknown2002-11-141-3/+3
* | Merge with 3.23.53unknown2002-09-221-1/+1
|\ \ | |/
| * Change name -> alias in TABLE_LIST.unknown2002-09-211-2/+2
| * Reverted Heikkis patch as his was not portable.unknown2002-08-081-3/+0
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-1/+1
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-3/+3
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-2/+1