Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -3/+3 |
* | After merge fixes | monty@mysql.com | 2005-01-04 | 1 | -1/+1 |
* | Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEY | monty@mysql.com | 2005-01-03 | 1 | -12/+12 |
|\ | |||||
| * | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag | monty@mysql.com | 2004-12-31 | 1 | -2/+5 |
* | | post-merge fix | bell@sanja.is.com.ua | 2004-11-25 | 1 | -3/+2 |
* | | merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -3/+7 |
|\ \ | |||||
| * | | post merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -2/+5 |
| * | | merge | bell@sanja.is.com.ua | 2004-11-11 | 1 | -1/+2 |
| |\ \ | |||||
| | * \ | merge | bell@sanja.is.com.ua | 2004-10-05 | 1 | -1/+2 |
| | |\ \ | |||||
| | | * | | fixed merged view fields names (BUG#5147) | bell@sanja.is.com.ua | 2004-09-14 | 1 | -1/+2 |
* | | | | | now my_printf_error is not better then my_error, but my_error call is shorter | bell@sanja.is.com.ua | 2004-11-13 | 1 | -6/+3 |
* | | | | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -16/+19 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | post-review fixes | bell@sanja.is.com.ua | 2004-11-12 | 1 | -3/+6 |
| * | | | | merge | bell@sanja.is.com.ua | 2004-10-28 | 1 | -15/+50 |
| |\ \ \ \ | |||||
| * | | | | | errors without code removed | bell@sanja.is.com.ua | 2004-10-20 | 1 | -13/+13 |
| | |/ / / | |/| | | | |||||
* | | | | | new lock for multiupdate: | bell@sanja.is.com.ua | 2004-11-05 | 1 | -1/+1 |
* | | | | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -8/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Support for TIMESTAMP columns holding NULL values. Unlike all other | dlenev@brandersnatch.localdomain | 2004-10-01 | 1 | -1/+1 |
| * | | | Merging | hf@deer.(none) | 2004-09-14 | 1 | -7/+6 |
| |\ \ \ | |||||
| | * | | | Code cleanup | hf@deer.(none) | 2004-09-07 | 1 | -4/+4 |
| | * | | | A set of mysql_home_path-related fixes | hf@deer.(none) | 2004-09-07 | 1 | -7/+6 |
| * | | | | Modified bulk load to allow ndbcluster to flush transactions | mskold@mysql.com | 2004-09-08 | 1 | -0/+2 |
* | | | | | added support of view and CHECK OPTION of view to LOAD DATA (BUG#5996) | bell@sanja.is.com.ua | 2004-10-21 | 1 | -15/+50 |
| |_|/ / |/| | | | |||||
* | | | | Strict mode & better warnings | monty@mishka.local | 2004-09-28 | 1 | -3/+23 |
| |_|/ |/| | | |||||
* | | | Merge on pull | monty@mysql.com | 2004-09-09 | 1 | -14/+4 |
|\ \ \ | |||||
| * \ \ | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 1 | -14/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove extra '/' after mysql_real_data_home | monty@mysql.com | 2004-09-03 | 1 | -1/+1 |
| | |/ | |||||
| | * | Fix for bug #4815 (embedded server calculates wrong places for outfiles) | hf@deer.(none) | 2004-08-24 | 1 | -13/+3 |
* | | | fixed open_and_lock_tables result processing (all open_and_lock_tables revision) | bell@sanja.is.com.ua | 2004-08-31 | 1 | -3/+4 |
|/ / | |||||
* | | manual merge | serg@serg.mylan | 2004-07-20 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | manual merged (blame me!) | serg@serg.mylan | 2004-07-20 | 1 | -0/+5 |
| |\ | |||||
| | * | A fix for a long standing bug in LOAD DATA .. LOCAL ..' | Sinisa@sinisa.nasamreza.org | 2004-07-13 | 1 | -0/+3 |
* | | | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -2/+12 |
* | | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -1/+1 |
* | | | Merge 4.1 -> 5.0 | pem@mysql.com | 2004-05-07 | 1 | -10/+6 |
|\ \ \ | |/ / | |||||
| * | | Fixed crashing bug with alter table when table was in use (Bug #3643) | monty@mysql.com | 2004-05-05 | 1 | -3/+3 |
| * | | post-review fixes | serg@serg.mylan | 2004-04-07 | 1 | -5/+1 |
| * | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_... | serg@serg.mylan | 2004-04-06 | 1 | -2/+2 |
* | | | Merge 4.1 -> 5.0. | pem@mysql.com | 2004-04-07 | 1 | -31/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-04-02 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | cleanup of ha_myisam::deactivate_non_unique_index() and Co. | serg@serg.mylan | 2004-04-02 | 1 | -1/+0 |
| * | | | WL#1266 "Separate auto-set logic from TIMESTAMP type." | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -3/+2 |
| |/ / | |||||
| * | | after review changes | bell@sanja.is.com.ua | 2004-03-20 | 1 | -1/+1 |
| * | | DBUG_ASSERT(fixed == 1); added to val* | bell@sanja.is.com.ua | 2004-03-18 | 1 | -1/+1 |
| * | | merge with 4.0 to get security fixes and latest bug fixes | monty@mashka.mysql.fi | 2004-02-20 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Added comment | monty@mysql.com | 2004-02-16 | 1 | -1/+5 |
| * | | merge | bell@sanja.is.com.ua | 2004-02-17 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow... | bell@sanja.is.com.ua | 2004-02-17 | 1 | -1/+1 |
| * | | | Merge with 4.0 to get fix for mysqlbinlog | monty@mysql.com | 2004-02-16 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| |