Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Avoid memory overruns when buffer_length is too small (when fetching binary d... | monty@mashka.mysql.fi | 2003-01-23 | 1 | -2/+6 | |
* | | | | Remove bind_length + Fix the client-test | venu@myvenu.com | 2003-01-22 | 1 | -21/+24 | |
* | | | | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 2 | -64/+82 | |
* | | | | Merge work.mysql.com:/home/bk/mysql-4.1 | venu@myvenu.com | 2003-01-18 | 1 | -2/+35 | |
|\ \ \ \ | ||||||
| * | | | | Initial multi query execution support | venu@myvenu.com | 2003-01-18 | 1 | -2/+35 | |
* | | | | | Removed compiler warnings | monty@mashka.mysql.fi | 2003-01-18 | 1 | -14/+17 | |
|/ / / / | ||||||
* | | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options. | monty@mashka.mysql.fi | 2003-01-18 | 1 | -33/+31 | |
* | | | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 2 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -0/+2 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | - fixes to properly make a "make distclean" (some files were not removed) | lenz@mysql.com | 2002-12-27 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Added functions required by MySQLCC | miguel@light. | 2003-01-11 | 1 | -0/+6 | |
* | | | Merge work.mysql.com:/home/bk/mysql-4.1 | venu@myvenu.com | 2003-01-16 | 1 | -33/+163 | |
|\ \ \ | ||||||
| * | | | Implement store_result (read_binary_rows & mysql_stmt_store_result) | venu@myvenu.com | 2003-01-16 | 1 | -33/+163 | |
* | | | | strnto family functions now return error in a new argument | bar@bar.mysql.r18.ru | 2003-01-16 | 1 | -6/+7 | |
* | | | | merge | monty@mashka.mysql.fi | 2003-01-14 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 1 | -2/+2 | |
* | | | | xml.c has been moved to /strings from /mysys | bar@bar.mysql.r18.ru | 2003-01-10 | 1 | -2/+2 | |
* | | | | Remove/change unwanted variables in client protocol | venu@myvenu.com | 2003-01-09 | 1 | -8/+22 | |
* | | | | Code cleaup to fix the conversion routines - binary protocol | venu@myvenu.com | 2003-01-07 | 1 | -48/+32 | |
|/ / / | ||||||
* | | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-06 | 1 | -5/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 1 | -4/+10 | |
* | | | merge | monty@mashka.mysql.fi | 2003-01-04 | 1 | -14/+9 | |
|\ \ \ | ||||||
| * | | | Added support for DROP TEMPORARY TABLE | monty@mashka.mysql.fi | 2003-01-04 | 1 | -12/+0 | |
| * | | | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-03 | 1 | -2/+9 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-11 | 1 | -2/+9 | |
| | |\ \ | | | |/ | ||||||
| | | * | Added back -max to server name if we are using InnoDB. | monty@mashka.mysql.fi | 2002-12-11 | 1 | -2/+2 | |
| | | * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-12-05 | 1 | -2/+9 | |
| | | |\ | ||||||
| | | | * | better fix for read_rows, same for read_one_row | serg@serg.mysql.com | 2002-12-05 | 1 | -2/+9 | |
| | | * | | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree) | lenz@mysql.com | 2002-12-04 | 1 | -1/+1 | |
| | | |/ | ||||||
* | | | | libmysql.c: | bar@bar.mysql.r18.ru | 2003-01-04 | 1 | -2/+2 | |
* | | | | Fix date,time,timestamp,year - binary protocol | venu@myvenu.com | 2003-01-03 | 1 | -39/+347 | |
* | | | | Merge myvenu.com:/home/venu/bk/src-4.1 | venu@myvenu.com | 2003-01-03 | 1 | -73/+92 | |
|\ \ \ \ | ||||||
| * | | | | Binary protocol changes (to monty) | venu@myvenu.com | 2003-01-03 | 1 | -73/+92 | |
| |/ / / | ||||||
* | | | | Charset index is sotred in XML now | bar@bar.mysql.r18.ru | 2003-01-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | fix some warnings | vva@eagle.mysql.r18.ru | 2002-12-21 | 1 | -3/+8 | |
* | | | fix warnings | vva@eagle.mysql.r18.ru | 2002-12-19 | 1 | -2/+2 | |
* | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1 | vva@eagle.mysql.r18.ru | 2002-12-17 | 1 | -12/+48 | |
|\ \ \ | ||||||
| * | | | Many init commands on connect | vva@eagle.mysql.r18.ru | 2002-12-17 | 1 | -12/+48 | |
* | | | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | item.cc: | venu@myvenu.com | 2002-12-06 | 1 | -1/+0 | |
* | | | merge fix | monty@mashka.mysql.fi | 2002-12-06 | 2 | -8/+19 | |
|\ \ \ | ||||||
| * \ \ | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 2 | -9/+20 | |
| |\ \ \ | | |/ / | ||||||
| | * | | new client error added: CR_MALFORMED_PACKET | serg@serg.mysql.com | 2002-12-04 | 2 | -5/+8 | |
| | * | | merged | serg@serg.mysql.com | 2002-12-04 | 1 | -2/+10 | |
| | |\ \ | | | |/ | ||||||
| | | * | protect from [heap] buffer overrrun by malicious server | serg@serg.mysql.com | 2002-12-04 | 1 | -2/+10 | |
* | | | | Fix minor bug and add test of connection with new/old/without passwords | peter@mysql.com | 2002-12-05 | 1 | -1/+0 | |
* | | | | Basically minor code optimizations and cleanups | peter@mysql.com | 2002-12-05 | 1 | -15/+28 | |
* | | | | SCRUM: Montymise code | peter@mysql.com | 2002-11-30 | 1 | -127/+130 | |
* | | | | SCRUM: Secure auth | peter@mysql.com | 2002-11-30 | 1 | -15/+94 | |
* | | | | Merging.... | peter@mysql.com | 2002-11-29 | 2 | -11/+37 | |
|\ \ \ \ | |/ / / |