summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
Commit message (Collapse)AuthorAgeFilesLines
* SCRUMhf@deer.(none)2003-09-181-1/+3
| | | | prepared statements in embedded library
* SCRUM:hf@deer.(none)2003-09-171-0/+9
| | | | prepared statements in embedded library
* Monty explanation for net_store_length(uint) put to the commentkostja@oak.local2003-09-031-1/+7
|
* manual mergekostja@oak.local2003-07-311-0/+19
|\
| * Style fixes, comments for 4.1.1 authorizationkostja@oak.local2003-07-181-0/+19
| | | | | | | | | | Now special 1-byte packet is used for request of old password Fixed bug with --skip-grant-tables and acl_getroot
* | SCRUM - adding client into embedded serverhf@deer.(none)2003-07-231-0/+2
| | | | | | | | | | error handling fixed fetch_lengths made to work differently in embedded and client cases
* | Including client code into libmysqldhf@deer.(none)2003-07-141-35/+0
|\ \ | |/ |/| | | Merging
| * Resolving conflictshf@deer.(none)2003-07-041-35/+0
| |\
| | * SCRUMhf@deer.(none)2003-06-181-34/+0
| | | | | | | | | | | | | | | | | | 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-2/+1
| | |\ | | | | | | | | | | | | | | | | merged conflicts about my previous commit it seems there are some errors left - gonna check...
| | * | SCRUMhf@deer.(none)2003-06-171-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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?
* | | | SAPDB date/time finctionsgluh@gluh.mysql.r18.ru2003-07-081-0/+13
| | | |
* | | | Merge gluh@gw:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2003-07-081-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC
| * | | Merge gluh@gw:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2003-06-231-0/+4
| |\ \ \ | | |_|/ | |/| | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC
| | * | Internal commitgluh@gluh.mysql.r18.ru2003-06-231-0/+4
| | | |
* | | | Fixed slowdown problem on windowsmonty@mashka.mysql.fi2003-06-251-1/+1
|/ / /
* | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 ↵monty@narttu.mysql.fi2003-06-141-24/+1
| |/ |/| | | | | | | | | | | | | master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
* | merge with public treemonty@narttu.mysql.fi2003-06-051-3/+4
|\ \ | |/ |/|
| * Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-3/+4
| | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
* | mysqlshow and mysqldump now send their vharacter set to serverbar@bar.mysql.r18.ru2003-05-301-1/+1
|/ | | | character_set_results is now the same with character_set_client by default
* New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setmonty@mashka.mysql.fi2003-05-261-42/+42
|
* Some SHOW VARIABLES have been renamed:bar@bar.mysql.r18.ru2003-05-211-6/+8
| | | | | | | | | collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion
* Variable names have been renamed:bar@bar.mysql.r18.ru2003-04-231-1/+1
| | | | | | client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection
* Use of CHARSWT_INFO *result_collationbar@bar.mysql.r18.ru2003-04-081-3/+2
| | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests
* sys_var_collation is now abstract classbar@bar.mysql.r18.ru2003-04-071-2/+2
| | | | | Two separate classes sys_var_client_collation and sys_var_literal_collation have been added for "literal_collation" and "client_collation" variables.
* New methods to store strings with "convert to" argimumentbar@bar.mysql.r18.ru2003-04-071-15/+56
|
* New variable to turn off automatic charset conversion of query resultsbar@bar.mysql.r18.ru2003-03-211-11/+15
| | | | Some speed improvements
* CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-15/+0
|
* (no commit message)bar@bar.mysql.r18.ru2003-03-171-6/+11
|
* Preparing to client<->server autoconvertbar@bar.mysql.r18.ru2003-03-171-13/+24
|
* fixed typo (double ++ in assert)serg@serg.mysql.com2003-03-151-12/+20
| | | | removed all side effects from asserts for not to confuse casual reader
* Fix for not to assert in DBUG mode when the result type is INT24 as data is ↵venu@myvenu.com2003-03-141-1/+3
| | | | | | sent in INT32 format (normal protocol only, prepared protocol already handles it)
* sql_udf.cc, protocol.cc:bar@bar.mysql.r18.ru2003-02-261-3/+3
| | | | Less default_charset_info
* Windows portabilty fixups (last commit caused some errors, so recomitting) - ↵venu@myvenu.com2003-02-201-0/+2
| | | | SCRUM
* Fixed problem when connecting to user without a password.monty@mashka.mysql.fi2003-02-141-3/+4
| | | | Fixed problem with LIKE and BINARY
* Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-3/+7
|
* mergemonty@mashka.mysql.fi2003-02-041-46/+61
|\
| * Added charset number to result headermonty@mashka.mysql.fi2003-02-041-46/+61
| |
* | fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-301-3/+3
|/ | | | | new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row
* MYSQL_TIME handling(Direct DATE,TIME and TS th' structure) - servervenu@myvenu.com2003-01-231-0/+1
|
* Fixed bug in Protocol::convert_str() (missing return caused "Out of memory" ↵pem@mysql.com2003-01-221-2/+2
| | | | | | errors when optimized).
* workaround for gcc bugserg@serg.mysql.com2003-01-221-1/+1
|
* Mergemonty@mashka.mysql.fi2003-01-211-1/+0
|\
| * Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-1/+0
| | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* | SCRUMhf@deer.mysql.r18.ru2003-01-201-5/+18
| | | | | | | | embedded-related changes
* | resolving conflictshf@deer.mysql.r18.ru2003-01-151-23/+46
|\ \ | |/
| * merge with 4.0.9monty@mashka.mysql.fi2003-01-091-1/+4
| | | | | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * Merge with 4.0.8monty@mashka.mysql.fi2003-01-061-1/+1
| |
| * Fix date,time,timestamp,year - binary protocolvenu@myvenu.com2003-01-031-14/+14
| |
| * Binary protocol changes (to monty)venu@myvenu.com2003-01-031-8/+29
| |