summaryrefslogtreecommitdiff
path: root/sql-common/pack.c
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-3/+20
| | | | | | | Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
* Some mistakes fixedhf@deer.(none)2003-07-141-18/+0
|
* SCRUMhf@deer.(none)2003-06-181-0/+27
| | | | | | including client code into embedded server code to guess what library to use added net_field_length moved to pack.c
* SCRUMhf@deer.(none)2003-06-171-0/+34
| | | | | | | | client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
* SCRUMhf@deer.mysql.r18.ru2003-04-231-0/+64
Protocol_cursor class and sql-common/ directory