summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
Commit message (Expand)AuthorAgeFilesLines
* SCRUMunknown2003-09-181-1/+3
* SCRUM:unknown2003-09-171-0/+9
* Monty explanation for net_store_length(uint) put to the commentunknown2003-09-031-1/+7
* manual mergeunknown2003-07-311-0/+19
|\
| * Style fixes, comments for 4.1.1 authorizationunknown2003-07-181-0/+19
* | SCRUM - adding client into embedded serverunknown2003-07-231-0/+2
* | Including client code into libmysqldunknown2003-07-141-35/+0
|\ \ | |/ |/|
| * Resolving conflictsunknown2003-07-041-35/+0
| |\
| | * SCRUMunknown2003-06-181-34/+0
| | * SCRUMunknown2003-06-171-2/+1
| | |\
| | * | SCRUMunknown2003-06-171-23/+0
* | | | SAPDB date/time finctionsunknown2003-07-081-0/+13
* | | | Merge gluh@gw:/home/bk/mysql-4.1unknown2003-07-081-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge gluh@gw:/home/bk/mysql-4.1unknown2003-06-231-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Internal commitunknown2003-06-231-0/+4
* | | | Fixed slowdown problem on windowsunknown2003-06-251-1/+1
|/ / /
* | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-141-24/+1
| |/ |/|
* | merge with public treeunknown2003-06-051-3/+4
|\ \ | |/ |/|
| * Added SQLSTATE to client/server protocolunknown2003-06-041-3/+4
* | mysqlshow and mysqldump now send their vharacter set to serverunknown2003-05-301-1/+1
|/
* New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setunknown2003-05-261-42/+42
* Some SHOW VARIABLES have been renamed:unknown2003-05-211-6/+8
* Variable names have been renamed:unknown2003-04-231-1/+1
* Use of CHARSWT_INFO *result_collationunknown2003-04-081-3/+2
* sys_var_collation is now abstract classunknown2003-04-071-2/+2
* New methods to store strings with "convert to" argimumentunknown2003-04-071-15/+56
* New variable to turn off automatic charset conversion of query resultsunknown2003-03-211-11/+15
* CONVERT class was removedunknown2003-03-181-15/+0
* mysql-test/t/ctype_many.test:unknown2003-03-171-6/+11
* Preparing to client<->server autoconvertunknown2003-03-171-13/+24
* fixed typo (double ++ in assert)unknown2003-03-151-12/+20
* Fix for not to assert in DBUG mode when the result type is INT24 as data is s...unknown2003-03-141-1/+3
* sql_udf.cc, protocol.cc:unknown2003-02-261-3/+3
* Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-201-0/+2
* Fixed problem when connecting to user without a password.unknown2003-02-141-3/+4
* Merge with 4.0.11unknown2003-02-041-3/+7
* mergeunknown2003-02-041-46/+61
|\
| * Added charset number to result headerunknown2003-02-041-46/+61
* | fixed bug in determinating uncacheable queriesunknown2003-01-301-3/+3
|/
* MYSQL_TIME handling(Direct DATE,TIME and TS th' structure) - serverunknown2003-01-231-0/+1
* Fixed bug in Protocol::convert_str() (missing return caused "Out of memory" e...unknown2003-01-221-2/+2
* workaround for gcc bugunknown2003-01-221-1/+1
* Mergeunknown2003-01-211-1/+0
|\
| * Portability fixes (for windows)unknown2003-01-211-1/+0
* | SCRUMunknown2003-01-201-5/+18
* | resolving conflictsunknown2003-01-151-23/+46
|\ \ | |/
| * merge with 4.0.9unknown2003-01-091-1/+4
| * Merge with 4.0.8unknown2003-01-061-1/+1
| * Fix date,time,timestamp,year - binary protocolunknown2003-01-031-14/+14
| * Binary protocol changes (to monty)unknown2003-01-031-8/+29