Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some new memory leaks | monty@narttu.mysql.fi | 2003-06-24 | 1 | -3/+22 |
| | | | | Updated VC++ files | ||||
* | fixed bug (writting outside mallocced buffer in sql_help.cc) | vva@eagle.mysql.r18.ru | 2003-06-05 | 1 | -3/+3 |
| | |||||
* | Fix windows build after applyiing the changes from new client.c(sql-common) | venu@myvenu.com | 2003-06-03 | 1 | -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.cc | vva@eagle.mysql.r18.ru | 2003-05-30 | 1 | -2/+2 |
| | |||||
* | new version of help | vva@eagle.mysql.r18.ru | 2003-05-29 | 1 | -256/+526 |
| | |||||
* | Preparing to client<->server autoconvert | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -6/+6 |
| | |||||
* | Windows portabilty fixups (last commit caused some errors, so recomitting) - ↵ | venu@myvenu.com | 2003-02-20 | 1 | -2/+2 |
| | | | | SCRUM | ||||
* | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -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 file | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -2/+2 |
| | | | | Some changes to the prepared statement protocol to make it easier to use and faster. | ||||
* | postreview fix (SCRUM) | bell@sanja.is.com.ua | 2002-12-28 | 1 | -7/+7 |
| | | | | fixed layout | ||||
* | less default_charset_info | bar@bar.mysql.r18.ru | 2002-12-20 | 1 | -9/+11 |
| | |||||
* | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -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' command | vva@genie.(none) | 2002-10-30 | 1 | -6/+6 |
| | |||||
* | add help command on server side | vva@genie.(none) | 2002-10-28 | 1 | -0/+408 |