Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-09-02 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | After merge fixes | monty@mysql.com | 2004-09-02 | 1 | -1/+1 | |
| * | | | A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME | konstantin@mysql.com | 2004-09-02 | 1 | -0/+74 | |
| |/ / | ||||||
| * | | Make client_test pass on 64-bit HP-UX11: long is 64 bit, | konstantin@mysql.com | 2004-09-01 | 1 | -33/+33 | |
| |/ | ||||||
| * | A short fix and test case for Bug#5126 | konstantin@mysql.com | 2004-08-26 | 1 | -0/+48 | |
| * | after merge | serg@serg.mylan | 2004-08-26 | 1 | -1/+1 | |
| * | Cleanup in libmysql. | konstantin@mysql.com | 2004-08-05 | 1 | -0/+6 | |
* | | Print value of Item_param if it has a value (when debugging) | monty@mysql.com | 2004-09-04 | 1 | -0/+2 | |
* | | Merge with pulled code | monty@mysql.com | 2004-09-03 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Cleanup of new code pushed into 5.0 since last pull | monty@mysql.com | 2004-09-03 | 1 | -2/+3 | |
* | | | Compilation failure fix. | konstantin@mysql.com | 2004-08-03 | 1 | -6/+5 | |
* | | | client_test.cc -> client_test.c | konstantin@mysql.com | 2004-08-03 | 2 | -89/+68 | |
* | | | Followup3: operator new and operator delete are defined in mysys. | konstantin@mysql.com | 2004-08-03 | 2 | -15/+4 | |
* | | | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 2 | -5/+296 | |
|/ / | ||||||
* | | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -2/+361 | |
* | | Merge | monty@mysql.com | 2004-07-15 | 2 | -3562/+3737 | |
|\ \ | ||||||
| * \ | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 2 | -3564/+3739 | |
| |\ \ | | |/ | ||||||
| | * | Type of MYSQL_BIND::buffer changed to void * | konstantin@mysql.com | 2004-06-25 | 1 | -168/+168 | |
| | * | - fixed test_frm_bug test to work with increased number of columns in | konstantin@mysql.com | 2004-06-24 | 1 | -2/+2 | |
| | * | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 1 | -0/+76 | |
| | * | Fixes to make client_test run on 64 bit Sun: a bug in libmysql and | konstantin@mysql.com | 2004-06-22 | 1 | -21/+44 | |
| | * | - automatic dependency tracking for client_test enabled | konstantin@mysql.com | 2004-06-22 | 1 | -1/+0 | |
| | * | Fix for bug#4236 "Server crash on attempt to execute non-prepared | konstantin@mysql.com | 2004-06-22 | 1 | -0/+30 | |
| | * | Compilation error on AIX (IBM C Compiler Version 6) fixed. | konstantin@mysql.com | 2004-06-16 | 1 | -1/+1 | |
| | * | Fix for Bug#4079 "error checking in prepared statements": | konstantin@mysql.com | 2004-06-11 | 1 | -0/+44 | |
| | * | Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types | konstantin@mysql.com | 2004-06-09 | 1 | -0/+68 | |
| | * | mysql_stmt_field_count() | konstantin@mysql.com | 2004-06-06 | 1 | -0/+1 | |
| | * | Few more cleanups in client_test: | konstantin@mysql.com | 2004-06-05 | 1 | -264/+13 | |
| | * | The comment is not true any more. | konstantin@mysql.com | 2004-06-05 | 1 | -6/+0 | |
| | * | HAVE_DEPRECATED_411_API macro removed. | konstantin@mysql.com | 2004-06-04 | 1 | -3275/+3382 | |
| | * | Fix for Bug#3796 "Prepared statement, select concat(<parameter>,<column>), wr... | konstantin@mysql.com | 2004-05-31 | 1 | -3/+87 | |
* | | | don't use atoll | serg@serg.mylan | 2004-07-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merging 4.1 to 5.0. | pem@mysql.com | 2004-05-26 | 1 | -15/+302 | |
|\ \ | |/ | ||||||
| * | Support for character set conversion in binary protocol: another go | konstantin@mysql.com | 2004-05-25 | 1 | -7/+202 | |
| * | assigning max_length parameter for Item_param (Bug #3811) | bell@sanja.is.com.ua | 2004-05-20 | 1 | -1/+43 | |
| * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-05-19 | 1 | -9/+11 | |
| |\ | ||||||
| | * | Portability fixes | monty@mysql.com | 2004-05-19 | 1 | -9/+11 | |
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-05-17 | 1 | -0/+3 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Fixes for #3371, #3372, #3374, #3375, #3376 | hf@deer.(none) | 2004-05-15 | 1 | -0/+3 | |
| * | | Better fix for bug #3749 (bug in deleting automatic generated foreign keys) | monty@mysql.com | 2004-05-15 | 1 | -3/+2 | |
| |/ | ||||||
| * | treat parameter as constant in ORDER BY check of fields in SELECT list(Bug #3... | bell@sanja.is.com.ua | 2004-05-10 | 1 | -1/+47 | |
* | | Post-merge fixes. | pem@mysql.comhem.se | 2004-05-14 | 1 | -1/+1 | |
* | | Merge 4.1 -> 5.0 | pem@mysql.com | 2004-05-07 | 1 | -512/+1457 | |
|\ \ | |/ | ||||||
| * | mysql_stmt_reset now expects ok/error packet from server. | konstantin@mysql.com | 2004-05-06 | 1 | -1/+4 | |
| * | Few cleanups to client_test.c | konstantin@mysql.com | 2004-05-06 | 1 | -9/+5 | |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-05-05 | 1 | -5/+28 | |
| |\ | ||||||
| | * | Fix to handle unsigned data in prepared statements (Bug #3447) | monty@mysql.com | 2004-05-04 | 1 | -5/+28 | |
| * | | After merge fix. | dlenev@brandersnatch.localdomain | 2004-05-04 | 1 | -21/+16 | |
| * | | Manual merge of bugfix for Bug #1664. | dlenev@brandersnatch.localdomain | 2004-05-04 | 1 | -0/+148 | |
| |\ \ | ||||||
| | * | | Fix for remaining issues described in Bug #1664 | dlenev@brandersnatch.localdomain | 2004-05-04 | 1 | -0/+147 |