summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some new memory leaksmonty@narttu.mysql.fi2003-06-241-3/+22
| | | | Updated VC++ files
* fixed bug (writting outside mallocced buffer in sql_help.cc)vva@eagle.mysql.r18.ru2003-06-051-3/+3
|
* Fix windows build after applyiing the changes from new client.c(sql-common)venu@myvenu.com2003-06-031-7/+6
| | | | | NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj and make sure to have the next changeset, which fixes this.
* fix some warnings in sql_help.ccvva@eagle.mysql.r18.ru2003-05-301-2/+2
|
* new version of helpvva@eagle.mysql.r18.ru2003-05-291-256/+526
|
* Preparing to client<->server autoconvertbar@bar.mysql.r18.ru2003-03-171-6/+6
|
* Windows portabilty fixups (last commit caused some errors, so recomitting) - ↵venu@myvenu.com2003-02-201-2/+2
| | | | SCRUM
* Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-269/+378
| | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-291-1/+1
|
* Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-2/+2
| | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* postreview fix (SCRUM)bell@sanja.is.com.ua2002-12-281-7/+7
| | | | fixed layout
* less default_charset_infobar@bar.mysql.r18.ru2002-12-201-9/+11
|
* rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-36/+36
| | | | | Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
* addition correction for 'help' commandvva@genie.(none)2002-10-301-6/+6
|
* add help command on server sidevva@genie.(none)2002-10-281-0/+408