Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - disabled the NDB Cluster from the embedded server | lenz@mysql.com | 2004-04-26 | 1 | -2/+2 |
* | Makefile.am: | tomas@mc05.(none) | 2004-04-18 | 1 | -2/+2 |
* | Add discover.cc to libmysqld Makefile | magnus@neptunus.(none) | 2004-04-16 | 1 | -1/+1 |
* | Portability fixes | monty@mysql.com | 2004-04-07 | 1 | -2/+2 |
* | Fixed many compiler warnings | monty@mysql.com | 2004-04-05 | 2 | -5/+4 |
* | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result; | konstantin@mysql.com | 2004-03-28 | 1 | -2/+7 |
* | Small fix to embedded library | hf@deer.(none) | 2004-03-27 | 1 | -0/+1 |
* | Removed compiler warning | monty@mysql.com | 2004-03-18 | 1 | -1/+1 |
* | Fix for #1325 | hf@deer.(none) | 2004-03-13 | 1 | -17/+0 |
* | Rename: | konstantin@oak.local | 2004-03-10 | 1 | -2/+2 |
* | Cleanup ha_checktype() and redundant variables. | acurtis@pcgem.rdg.cyberkinetica.com | 2004-03-02 | 1 | -1/+1 |
* | Changed wellformedlen to well_formed_len | monty@mysql.com | 2004-02-17 | 1 | -4/+5 |
* | Fix for #2212 (mysql_change_user doesn't work in embedded library) | hf@deer.(none) | 2004-02-14 | 1 | -1/+9 |
* | Fix for #2211 (field->def contains invalid values) | hf@deer.(none) | 2004-02-13 | 1 | -2/+2 |
* | Another fix for #2208 | hf@deer.(none) | 2004-02-13 | 1 | -6/+1 |
* | Fix for #1438 (mysql_info always returns 0) | hf@deer.(none) | 2004-02-12 | 1 | -0/+3 |
* | Fix for #2208 (multi-query returns wrong result in embedded library) | hf@deer.(none) | 2004-02-10 | 1 | -1/+19 |
* | Code cleanup: | ram@gw.mysql.r18.ru | 2004-02-03 | 1 | -1/+1 |
* | Fix for #2209 | hf@deer.(none) | 2004-01-27 | 1 | -0/+1 |
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-01-27 | 1 | -4/+4 |
|\ | |||||
| * | bugfix to #1224 | hf@deer.(none) | 2004-01-27 | 1 | -4/+4 |
* | | code cleanup (unnecessary line in libmysqld/Makefile.am) | hf@deer.(none) | 2004-01-27 | 1 | -1/+0 |
|/ | |||||
* | Fix for 1224 (USER() CURRENT_USER() functions in embedded library) | hf@deer.(none) | 2004-01-07 | 3 | -18/+30 |
* | SCRUM | hf@deer.(none) | 2004-01-07 | 1 | -8/+24 |
* | Merge | hf@deer.(none) | 2004-01-07 | 4 | -2/+502 |
|\ | |||||
| * | SCRUM | hf@deer.(none) | 2003-12-01 | 4 | -2/+502 |
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2003-12-24 | 1 | -22/+0 |
|\ \ | |||||
| * | | Fix for #2046 | hf@deer.(none) | 2003-12-10 | 1 | -22/+0 |
* | | | Prepared_statement deployed instead of PREP_STMT. | konstantin@oak.local | 2003-12-20 | 1 | -87/+0 |
* | | | THD::lex now points to THD::main_lex like in 5.0 | konstantin@oak.local | 2003-12-19 | 1 | -2/+2 |
* | | | Fix for #2126 (mysql_server_init call shouldn't be needed) | hf@deer.(none) | 2003-12-18 | 3 | -31/+6 |
|/ / | |||||
* | | Portability fixes for Windows | monty@mysql.com | 2003-12-08 | 1 | -11/+19 |
|/ | |||||
* | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -2/+2 |
|\ | |||||
| * | minor fix in rm | konstantin@mysql.com | 2003-10-31 | 1 | -2/+2 |
| * | Safety fix to detect multiple calls to my_thread_end() | monty@mashka.mysql.fi | 2003-10-16 | 1 | -5/+0 |
| * | - fixed yet another C++-style comment in a .c file that made the IBM | lenz@mysql.com | 2003-09-12 | 1 | -1/+1 |
| * | Portability fixes: | lenz@mysql.com | 2003-09-12 | 1 | -0/+2 |
* | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -1/+1 |
* | | Fix for Windows bug reported throuhg Miguel | hf@deer.(none) | 2003-10-21 | 1 | -5/+0 |
* | | - added missing link line that seemed to have gone lost during the last | lenz@kallisto.local | 2003-10-08 | 1 | -0/+2 |
* | | Fix for #1447 | hf@deer.(none) | 2003-10-06 | 1 | -0/+5 |
* | | Fix for #1488 | hf@deer.(none) | 2003-10-06 | 1 | -0/+3 |
* | | Fix for #1487 | hf@deer.(none) | 2003-10-06 | 1 | -1/+4 |
* | | Fix for #1470 | hf@deer.(none) | 2003-10-06 | 1 | -0/+2 |
* | | Fix for bugs #1437, #1446 | hf@deer.(none) | 2003-10-04 | 1 | -1/+11 |
* | | Fix for #1430 | hf@deer.(none) | 2003-10-01 | 1 | -2/+8 |
* | | fix for #1344 | hf@deer.(none) | 2003-09-29 | 1 | -2/+20 |
* | | bugfix for #1375 | hf@deer.(none) | 2003-09-29 | 1 | -0/+2 |
* | | SCRUM | hf@deer.(none) | 2003-09-29 | 2 | -12/+10 |
* | | Merge | hf@deer.(none) | 2003-09-26 | 3 | -89/+91 |
|\ \ |