Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New handler::index_flags() definition to make it easy to check the full used ... | monty@mysql.com | 2004-07-08 | 1 | -2/+2 |
* | Merge with 4.0 to get the latest bug patches to 4.1 | monty@mysql.com | 2004-06-25 | 1 | -0/+80 |
|\ | |||||
| * | bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysq... | ingo@mysql.com | 2004-06-24 | 1 | -0/+80 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | konstantin@mysql.com | 2004-06-24 | 1 | -41/+44 |
|\ \ | |||||
| * | | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 1 | -41/+44 |
* | | | merged | serg@serg.mylan | 2004-06-23 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -4/+3 |
* | | | Field_geom should have same max_length as Field_blob | monty@mysql.com | 2004-06-21 | 1 | -2/+5 |
* | | | merge | monty@mysql.com | 2004-06-21 | 1 | -0/+30 |
|\ \ \ | |||||
| * | | | After merge fixes | monty@mysql.com | 2004-06-21 | 1 | -3/+14 |
| * | | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 1 | -0/+19 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge with 3.23 to get latest bug fixes | monty@mysql.com | 2004-06-10 | 1 | -0/+18 |
| | |\ \ | |||||
| | | * | | Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect results | gluh@gluh.mysql.r18.ru | 2004-06-07 | 1 | -0/+18 |
* | | | | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -282/+403 |
* | | | | | after review fix (BUG#4067) | bell@sanja.is.com.ua | 2004-06-17 | 1 | -0/+27 |
|/ / / / | |||||
* | | | | after merge fix | serg@serg.mylan | 2004-06-11 | 1 | -3/+2 |
| |_|/ |/| | | |||||
* | | | Support for character set conversion in binary protocol: another go | konstantin@mysql.com | 2004-05-25 | 1 | -24/+5 |
* | | | A fix (Bug #3728: Missing warning in 4.1). | ram@gw.mysql.r18.ru | 2004-05-18 | 1 | -0/+5 |
* | | | key_cmp -> key_cmp_if_same | monty@mishka.local | 2004-05-16 | 1 | -4/+5 |
* | | | out-of-bound array access fixed | serg@serg.mylan | 2004-05-11 | 1 | -2/+4 |
* | | | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixed http address in some scripts (Bug #3460) | monty@mysql.com | 2004-04-28 | 1 | -1/+1 |
* | | | Fixed problems noticed with last build | monty@mysql.com | 2004-04-09 | 1 | -2/+8 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-04-08 | 1 | -49/+49 |
|\ \ \ | |||||
| * | | | Cleanup/optimizations of structures and key usage to make it easier to move k... | monty@mysql.com | 2004-04-08 | 1 | -49/+49 |
* | | | | merged | serg@serg.mylan | 2004-04-07 | 1 | -8/+7 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | post-review fixes | serg@serg.mylan | 2004-04-07 | 1 | -4/+3 |
| * | | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_... | serg@serg.mylan | 2004-04-06 | 1 | -8/+8 |
* | | | | Portability fixes | monty@mysql.com | 2004-04-07 | 1 | -11/+0 |
* | | | | Fixed charsetnr sent to the client | bar@bar.intranet.mysql.r18.ru | 2004-04-06 | 1 | -0/+12 |
|/ / / | |||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-04-05 | 1 | -9/+2 |
|\ \ \ | |||||
| * | | | Fixed many compiler warnings | monty@mysql.com | 2004-04-05 | 1 | -9/+2 |
* | | | | WL#1266 "Separate auto-set logic from TIMESTAMP type." | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -8/+69 |
|/ / / | |||||
* | | | Fix to get correct metadata when using temporary tables to create result. (Bu... | monty@mysql.com | 2004-03-30 | 1 | -7/+10 |
* | | | 1. New data types, from the user point of view: | bar@bar.intranet.mysql.r18.ru | 2004-03-26 | 1 | -1/+2 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-25 | 1 | -5/+8 |
|\ \ \ | |||||
| * | | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 1 | -5/+8 |
* | | | | merge | bell@sanja.is.com.ua | 2004-03-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | DBUG_ASSERT(fixed == 1); added to val* | bell@sanja.is.com.ua | 2004-03-18 | 1 | -1/+1 |
* | | | | merge fixes (use old code) | monty@mysql.com | 2004-03-18 | 1 | -20/+16 |
|\ \ \ \ | |||||
| * | | | | after merge fixes | monty@mysql.com | 2004-03-18 | 1 | -20/+16 |
| |/ / / | |||||
* | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-03-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Fix for #233 (the second one) | hf@deer.(none) | 2004-03-16 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | warnings removed | serg@serg.mylan | 2004-03-16 | 1 | -5/+5 |
|/ / / | |||||
* | | | Spatial code changed to get rid of inconsistent this->* operation | hf@deer.(none) | 2004-03-12 | 1 | -7/+11 |
* | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-03-06 | 1 | -36/+84 |
|\ \ \ | |||||
| * | | | - added commands --query_vertical and --query_horisontal to client/mysqltest.cc | vva@eagle.mysql.r18.ru | 2004-03-06 | 1 | -2/+16 |
| * | | | Fixed bug #2082 'mysqldump converts "inf" to NULL' and | vva@eagle.mysql.r18.ru | 2004-03-04 | 1 | -40/+74 |
* | | | | Optimized GIS functions | monty@mashka.mysql.fi | 2004-03-04 | 1 | -24/+46 |
|/ / / | |||||
* | | | Changed wellformedlen to well_formed_len | monty@mysql.com | 2004-02-17 | 1 | -9/+13 |