Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCRUM | hf@deer.(none) | 2003-09-18 | 1 | -1/+3 |
| | | | | prepared statements in embedded library | ||||
* | SCRUM: | hf@deer.(none) | 2003-09-17 | 1 | -0/+9 |
| | | | | prepared statements in embedded library | ||||
* | Monty explanation for net_store_length(uint) put to the comment | kostja@oak.local | 2003-09-03 | 1 | -1/+7 |
| | |||||
* | manual merge | kostja@oak.local | 2003-07-31 | 1 | -0/+19 |
|\ | |||||
| * | Style fixes, comments for 4.1.1 authorization | kostja@oak.local | 2003-07-18 | 1 | -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 server | hf@deer.(none) | 2003-07-23 | 1 | -0/+2 |
| | | | | | | | | | | error handling fixed fetch_lengths made to work differently in embedded and client cases | ||||
* | | Including client code into libmysqld | hf@deer.(none) | 2003-07-14 | 1 | -35/+0 |
|\ \ | |/ |/| | | | Merging | ||||
| * | Resolving conflicts | hf@deer.(none) | 2003-07-04 | 1 | -35/+0 |
| |\ | |||||
| | * | SCRUM | hf@deer.(none) | 2003-06-18 | 1 | -34/+0 |
| | | | | | | | | | | | | | | | | | | including client code into embedded server code to guess what library to use added net_field_length moved to pack.c | ||||
| | * | SCRUM | hf@deer.(none) | 2003-06-17 | 1 | -2/+1 |
| | |\ | | | | | | | | | | | | | | | | | merged conflicts about my previous commit it seems there are some errors left - gonna check... | ||||
| | * | | SCRUM | hf@deer.(none) | 2003-06-17 | 1 | -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 finctions | gluh@gluh.mysql.r18.ru | 2003-07-08 | 1 | -0/+13 |
| | | | | |||||
* | | | | Merge gluh@gw:/home/bk/mysql-4.1 | gluh@gluh.mysql.r18.ru | 2003-07-08 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC | ||||
| * | | | Merge gluh@gw:/home/bk/mysql-4.1 | gluh@gluh.mysql.r18.ru | 2003-06-23 | 1 | -0/+4 |
| |\ \ \ | | |_|/ | |/| | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC | ||||
| | * | | Internal commit | gluh@gluh.mysql.r18.ru | 2003-06-23 | 1 | -0/+4 |
| | | | | |||||
* | | | | Fixed slowdown problem on windows | monty@mashka.mysql.fi | 2003-06-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 ↵ | monty@narttu.mysql.fi | 2003-06-14 | 1 | -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 tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -3/+4 |
|\ \ | |/ |/| | |||||
| * | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -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 server | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -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 set | monty@mashka.mysql.fi | 2003-05-26 | 1 | -42/+42 |
| | |||||
* | Some SHOW VARIABLES have been renamed: | bar@bar.mysql.r18.ru | 2003-05-21 | 1 | -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.ru | 2003-04-23 | 1 | -1/+1 |
| | | | | | | client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection | ||||
* | Use of CHARSWT_INFO *result_collation | bar@bar.mysql.r18.ru | 2003-04-08 | 1 | -3/+2 |
| | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests | ||||
* | sys_var_collation is now abstract class | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -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" argimument | bar@bar.mysql.r18.ru | 2003-04-07 | 1 | -15/+56 |
| | |||||
* | New variable to turn off automatic charset conversion of query results | bar@bar.mysql.r18.ru | 2003-03-21 | 1 | -11/+15 |
| | | | | Some speed improvements | ||||
* | CONVERT class was removed | bar@bar.mysql.r18.ru | 2003-03-18 | 1 | -15/+0 |
| | |||||
* | (no commit message) | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -6/+11 |
| | |||||
* | Preparing to client<->server autoconvert | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -13/+24 |
| | |||||
* | fixed typo (double ++ in assert) | serg@serg.mysql.com | 2003-03-15 | 1 | -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.com | 2003-03-14 | 1 | -1/+3 |
| | | | | | | sent in INT32 format (normal protocol only, prepared protocol already handles it) | ||||
* | sql_udf.cc, protocol.cc: | bar@bar.mysql.r18.ru | 2003-02-26 | 1 | -3/+3 |
| | | | | Less default_charset_info | ||||
* | Windows portabilty fixups (last commit caused some errors, so recomitting) - ↵ | venu@myvenu.com | 2003-02-20 | 1 | -0/+2 |
| | | | | SCRUM | ||||
* | Fixed problem when connecting to user without a password. | monty@mashka.mysql.fi | 2003-02-14 | 1 | -3/+4 |
| | | | | Fixed problem with LIKE and BINARY | ||||
* | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -3/+7 |
| | |||||
* | merge | monty@mashka.mysql.fi | 2003-02-04 | 1 | -46/+61 |
|\ | |||||
| * | Added charset number to result header | monty@mashka.mysql.fi | 2003-02-04 | 1 | -46/+61 |
| | | |||||
* | | fixed bug in determinating uncacheable queries | bell@sanja.is.com.ua | 2003-01-30 | 1 | -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) - server | venu@myvenu.com | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | Fixed bug in Protocol::convert_str() (missing return caused "Out of memory" ↵ | pem@mysql.com | 2003-01-22 | 1 | -2/+2 |
| | | | | | | errors when optimized). | ||||
* | workaround for gcc bug | serg@serg.mysql.com | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | Merge | monty@mashka.mysql.fi | 2003-01-21 | 1 | -1/+0 |
|\ | |||||
| * | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -1/+0 |
| | | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster. | ||||
* | | SCRUM | hf@deer.mysql.r18.ru | 2003-01-20 | 1 | -5/+18 |
| | | | | | | | | embedded-related changes | ||||
* | | resolving conflicts | hf@deer.mysql.r18.ru | 2003-01-15 | 1 | -23/+46 |
|\ \ | |/ | |||||
| * | merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-09 | 1 | -1/+4 |
| | | | | | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys | ||||
| * | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-06 | 1 | -1/+1 |
| | | |||||
| * | Fix date,time,timestamp,year - binary protocol | venu@myvenu.com | 2003-01-03 | 1 | -14/+14 |
| | | |||||
| * | Binary protocol changes (to monty) | venu@myvenu.com | 2003-01-03 | 1 | -8/+29 |
| | |