Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 4.1 to 5.0. | pem@mysql.com | 2003-12-19 | 1 | -2/+5 |
|\ | |||||
| * | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -2/+5 |
| |\ | |||||
| | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-12-16 | 1 | -1/+5 |
| | |\ | |||||
| | | * | Fix for BUG#2083 | guilhem@mysql.com | 2003-12-16 | 1 | -1/+5 |
| | * | | cleanup: if there is return from if-part, we don't need else statement | konstantin@mysql.com | 2003-12-10 | 1 | -11/+8 |
| | |/ | |||||
| | * | - Fix for BUG#1858 "SQL-Thread stops working when using optimize table": | guilhem@mysql.com | 2003-12-04 | 1 | -1/+1 |
* | | | Fixed some minor issues, revealed by compiler warnings when using | jani@linux.local | 2003-12-17 | 1 | -3/+8 |
* | | | Merge 4.1 to 5.0 | pem@mysql.com | 2003-12-01 | 1 | -12/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -12/+12 |
* | | | Merging 4.1->5.0 | pem@mysql.com | 2003-10-22 | 1 | -43/+21 |
|\ \ \ | |/ / |/| | | |||||
| * | | Post-merge fixes. | pem@mysql.telia.com | 2003-09-24 | 1 | -1/+1 |
| * | | Merging 4.1 -> 5.0 | pem@mysql.com | 2003-09-24 | 1 | -41/+20 |
| |\ \ | |||||
| | * \ | Merge 4.1 into 5.0 | pem@mysql.com | 2003-08-26 | 1 | -41/+20 |
| | |\ \ | |||||
| | | * | | Merging 4.1 into 5.0 (second pass; post-merge fixes). | pem@mysql.telia.com | 2003-07-09 | 1 | -2/+0 |
| | | * | | Merge 4.1 into 5.0 (first pass). | pem@mysql.telia.com | 2003-07-08 | 1 | -39/+20 |
| | | |\ \ | |||||
| | | | * | | made lex a pointer in THD | vva@eagle.mysql.r18.ru | 2003-05-05 | 1 | -4/+4 |
| | | | * | | Merging | hf@deer.mysql.r18.ru | 2003-04-08 | 1 | -8/+8 |
| | | | |\ \ | |||||
| | | | | * \ | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 | hf@genie.(none) | 2003-03-31 | 1 | -8/+8 |
| | | | | |\ \ | |||||
| | | | | | * | | SCRUM | hf@genie.(none) | 2003-03-31 | 1 | -8/+8 |
| | | | * | | | | Tiny optimisation for a (boolean || boolean) test, as SQL_LOG_BIN is set to 1... | guilhem@mysql.com | 2003-04-02 | 1 | -1/+1 |
| | | | * | | | | Deprecated the update log (Sprint task #792). Now --log-update | guilhem@mysql.com | 2003-04-02 | 1 | -28/+8 |
| | | | |/ / / | |||||
* | | | | | | | merge with 4.0 | monty@mashka.mysql.fi | 2003-10-16 | 1 | -2/+11 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECT | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+1 |
| * | | | | | | bug #1434 (and related issues) | serg@serg.mylan | 2003-10-06 | 1 | -2/+12 |
* | | | | | | | Add warnings for single line inserts. To do this I had to convert count_cuted... | monty@mashka.mysql.fi | 2003-10-11 | 1 | -7/+12 |
* | | | | | | | Fixed bug in error handling of CREATE ... SELECT | monty@narttu.mysql.fi | 2003-10-08 | 1 | -1/+10 |
* | | | | | | | Fixes after merge | monty@narttu.mysql.fi | 2003-10-08 | 1 | -5/+8 |
* | | | | | | | Move init_compiled_charsets to own file | monty@mishka.mysql.fi | 2003-10-06 | 1 | -4/+6 |
* | | | | | | | Merge | hf@deer.(none) | 2003-09-26 | 1 | -2/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | SCRUM: | hf@deer.(none) | 2003-09-26 | 1 | -2/+7 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Remove 'extern' references from .cc files | monty@mashka.mysql.fi | 2003-09-13 | 1 | -2/+0 |
|/ / / / / / | |||||
* | | | | | | merge | monty@narttu.mysql.fi | 2003-09-03 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -0/+6 |
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | | | |||||
| | * | | | | 2 minor edits, plus | guilhem@mysql.com | 2003-08-22 | 1 | -0/+4 |
| | * | | | | Safety and speedup fixes: | monty@mashka.mysql.fi | 2003-07-14 | 1 | -4/+4 |
| | * | | | | Fix for BUG#791: | guilhem@mysql.com | 2003-07-11 | 1 | -4/+4 |
* | | | | | | bug #1078. two innodb+delayed crashes | serg@serg.mylan | 2003-08-22 | 1 | -0/+4 |
* | | | | | | changed for AUTO_VALUE_ON_ZERO | vva@eagle.mysql.r18.ru | 2003-07-28 | 1 | -1/+0 |
* | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2003-07-22 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump) | vva@eagle.mysql.r18.ru | 2003-07-22 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | undo one row warning instead use sql_warnings=1 | venu@hundin.mysql.fi | 2003-07-21 | 1 | -3/+1 |
* | | | | | | Enable warnings by default for single value list inserts also when the client... | venu@myvenu.com | 2003-07-21 | 1 | -1/+3 |
| |/ / / / |/| | | | | |||||
* | | | | | Fix for the bug #841: wrong number of warnings | ram@mysql.r18.ru | 2003-07-14 | 1 | -10/+9 |
|/ / / / | |||||
* | | | | LAST_INSERT_ID()}will now return 0 if the last INSERT didn't insert any rows. | monty@narttu.mysql.fi | 2003-06-15 | 1 | -2/+13 |
* | | | | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -3/+21 |
|\ \ \ \ | |||||
| * \ \ \ | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -3/+21 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix for bug #490 and #491 (see details below) | guilhem@mysql.com | 2003-05-24 | 1 | -3/+21 |
* | | | | | Windows build fixups with the latest source | venu@myvenu.com | 2003-06-03 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | ixed wrong unlock of tables (new bug) | monty@mashka.mysql.fi | 2003-05-26 | 1 | -8/+4 |
* | | | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2003-05-26 | 1 | -13/+20 |