Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -0/+1 |
* | merge with 4.1 | monty@mysql.com | 2004-10-29 | 2 | -19/+107 |
|\ | |||||
| * | A fix and test case for Bug#6096 "field.max_length is always zero for | konstantin@mysql.com | 2004-10-27 | 1 | -3/+0 |
| * | Added missing initialier | monty@mysql.com | 2004-10-26 | 1 | -2/+2 |
| * | A lot of fixes for prepared statements (PS): | monty@mysql.com | 2004-10-26 | 2 | -1/+7 |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | konstantin@mysql.com | 2004-10-20 | 1 | -0/+72 |
| |\ | |||||
| | * | A fix and test case for Bug#6049 "Loss of sign when using prepared | konstantin@mysql.com | 2004-10-16 | 1 | -0/+72 |
| * | | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 1 | -1/+1 |
| |/ | |||||
| * | A fix and test case for Bug#5315 "mysql_change_user() doesn't free | konstantin@mysql.com | 2004-09-22 | 1 | -14/+27 |
| * | Merge mysql.com:/home/wax/mysql/mysql-4.1 | wax@mysql.com | 2004-09-09 | 1 | -3/+2 |
| |\ | |||||
| | * | Merge mysql.com:/home/wax/mysql/mysql-4.1 | wax@mysql.com | 2004-08-19 | 1 | -3/+2 |
| | |\ | |||||
| | | * | Change information text in pipe and shared memory | wax@kishkin.ru | 2004-08-19 | 1 | -3/+2 |
| * | | | client.c: | paul@ice.snake.net | 2004-09-06 | 1 | -0/+1 |
* | | | | Strict mode & better warnings | monty@mishka.local | 2004-09-28 | 1 | -5/+64 |
* | | | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 2 | -7/+175 |
|\ \ \ \ | |/ / / | |||||
| * | | | A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME | konstantin@mysql.com | 2004-09-02 | 1 | -0/+10 |
| * | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-08-24 | 1 | -3/+2 |
| |\ \ \ | |||||
| | * | | | more accurate processing of find_type result | vva@eagle.mysql.r18.ru | 2004-08-24 | 1 | -3/+2 |
| * | | | | Fixed windows-specific warning about undeclared localtime_r() in my_time.c. | dlenev@brandersnatch.localdomain | 2004-08-24 | 1 | -0/+2 |
| * | | | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. | rburnett@build.mysql.com | 2004-08-23 | 1 | -10/+0 |
| * | | | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. | rburnett@build.mysql.com | 2004-08-21 | 1 | -0/+11 |
| |/ / / | |||||
| * | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 | hf@deer.(none) | 2004-08-19 | 1 | -3/+4 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fixes for bugs in embedded library: | hf@deer.(none) | 2004-07-22 | 1 | -3/+4 |
| * | | | after merge fixes | serg@serg.mylan | 2004-08-19 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | - removed several C++-style comments (//) - these confuse the IBM | lenz@mysql.com | 2004-08-03 | 1 | -5/+5 |
| * | | syntax fix: superfluous ';' which caused a problem with gcc 2.95 | guilhem@mysql.com | 2004-07-30 | 1 | -1/+1 |
| * | | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos... | guilhem@mysql.com | 2004-07-29 | 1 | -0/+155 |
| |/ | |||||
* | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 3 | -33/+653 |
|\ \ | |/ | |||||
| * | client.c, libmysql.c: | paul@kite-hub.kitebird.com | 2004-06-30 | 1 | -2/+2 |
| * | After merge fixes | monty@mysql.com | 2004-06-25 | 1 | -0/+4 |
| * | - fixed test_frm_bug test to work with increased number of columns in | konstantin@mysql.com | 2004-06-24 | 1 | -0/+561 |
| * | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 1 | -1/+1 |
| * | After merge fixes | monty@mysql.com | 2004-06-21 | 1 | -1/+2 |
| * | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 1 | -1/+0 |
| * | client.c: | bar@bar.intranet.mysql.r18.ru | 2004-06-07 | 1 | -26/+25 |
| * | Added authentication code that was missed in merge | monty@mysql.com | 2004-06-03 | 1 | -1/+57 |
| * | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ... | dlenev@brandersnatch.localdomain | 2004-05-27 | 1 | -1/+1 |
* | | Merge 4.1 -> 5.0. | pem@mysql.com | 2004-04-07 | 1 | -107/+124 |
|\ \ | |/ | |||||
| * | Fixed many compiler warnings | monty@mysql.com | 2004-04-05 | 1 | -1/+1 |
| * | Added LOCAL INFILE callback function support. | jcole@mugatu.jcole.us | 2004-03-22 | 1 | -1/+4 |
| * | Removed compiler warning | monty@mysql.com | 2004-03-18 | 1 | -0/+1 |
| * | Intermediate commit of client library (cleanups + fixes of 3 items from | konstantin@mysql.com | 2004-03-16 | 1 | -33/+65 |
| * | Rudimentary part of libmysql patch: | konstantin@oak.local | 2004-03-12 | 1 | -64/+42 |
| * | Rename: | konstantin@oak.local | 2004-03-10 | 1 | -1/+1 |
| * | New call mysql_stmt_init() introduced. | konstantin@mysql.com | 2004-03-05 | 1 | -1/+1 |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2004-02-22 | 1 | -6/+8 |
| |\ | |||||
| | * | After merge fixes | monty@mashka.mysql.fi | 2004-02-22 | 1 | -6/+8 |
| * | | Fix for #1429 (Segfault in mysql_stmt_close) | hf@deer.(none) | 2004-02-20 | 1 | -1/+1 |
| |/ | |||||
| * | Fix for #2212 (mysql_change_user doesn't work in embedded library) | hf@deer.(none) | 2004-02-14 | 1 | -1/+2 |
* | | Merge mysql.com:/home/pem/work/mysql-4.1 | pem@mysql.com | 2004-02-13 | 1 | -1/+2 |
|\ \ | |/ |