Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | New SQL variables "collation_server" and "collation_database" | bar@bar.mysql.r18.ru | 2003-09-15 | 1 | -2/+5 |
| |/ / / | |||||
| * | | | merge | monty@narttu.mysql.fi | 2003-09-03 | 1 | -5/+2 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -5/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Revert change of lower-case-table handling as this breaks how alias works. | monty@narttu.mysql.fi | 2003-08-29 | 1 | -2/+9 |
| | | * | Portability fixes | monty@narttu.mysql.fi | 2003-08-28 | 1 | -17/+3 |
| | | * | Clearer states in SHOW PROCESSLIST for replication threads. | guilhem@mysql.com | 2003-08-25 | 1 | -1/+1 |
| | | * | After merge fixes | Sinisa@sinisa.nasamreza.org | 2003-08-22 | 1 | -3/+1 |
| | | |\ | |||||
| | | | * | 2 minor edits, plus | guilhem@mysql.com | 2003-08-22 | 1 | -1/+1 |
| | | | * | Fix for BUG#1086. Now we don't preserve event's log_pos through | dlenev@mysql.com | 2003-08-20 | 1 | -1/+0 |
| | | | * | rewritten test using loop (BUG#930) | bell@sanja.is.com.ua | 2003-08-08 | 1 | -1/+0 |
| | | * | | Fuller implementation of lower case table names. | Sinisa@sinisa.nasamreza.org | 2003-07-23 | 1 | -3/+9 |
| | | |/ | |||||
| * | | | merge commit, hope that none of bar and dlenev changes were | kostja@oak.local | 2003-09-03 | 1 | -4/+5 |
| |\ \ \ | |||||
| | * | | | few compile-time bugs fixed | kostja@oak.local | 2003-07-18 | 1 | -1/+1 |
| | * | | | Style fixes, comments for 4.1.1 authorization | kostja@oak.local | 2003-07-18 | 1 | -7/+1 |
| | * | | | Merge oak.local:/home/kostja/mysql/mysql-4.1-root | kostja@oak.local | 2003-07-08 | 1 | -4/+11 |
| | |\ \ \ | |||||
| | | * | | | Preliminary support for options --secure-auth, | kostja@oak.local | 2003-07-08 | 1 | -0/+1 |
| | | * | | | First version of new authentification procedure: now authentification is one-... | kostja@oak.local | 2003-07-01 | 1 | -4/+10 |
| * | | | | | comment left after merge was moved to correct | kostja@oak.local | 2003-08-29 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-all_any-4.1 | bell@laptop.sanja.is.com.ua | 2003-08-23 | 1 | -23/+42 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | quick fix for found row counter | bell@laptop.sanja.is.com.ua | 2003-08-20 | 1 | -1/+1 |
| * | | | | After merge fixes | monty@mashka.mysql.fi | 2003-08-19 | 1 | -0/+5 |
| * | | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -22/+36 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i... | monty@narttu.mysql.fi | 2003-07-14 | 1 | -4/+8 |
| | * | | Safety and speedup fixes: | monty@mashka.mysql.fi | 2003-07-14 | 1 | -9/+5 |
| | * | | Member no_rotate in MYSQL_LOG was always 0, I delete it. | guilhem@mysql.com | 2003-07-12 | 1 | -2/+0 |
| | * | | removed 2 small useless if(). | guilhem@mysql.com | 2003-07-12 | 1 | -1/+0 |