summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | merge with 3.23.52unknown2002-08-081-1/+3
|\ \ | |/
| * Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-051-1/+6
* | New SET syntax & system variables.unknown2002-07-231-46/+43
* | Added interface for first set of dynamic variables.unknown2002-06-281-1/+20
* | Added the following new privleges:unknown2002-06-121-2/+2
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-2/+2
* | merge with 3.23unknown2002-06-021-1/+3
|\ \ | |/
| * Portability fixes for SCO and HPUXunknown2002-05-311-1/+3
* | mergeunknown2002-04-251-9/+18
|\ \ | |/
| * SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-181-9/+18
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-1/+1
* | merge with 3.23.50unknown2002-03-271-1/+13
|\ \ | |/
| * sql_show.cc, handler.h, handler.cc:unknown2002-03-211-1/+13
| * Fixed bug in INSERT DELAYEDunknown2001-10-021-1/+12
* | New error messagesunknown2002-01-291-1/+1
* | Ugly merge! But I am not done yet - there are a number of things I need to fixunknown2002-01-191-0/+9
|\ \
| * | Here comes a nasty patch, although I am not ready to push it yet. I willunknown2002-01-191-0/+9
* | | Added macros for nice TIMESPEC usage.unknown2002-01-021-2/+12
* | | Fix that SHOW STATUS works with SSL.unknown2001-12-131-24/+49
* | | Update of query cache code.unknown2001-12-051-3/+2
|/ /
* | got the last changeset to compile/rununknown2001-10-101-0/+1
* | Added rpl_status. This is a midway commit to be able to pull so I can save unknown2001-10-091-0/+3
* | Portability fixes + a couple of bug fixes introduced by last push.unknown2001-10-081-4/+3
* | Fixed that SHOW CREATE TABLE shows all attributesunknown2001-09-301-1/+12
* | SSL compiles and works as far as can see. Continue testing..unknown2001-09-301-0/+45
* | Added support of INSERT to MERGE tablesunknown2001-09-221-1/+0
* | Changed to use my_global.hunknown2001-09-141-1/+1
* | merge with 3.23.42unknown2001-09-021-3/+13
|\ \ | |/
| * Fixed that LOAD DATA INFILE works with transactions.unknown2001-08-281-3/+13
* | SSL fixesunknown2001-09-011-23/+25
* | OpenSSL changesunknown2001-08-271-0/+87
* | Remove warnings and portability fixesunknown2001-08-141-4/+7
* | mergedunknown2001-08-111-1/+1
|\ \ | |/
| * Portability fixesunknown2001-08-101-1/+1
* | Fix UNIONunknown2001-08-021-4/+4