summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Mergingunknown2002-12-161-7/+16
|\
| * Big purge about embedded library (scrum)unknown2002-12-161-6/+17
| * Some fixesunknown2002-12-121-1/+2
| * Pull conflicts resolutionsunknown2002-11-291-21/+25
| |\
| | * Some code improvementsunknown2002-10-231-9/+9
| | * Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-10-181-21/+25
| | |\
| | | * Changes in order to trim embedded library codeunknown2002-10-131-8/+8
| | | * Huge pullunknown2002-10-071-21/+25
| | | |\
| | | | * Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-09-171-1/+1
| | | | |\
| | | | * \ Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-08-031-23/+27
| | | | |\ \
| | | | | * \ Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-07-091-1/+7
| | | | | |\ \
| | | | | * \ \ Resolving of conflicts from pullunknown2002-06-171-23/+27
| | | | | |\ \ \
| | | | | | * | | Removing net emulation out of embedded libraryunknown2002-06-171-23/+27
* | | | | | | | | Fixes for binary protocol (complement to last push)unknown2002-12-141-0/+1
* | | | | | | | | rename of net_pkg.cc to protocol.ccunknown2002-12-111-336/+306
|/ / / / / / / /
* | | | | | | | Merge with 4.0unknown2002-11-211-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Portability fix when using -DBIG_TABLESunknown2002-11-141-3/+3
* | | | | | | | | added 'USING BTREE' for 'show create table' for HEAPunknown2002-11-191-0/+4
* | | | | | | | | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-111-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | mergeunknown2002-10-141-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Some reorganization to use less memory as well as to hide some implementationunknown2002-10-101-7/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Portability fixes to be able to compile MySQL with VC++unknown2002-10-081-3/+2
|/ / / / / / /
* | | | | | | Merge with 4.0.4unknown2002-10-021-64/+357
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | merge with workunknown2002-10-021-1/+5
| |\ \ \ \ \ \
| | * | | | | | SHOW TABLE STATUS now displays table charset as wellunknown2002-10-011-0/+4
| | | |_|_|_|/ | | |/| | | |
| | * | | | | "SHOW CHARACTER SET" now displays 1 for 8bit charsets in "mb_maxlen" column.unknown2002-09-051-1/+1
| | |/ / / /
| * | | | | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-146/+170
| * | | | | Merge with 4.0.3unknown2002-08-301-25/+290
| |\ \ \ \ \ | | |/ / / /
| | * | | | Renamed some charset related constantunknown2002-07-301-1/+3
| | | |_|/ | | |/| |
| | * | | Default table character set has been added:unknown2002-06-191-1/+7
| | |/ /
| | * | sql_error.cc, sql_prepare.cc:unknown2002-06-121-0/+195
| | * | New command: SHOW CHARACTER SET [LIKE 'wild']unknown2002-06-111-0/+38
| | * | Changes for new binary .frm formatunknown2002-06-041-1/+2
| | * | merge with 4.0unknown2002-06-031-4/+12
| | |\ \
| | * | | Extension of .frm file (not yet ready for push)unknown2002-06-021-19/+35
| | | |/ | | |/|
| | * | Now string values are created and filled with charset fieldunknown2002-05-171-9/+9
| | * | Fix to use Monty's changes in frm formatunknown2002-04-181-1/+1
| | * | mergeunknown2002-04-131-4/+12
| | |\ \
| | | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-4/+6
| | | * | Added GIS extensionunknown2002-02-221-0/+6
* | | | | 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