Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 4.1 tree | monty@mashka.mysql.fi | 2003-09-11 | 1 | -13/+12 |
|\ | |||||
| * | After merge fixes. | monty@mashka.mysql.fi | 2003-09-11 | 1 | -13/+12 |
* | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation) | bell@sanja.is.com.ua | 2003-09-02 | 1 | -0/+80 |
|/ | |||||
* | fixed string parameter assugnment (coping instead of asigning pointer to buff... | bell@sanja.is.com.ua | 2003-09-02 | 1 | -2/+86 |
* | Fix for timestamp issue (BR #819) | venu@myvenu.com | 2003-07-30 | 1 | -24/+52 |
* | Enable warnings by default for single value list inserts also when the client... | venu@myvenu.com | 2003-07-21 | 1 | -4/+87 |
* | test for SQL_MODE with PIPES_AS_CONCAT, ANSI and IGNORE_SPACE | venu@myvenu.com | 2003-06-24 | 1 | -4/+135 |
* | Fix for mysql_list_fields & reset stmt buffers from stmt_free_result | venu@myvenu.com | 2003-06-08 | 1 | -47/+191 |
* | protocol test update | venu@myvenu.com | 2003-06-04 | 1 | -5/+125 |
* | merge | monty@mashka.mysql.fi | 2003-05-22 | 4 | -41/+138 |
|\ | |||||
| * | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 4 | -41/+138 |
| |\ | |||||
| | * | Safety fix to enable RAID in max binaries | monty@mashka.mysql.fi | 2003-05-13 | 2 | -28/+48 |
| | * | More tests | monty@mashka.mysql.fi | 2003-05-08 | 2 | -6/+22 |
| | * | Merge to get security patch | monty@mashka.mysql.fi | 2003-05-08 | 2 | -0/+28 |
| | |\ | |||||
| | | * | Security patch to remove wrong error when one had a global update/delete priv... | monty@mashka.mysql.fi | 2003-05-07 | 2 | -0/+28 |
| | * | | Fix for openssl on Solaris | monty@mashka.mysql.fi | 2003-04-28 | 2 | -21/+54 |
* | | | | client_test.c: | venu@myvenu.com | 2003-05-21 | 1 | -7/+715 |
|/ / / | |||||
* | | | Fix to get thread_test to compile | monty@narttu.mysql.fi | 2003-05-15 | 2 | -3/+7 |
* | | | Remove warning from automake | monty@narttu.mysql.fi | 2003-05-15 | 1 | -2/+1 |
* | | | Merge | monty@narttu.mysql.fi | 2003-05-02 | 9 | -0/+911 |
|\ \ \ | |||||
| * | | | Removed some not used files | monty@narttu.mysql.fi | 2003-04-22 | 9 | -0/+910 |
|/ / / | |||||
* | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 2 | -26/+51 |
|\ \ \ | |/ / | |||||
| * | | merge with 3.23 to get: | monty@mashka.mysql.fi | 2003-03-15 | 2 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | Check for empty table/column names | monty@mashka.mysql.fi | 2003-03-14 | 2 | -0/+15 |
| * | | merged | serg@serg.mysql.com | 2003-03-13 | 2 | -25/+35 |
| |\ \ | | |/ | |||||
| | * | Better fix for GRANT bug | monty@mashka.mysql.fi | 2003-03-13 | 2 | -29/+40 |
| | * | Fixed missing table_list->name -> table_list->alias convert | monty@mashka.mysql.fi | 2002-10-08 | 1 | -1/+1 |
* | | | Fix EXPLAIN bug with binary protocol | venu@myvenu.com | 2003-03-04 | 1 | -5/+216 |
* | | | 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE ... | venu@myvenu.com | 2003-02-24 | 1 | -36/+305 |
* | | | Another misc variable test which is of bool type returning a longlong | venu@myvenu.com | 2003-02-15 | 1 | -1/+20 |
* | | | Updated tests for MYSQL_FIELD members for misc cases | venu@myvenu.com | 2003-02-15 | 1 | -12/+176 |
* | | | Fix stupid signed and unsigned conversion - When field and buffer types are... | venu@myvenu.com | 2003-02-05 | 1 | -5/+175 |
* | | | Conversion fix - bug report from PHP | venu@myvenu.com | 2003-02-04 | 1 | -192/+321 |
* | | | 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 |
|\ \ \ \ | |/ / / |/| | | |