Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | merge | monty@mashka.mysql.fi | 2003-05-22 | 1 | -12/+17 |
|\ \ | |||||
| * | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -4/+6 |
| * | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -8/+11 |
| |\ \ | | |/ | |||||
| | * | Fix for UNION and LEFT JOIN (Bug #386) | monty@narttu.mysql.fi | 2003-05-13 | 1 | -5/+5 |
| | * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152) | monty@mashka.mysql.fi | 2003-04-27 | 1 | -1/+1 |
| | * | Fix for -fbranch-probabilites (bug 268) | monty@mashka.mysql.fi | 2003-04-26 | 1 | -1/+4 |
| | * | fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130) | bell@laptop.sanja.is.com.ua | 2003-04-26 | 1 | -1/+1 |
* | | | Resolve merge colflict | venu@myvenu.com | 2003-05-21 | 1 | -8/+20 |
|\ \ \ | |/ / | |||||
| * | | INSERT ... UPDATE ... VALUES() | serg@serg.mylan | 2003-05-03 | 1 | -8/+20 |
* | | | Support of warnings for all DML statements (Insert, Update and Alter) | venu@myvenu.com | 2003-04-30 | 1 | -0/+1 |
|/ / | |||||
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 1 | -18/+37 |
|\ \ | |/ | |||||
| * | Write binlog before commit when doing INSERT ... SELECT | monty@mashka.mysql.fi | 2003-03-16 | 1 | -6/+8 |
| * | Proper fix for INSERT DELAYED and --max-delayed-threads | monty@mashka.mysql.fi | 2003-03-12 | 1 | -3/+2 |
| * | Made it possible to use --max-delayed-threads=0 in order to disable | jani@rhols221.adsl.netsonic.fi | 2003-03-09 | 1 | -1/+2 |
| * | remove spaces according to coding rules | guilhem@mysql.com | 2003-03-06 | 1 | -2/+2 |
| * | Fix so that INSERT DELAYED cares about SQL_LOG_BIN=0 (bug #104) | guilhem@mysql.com | 2003-03-06 | 1 | -11/+28 |
* | | Merge with 3.23 -> 4.0 | monty@narttu.mysql.fi | 2003-02-28 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Added detection if pthread_attr_getstacksize() exists | monty@narttu.mysql.fi | 2003-02-27 | 1 | -0/+1 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -1/+1 |
* | | after-review changes (577 SCRUM) | bell@sanja.is.com.ua | 2003-02-02 | 1 | -2/+2 |