Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force to read all unread packets on stmt_close | venu@myvenu.com | 2003-01-31 | 1 | -4/+42 |
* | Few misc cases check from PHP - client_test | venu@myvenu.com | 2003-01-31 | 1 | -2/+119 |
* | Fix for subsequent error calls in multi-query | venu@myvenu.com | 2003-01-31 | 1 | -20/+32 |
* | Fix alloc_stmt_fields for non-select statements | venu@myvenu.com | 2003-01-30 | 1 | -25/+101 |
* | Merge conflict | venu@myvenu.com | 2003-01-30 | 1 | -62/+121 |
|\ | |||||
| * | Tests for 'n' concurrent statement execution | venu@myvenu.com | 2003-01-30 | 1 | -64/+124 |
* | | client_test.c: | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -2/+3 |
|/ | |||||
* | Fix leak when the client disconnects with open prep statements | venu@myvenu.com | 2003-01-28 | 1 | -15/+34 |
* | Fix stmt_close not to close the resources on error(libmysql) | venu@myvenu.com | 2003-01-27 | 1 | -26/+40 |
* | Remove un-used variables | venu@myvenu.com | 2003-01-25 | 1 | -0/+22 |
* | Misc cleanups + pure coverage test + Monty's comments | venu@myvenu.com | 2003-01-24 | 1 | -20/+155 |
* | Add DATE,TIME and TS tests - MYSQL_TIME handling | venu@myvenu.com | 2003-01-23 | 1 | -21/+274 |
* | Remove bind_length + Fix the client-test | venu@myvenu.com | 2003-01-22 | 1 | -895/+287 |
* | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -613/+676 |
* | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2003-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Removed compiler warnings | monty@mashka.mysql.fi | 2003-01-19 | 1 | -1/+1 |
* | | Merge myvenu.com:/home/venu/bk/src-4.1 | venu@myvenu.com | 2003-01-18 | 1 | -80/+747 |
|\ \ | |/ |/| | |||||
| * | Few more tests + store_result fix | venu@myvenu.com | 2003-01-18 | 1 | -80/+747 |
* | | Simple code cleanups, ignore generated files | monty@mashka.mysql.fi | 2003-01-18 | 1 | -1/+1 |
|/ | |||||
* | Change client_flag to unsigned long (16 -> 32 bits) to handle more options. | monty@mashka.mysql.fi | 2003-01-18 | 1 | -18/+18 |
* | Added prepared statements sample from manual as a test | venu@myvenu.com | 2003-01-09 | 1 | -25/+177 |
* | Protocol conversion tests | venu@myvenu.com | 2003-01-07 | 1 | -45/+1015 |
* | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-06 | 1 | -23/+34 |
|\ | |||||
| * | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 1 | -23/+34 |
* | | Prepared statements + binary protocol test update | venu@myvenu.com | 2003-01-03 | 1 | -395/+1541 |
* | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -0/+705 |
* | | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -3/+1 |
* | | client_test.c: | venu@myvenu.com | 2002-11-22 | 1 | -647/+687 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Extended WEEK() to be able to handle ISO weeks. | monty@mashka.mysql.fi | 2002-11-12 | 1 | -1/+1 |
* | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 2 | -1/+2492 |
|\ \ | |/ |/| | |||||
| * | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -73/+51 |
| * | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 2 | -1/+2514 |
| |\ | |||||
| | * | client_test.c: | venu@myvenu.com | 2002-06-13 | 1 | -158/+119 |
| | * | client_test.c: | venu@myvenu.com | 2002-06-13 | 2 | -1/+2553 |
* | | | Don't give the anonymous user create temp table or lock tables privileges. | monty@mashka.mysql.fi | 2002-09-22 | 2 | -40/+42 |
* | | | Merge with 3.23.53 | monty@mashka.mysql.fi | 2002-09-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Change name -> alias in TABLE_LIST. | monty@mashka.mysql.fi | 2002-09-21 | 1 | -1/+1 |
* | | | Arjens LOG functions changes with small changes and tests added to mysql-test | peter@mysql.com | 2002-07-17 | 2 | -4/+4 |
* | | | Added the following new privleges: | monty@mashka.mysql.fi | 2002-06-12 | 2 | -20/+89 |
* | | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -2/+33 |
* | | | Fixed privilege check problem with SELECT ... INTO OUTFILE | monty@hundin.mysql.fi | 2002-06-09 | 2 | -10/+33 |
* | | | Fixed mutex problem in TRUNCATE TABLE | monty@hundin.mysql.fi | 2002-06-04 | 1 | -0/+125 |
| |/ |/| | |||||
* | | New version of mail_to_db.pl | jani@hynda.mysql.fi | 2001-12-27 | 1 | -15/+51 |
* | | Made new version of mail_to_db.pl | jani@hynda.mysql.fi | 2001-12-27 | 1 | -21/+44 |
* | | Fixed a bug in mail_to_db.pl | jani@hynda.mysql.fi | 2001-12-19 | 1 | -3/+3 |
* | | Fix for MyISAM records > 16M | monty@hundin.mysql.fi | 2001-12-11 | 1 | -0/+72 |
* | | Extended manual section about MySQL states | monty@hundin.mysql.fi | 2001-11-28 | 1 | -3/+6 |
* | | Don't do signal() on windows (Causes instability problems) | monty@hundin.mysql.fi | 2001-10-17 | 5 | -5/+5 |
|/ | |||||
* | Removed wrong warning from thr_lock | monty@hundin.mysql.fi | 2001-07-17 | 2 | -6/+101 |