Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -5/+5 |
|\ | |||||
| * | Fixed parsing of column names and foreign key constraints in Innobase to hand... | monty@mysql.com | 2004-01-30 | 1 | -1/+3 |
| * | Some small portability fixes. | monty@mysql.com | 2003-12-30 | 1 | -5/+5 |
* | | Added --compact to mysqlbinlog | monty@mysql.com | 2004-02-09 | 1 | -4/+0 |
* | | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ... | monty@mysql.com | 2004-02-05 | 1 | -13/+17 |
* | | more clear (grammar mistake) | konstantin@mysql.com | 2004-01-19 | 1 | -2/+2 |
* | | More comments to THD::lock and THD::locked_tables commented | konstantin@oak.local | 2004-01-19 | 1 | -0/+13 |
* | | short patch for bug #2184 'Prepared statements in embedded library was | konstantin@oak.local | 2003-12-23 | 1 | -2/+1 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | konstantin@mysql.com | 2003-12-21 | 1 | -1/+10 |
|\ \ | |||||
| * | | THD::init_for_queries() pushed back: | konstantin@oak.local | 2003-12-21 | 1 | -1/+10 |
* | | | Portability fixes found during 5.0 test compilation | monty@mysql.com | 2003-12-21 | 1 | -2/+5 |
|/ / | |||||
* | | Prepared_statement deployed instead of PREP_STMT. | konstantin@oak.local | 2003-12-20 | 1 | -41/+167 |
* | | THD::lex now points to THD::main_lex like in 5.0 | konstantin@oak.local | 2003-12-19 | 1 | -1/+2 |
* | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -4/+9 |
|\ \ | |/ | |||||
| * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-12-16 | 1 | -0/+9 |
| |\ | |||||
| | * | Fix for BUG#2083 | guilhem@mysql.com | 2003-12-16 | 1 | -0/+9 |
| * | | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) | monty@mysql.com | 2003-12-14 | 1 | -1/+1 |
| * | | sql_delete.cc, sql_update.cc, sql_class.h: | igor@rurik.mysql.com | 2003-12-12 | 1 | -3/+1 |
| * | | Many files: | igor@rurik.mysql.com | 2003-12-11 | 1 | -0/+3 |
| |/ | |||||
| * | - Fix for BUG#1858 "SQL-Thread stops working when using optimize table": | guilhem@mysql.com | 2003-12-04 | 1 | -2/+7 |
* | | unused variable max_prep_stmt_count removed | konstantin@oak.local | 2003-12-05 | 1 | -1/+0 |
* | | comment to user-level lock added | konstantin@oak.local | 2003-12-04 | 1 | -0/+5 |
* | | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -1/+7 |
* | | fix for bug #1946: | konstantin@oak.local | 2003-11-25 | 1 | -1/+0 |
* | | Fixed UNION fields type/length detecting | bell@sanja.is.com.ua | 2003-11-23 | 1 | -0/+1 |
* | | do not log certain commans in the slow log | serg@serg.mylan | 2003-11-14 | 1 | -6/+7 |
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -1/+10 |
|\ \ | |/ | |||||
| * | comments about designation of thd->where and | konstantin@mysql.com | 2003-10-30 | 1 | -1/+10 |
* | | Merge | monty@narttu.mysql.fi | 2003-11-03 | 1 | -1/+5 |
|\ \ | |||||
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -1/+5 |
* | | | old_total_warn_count is not used | konstantin@oak.local | 2003-10-31 | 1 | -1/+1 |
|/ / | |||||
* | | Merge commit | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | Scrum task 835 - text-to-datetime conversion function | gluh@gluh.mysql.r18.ru | 2003-10-20 | 1 | -0/+1 |
* | | | merge with 4.0 | monty@mashka.mysql.fi | 2003-10-16 | 1 | -2/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECT | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+2 |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | bug #1434 (and related issues) | serg@serg.mylan | 2003-10-06 | 1 | -2/+2 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+11 |
|\ \ \ \ | |||||
| * \ \ \ | merge with 4.0 for more memory allocation variables. | monty@mashka.mysql.fi | 2003-10-13 | 1 | -1/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Add new user variables for tuning memory usage: | monty@mashka.mysql.fi | 2003-10-11 | 1 | -0/+5 |
| | |/ / | |||||
| * | | | Add warnings for single line inserts. To do this I had to convert count_cuted... | monty@mashka.mysql.fi | 2003-10-11 | 1 | -1/+5 |
* | | | | Many files: | heikki@hundin.mysql.fi | 2003-10-13 | 1 | -0/+1 |
|/ / / | |||||
* | | | Fixed bug in error handling of CREATE ... SELECT | monty@narttu.mysql.fi | 2003-10-08 | 1 | -4/+1 |
* | | | Merge with 4.0.16 | monty@narttu.mysql.fi | 2003-10-07 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Optimized code for setting user variables with := and fixed some bugs in old ... | monty@mishka.mysql.fi | 2003-10-03 | 1 | -0/+5 |
* | | | Merge | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -12/+23 |
|\ \ \ | |||||
| * | | | Fix for #1487 | hf@deer.(none) | 2003-10-06 | 1 | -0/+2 |
| * | | | SCRUM: | hf@deer.(none) | 2003-09-17 | 1 | -0/+5 |
| * | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2003-09-16 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | SCRUM | hf@deer.(none) | 2003-09-16 | 1 | -0/+3 |