Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge mysql.com:/home/psergey/mysql-4.1-bug9228 | sergefp@mysql.com | 2005-05-01 | 1 | -1/+1 |
|\ | |||||
| * | Fix for BUG#10274: In Protocol_simple::store_long don't make any assumptions ... | sergefp@mysql.com | 2005-04-30 | 1 | -1/+1 |
* | | Merge mysql.com:/home/psergey/mysql-4.1-bug9298 | sergefp@mysql.com | 2005-04-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix for BUG#9298: Make int->string conversion sign-aware in Protocol_simple::... | sergefp@mysql.com | 2005-04-18 | 1 | -1/+1 |
* | | Bug#8861 | acurtis@xiphis.org | 2005-04-21 | 1 | -1/+1 |
* | | Bug#8861 - If Return is a YEAR data type, value is not shown in year format | acurtis@xiphis.org | 2005-04-21 | 1 | -0/+1 |
* | | BUG#9391 mysqlshow prints incorrect "rows" information | msvensson@neptunus.(none) | 2005-04-13 | 1 | -10/+0 |
* | | after merge fixes | serg@serg.mylan | 2005-03-09 | 1 | -2/+2 |
* | | merged | serg@serg.mylan | 2005-03-09 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | additional safety | serg@serg.mylan | 2005-03-07 | 1 | -2/+3 |
| * | Fixed crash if max_connections is exceeded. BUG#8996 | serg@serg.mylan | 2005-03-07 | 1 | -2/+3 |
* | | Fixes while during review of last pull | monty@mysql.com | 2005-02-26 | 1 | -2/+2 |
* | | Merge with global tree | monty@mysql.com | 2005-02-25 | 1 | -4/+10 |
|\ \ | |||||
| * | | Show all generated warnings in SHOW ERROR | monty@mysql.com | 2005-02-24 | 1 | -4/+10 |
* | | | Fixed BUG#8638: Test 'sp' fails: Stored Procedure often sends warning 1329 | pem@mysql.comhem.se | 2005-02-24 | 1 | -1/+3 |
* | | | Merge 52.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/mysql-5.0 | bell@52.0.168.192.in-addr.arpa | 2005-02-23 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-4.1 | gluh@gluh.mysql.r18.ru | 2005-02-23 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | Fix for bug #6572: SHOW ERRORS doesn't | gluh@gluh.mysql.r18.ru | 2005-02-23 | 1 | -0/+6 |
* | | | Merge | bell@51.0.168.192.in-addr.arpa | 2005-02-20 | 1 | -18/+6 |
|\ \ \ | |/ / | |||||
| * | | Fixed BUILD script to use --with-berkeley-db instead of --with-bdb | monty@mysql.com | 2005-02-19 | 1 | -18/+6 |
* | | | merge | bell@sanja.is.com.ua | 2005-02-10 | 1 | -0/+40 |
|\ \ \ | |/ / | |||||
| * | | Precision Math implementation | hf@deer.(none) | 2005-02-09 | 1 | -0/+40 |
* | | | Fixed problem of sending ERROR to client after OK or EOF (BUG#6804) | bell@sanja.is.com.ua | 2005-01-20 | 1 | -0/+18 |
|/ / | |||||
* | | Merge with 4.1 | monty@mishka.local | 2004-12-22 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | bug#6275 "client_test" fail in 4.1.7 make test | bar@mysql.com | 2004-12-14 | 1 | -2/+10 |
* | | bit type | ram@gw.mysql.r18.ru | 2004-12-17 | 1 | -0/+2 |
* | | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -0/+5 |
|\ \ | |||||
| * | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -0/+5 |
* | | | send_warning removed | serg@serg.mylan | 2004-11-24 | 1 | -30/+0 |
* | | | now my_printf_error is not better then my_error, but my_error call is shorter | bell@sanja.is.com.ua | 2004-11-13 | 1 | -1/+0 |
* | | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -10/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | post-review fixes | bell@sanja.is.com.ua | 2004-11-12 | 1 | -1/+2 |
| * | | changed function name to prevent injection wrong code from 4.1 (WL#2133) | bell@sanja.is.com.ua | 2004-10-20 | 1 | -6/+6 |
| * | | errors without code removed | bell@sanja.is.com.ua | 2004-10-20 | 1 | -4/+1 |
* | | | Merge with 4.1 to get in latest bug fixes | monty@mysql.com | 2004-11-04 | 1 | -1/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove usage of !$ from mysql-tests | monty@mysql.com | 2004-11-02 | 1 | -0/+9 |
| * | | A fix according to Monty's request: | bar@mysql.com | 2004-10-29 | 1 | -1/+2 |
* | | | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -1/+1 |
* | | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -4/+14 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | A lot of fixes for prepared statements (PS): | monty@mysql.com | 2004-10-26 | 1 | -0/+7 |
| * | A fix and test case for Bug#6049 "Loss of sign when using prepared | konstantin@mysql.com | 2004-10-16 | 1 | -4/+3 |
| * | Merge with 4.0 for 4.1 release | monty@mysql.com | 2004-10-06 | 1 | -0/+4 |
* | | Strict mode & better warnings | monty@mishka.local | 2004-09-28 | 1 | -3/+6 |
* | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | Portability fixes | monty@mysql.com | 2004-08-26 | 1 | -1/+1 |
| * | after merge fixes | serg@serg.mylan | 2004-08-19 | 1 | -5/+5 |
| * | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -1/+3 |
* | | Microsoft VC++ won't compile class C { static const int I=1; }. | konstantin@mysql.com | 2004-08-28 | 1 | -1/+1 |
* | | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 1 | -52/+6 |
* | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -11/+13 |
|\ \ | |/ |