summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
Commit message (Expand)AuthorAgeFilesLines
* * Added comments and one assertunknown2004-12-141-1/+2
* Simpler arena swapping codeunknown2004-11-081-7/+7
* true,false -> TRUE, FALSEunknown2004-10-141-1/+1
* mergedunknown2004-06-231-129/+107
|\
| * handler interface cleanups:unknown2004-06-231-129/+107
* | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"unknown2004-06-221-1/+1
|/
* after review changesunknown2004-04-071-3/+0
* removed old way to prevent using stack tables for caching Items in PSunknown2004-04-041-4/+4
* false/true -> FALSE/TRUEunknown2004-03-301-3/+3
* after review changesunknown2004-03-201-3/+3
* DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-7/+10
* Portability fixesunknown2004-03-051-3/+3
* ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-1/+1
* mergeunknown2004-01-171-1/+1
|\
| * removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-1/+1
* | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-141-2/+2
|/
* Added missing SSL library (Should be in source distribution)unknown2003-11-281-1/+1
* Portability fixes for windowsunknown2003-10-151-1/+3
* Fixed some new memory leaksunknown2003-06-241-3/+22
* fixed bug (writting outside mallocced buffer in sql_help.cc)unknown2003-06-051-3/+3
* Fix windows build after applyiing the changes from new client.c(sql-common)unknown2003-06-031-7/+6
* fix some warnings in sql_help.ccunknown2003-05-301-2/+2
* new version of helpunknown2003-05-291-256/+526
* Preparing to client<->server autoconvertunknown2003-03-171-6/+6
* Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-201-2/+2
* Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-269/+378
* Move latin1 into a separarte fileunknown2003-01-291-1/+1
* Portability fixes (for windows)unknown2003-01-211-2/+2
* postreview fix (SCRUM)unknown2002-12-281-7/+7
* less default_charset_infounknown2002-12-201-9/+11
* rename of net_pkg.cc to protocol.ccunknown2002-12-111-36/+36
* addition correction for 'help' commandunknown2002-10-301-6/+6
* add help command on server sideunknown2002-10-281-0/+408