summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #2077 Japanese characters in enum/default values are reported incorrectlyunknown2004-06-081-1/+1
* Proposed fix for bug #3412 (embedded server: prepared statement returnsunknown2004-05-281-6/+1
* 1. Some optimization when conversion is not needed.unknown2004-05-251-3/+3
* Fix for bug which caused grant.test fail on darwin7.3. We were converting db ...unknown2004-05-221-1/+1
* Merge with 4.0.20unknown2004-05-171-3/+6
|\
| * Extra safety fixes (probably not needed, but can't hurt)unknown2004-05-151-2/+1
| * Many files:unknown2004-05-141-1/+5
* | WL#1700 - Properly count key_blocks_used and key_blocks_current.unknown2004-05-031-0/+1
* | After merge fixesunknown2004-04-271-2/+2
* | after review PS fixesunknown2004-04-101-1/+1
* | mergedunknown2004-04-071-4/+4
|\ \
| * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-4/+4
* | | Fixed warnings from valgrind (not a bug)unknown2004-04-061-1/+1
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-1/+6
|\ \
| * | Fixed many compiler warningsunknown2004-04-051-1/+6
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-13/+33
|/ /
* | 1. New data types, from the user point of view:unknown2004-03-261-18/+13
* | SHOW PRIVILEGES updated (Bug#3227)unknown2004-03-241-20/+22
* | after review changesunknown2004-03-201-1/+1
* | mergeunknown2004-03-181-1/+1
|\ \
| * | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+1
* | | merge with 4.0unknown2004-03-161-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-111-2/+2
* | Cleanup ha_checktype() and redundant variables.unknown2004-03-021-1/+1
* | Changed wellformedlen to well_formed_lenunknown2004-02-171-70/+56
* | Merge with public treeunknown2004-02-161-12/+18
|\ \
| * \ Merge with 4.0.18unknown2004-02-111-12/+18
| |\ \ | | |/
| | * 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
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-02-131-8/+68
|\ \ \ | |/ / |/| |
| * | some optimization in append_identifier (sql/sql_show.cc)unknown2004-02-131-11/+14
| * | 1. fixed bug @2593 "SHOW CREATE TABLE doesn't properly double quotes"unknown2004-02-071-4/+61
* | | Added --compact to mysqlbinlogunknown2004-02-091-2/+1
* | | Bug#2634unknown2004-02-051-1/+4
|/ /
* | SHOW CREATE DATABASE moved to sql_show.cc where it belongsunknown2004-01-301-0/+88
* | Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted)unknown2004-01-281-0/+1
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-01-141-1/+15
|\ \
| * | bugs #2280, #2281 - show create table should always return a valid sql statementunknown2004-01-141-1/+15
* | | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-141-1/+1
|/ /
* | mergeunknown2003-12-191-1/+13
|\ \
| * \ Merge with 4.0.17unknown2003-12-171-1/+13
| |\ \ | | |/
| | * 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
* | | WorkLog #1323 (part 2)unknown2003-12-171-3/+3
* | | proper fix for the bug #2077: accented characters in enum/defaul values are r...unknown2003-12-161-3/+9
|/ /
* | part one of the fix for the bug #2077: accented characters in enum/defaul val...unknown2003-12-151-4/+4
* | WorkLog#1323unknown2003-12-101-1/+1