summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0 for 4.1 releaseunknown2004-10-061-0/+4
* Portability fixesunknown2004-08-261-1/+1
* after merge fixesunknown2004-08-191-5/+5
* manually mergedunknown2004-08-181-1/+3
* Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types unknown2004-06-091-11/+13
* Support for character set conversion in binary protocol: another gounknown2004-05-251-30/+28
* mergedunknown2004-04-071-1/+1
|\
| * ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-1/+1
* | Fixed charsetnr sent to the clientunknown2004-04-061-1/+4
|/
* Fixed many compiler warningsunknown2004-04-051-1/+1
* Another implementation of send_eof() cleanupunknown2004-02-101-5/+4
* switch off SERVER_MORE_RESULTS_EXISTS, butunknown2004-02-091-2/+2
* THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-1/+1
* Added missing SSL library (Should be in source distribution)unknown2003-11-281-6/+12
* Merge key cache structures to oneunknown2003-11-201-0/+2
* CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+12
* Removed some warnings reported by valgrindunknown2003-11-041-1/+1
* Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-17/+21
* Merge commitunknown2003-10-201-26/+19
|\
| * Scrum task 835 - text-to-datetime conversion functionunknown2003-10-201-26/+19
* | 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