summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Some fixeshf@deer.mysql.r18.ru2002-12-121-1/+2
* Pull conflicts resolutionshf@genie.(none)2002-11-291-21/+25
|\
| * Some code improvementshf@genie.(none)2002-10-231-9/+9
| * Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@genie.(none)2002-10-181-21/+25
| |\
| | * Changes in order to trim embedded library codehf@genie.(none)2002-10-131-8/+8
| | * Huge pullhf@genie.(none)2002-10-071-21/+25
| | |\
| | | * Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@genie.(none)2002-09-171-1/+1
| | | |\
| | | * \ Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@bisonxp.(none)2002-08-031-23/+27
| | | |\ \
| | | | * \ Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@bisonxp.(none)2002-07-091-1/+7
| | | | |\ \
| | | | * \ \ Resolving of conflicts from pullhf@bison.(none)2002-06-171-23/+27
| | | | |\ \ \
| | | | | * | | Removing net emulation out of embedded libraryhf@bison.(none)2002-06-171-23/+27
* | | | | | | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-3/+3
* | | | | | | | | added 'USING BTREE' for 'show create table' for HEAPram@mysql.r18.ru2002-11-191-0/+4
* | | | | | | | | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsbar@bar.mysql.r18.ru2002-11-111-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | mergemonty@narttu.mysql.fi2002-10-141-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Some reorganization to use less memory as well as to hide some implementationbar@bar.mysql.r18.ru2002-10-101-7/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Portability fixes to be able to compile MySQL with VC++monty@narttu.mysql.fi2002-10-081-3/+2
|/ / / / / / /
* | | | | | | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-64/+357
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | merge with workmonty@mashka.mysql.fi2002-10-021-1/+5
| |\ \ \ \ \ \
| | * | | | | | SHOW TABLE STATUS now displays table charset as wellbar@bar.mysql.r18.ru2002-10-011-0/+4
| | | |_|_|_|/ | | |/| | | |
| | * | | | | "SHOW CHARACTER SET" now displays 1 for 8bit charsets in "mb_maxlen" column.bar@bar.mysql.r18.ru2002-09-051-1/+1
| | |/ / / /
| * | | | | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-146/+170
| * | | | | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-25/+290
| |\ \ \ \ \ | | |/ / / /
| | * | | | Renamed some charset related constantbar@bar.udmsearch.izhnet.ru2002-07-301-1/+3
| | | |_|/ | | |/| |
| | * | | Default table character set has been added:bar@gw.udmsearch.izhnet.ru2002-06-191-1/+7
| | |/ /
| | * | sql_error.cc, sql_prepare.cc:venu@myvenu.com2002-06-121-0/+195
| | * | New command: SHOW CHARACTER SET [LIKE 'wild']bar@gw.udmsearch.izhnet.ru2002-06-111-0/+38
| | * | Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-1/+2
| | * | merge with 4.0monty@hundin.mysql.fi2002-06-031-4/+12
| | |\ \
| | * | | Extension of .frm file (not yet ready for push)monty@hundin.mysql.fi2002-06-021-19/+35
| | | |/ | | |/|
| | * | Now string values are created and filled with charset fieldbar@gw.udmsearch.izhnet.ru2002-05-171-9/+9
| | * | Fix to use Monty's changes in frm formatbar@gw.udmsearch.izhnet.ru2002-04-181-1/+1
| | * | mergemonty@hundin.mysql.fi2002-04-131-4/+12
| | |\ \
| | | * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-4/+6
| | | * | Added GIS extensionbar@gw.udmsearch.izhnet.ru2002-02-221-0/+6
* | | | | Merge with 3.23.53monty@mashka.mysql.fi2002-09-221-1/+1
|\ \ \ \ \
| * | | | | Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-2/+2
| * | | | | Reverted Heikkis patch as his was not portable.monty@hundin.mysql.fi2002-08-081-3/+0
* | | | | | Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-1/+1
* | | | | | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesmonty@mashka.mysql.fi2002-09-161-3/+3
| |/ / / / |/| | | |
* | | | | Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-2/+1
* | | | | merge with 3.23.52monty@hundin.mysql.fi2002-08-081-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Added some missing mutex_locks() when manipulating the table cache.monty@narttu.mysql.fi2002-08-051-1/+6
* | | | | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-46/+43
* | | | | Added interface for first set of dynamic variables.jani@rhols221.adsl.netsonic.fi2002-06-281-1/+20
* | | | | Added the following new privleges:monty@mashka.mysql.fi2002-06-121-2/+2
* | | | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+2
| |_|_|/ |/| | |
* | | | merge with 3.23monty@hundin.mysql.fi2002-06-021-1/+3
|\ \ \ \ | |/ / /
| * | | Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-1/+3