Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | bell@sanja.is.com.ua | 2004-07-23 | 1 | -1/+19 |
|\ | |||||
| * | fixed using VIEW fields (BUG#4617) | bell@sanja.is.com.ua | 2004-07-23 | 1 | -1/+19 |
* | | Merge | bell@sanja.is.com.ua | 2004-07-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fixed SP variables detecting (BUG#4604) | bell@sanja.is.com.ua | 2004-07-22 | 1 | -1/+1 |
* | | privent crash on temporary table during indexes lookup (BUG#4677) | bell@sanja.is.com.ua | 2004-07-22 | 1 | -2/+3 |
|/ | |||||
* | fix lock_multi | bell@sanja.is.com.ua | 2004-07-22 | 1 | -1/+2 |
* | error message interception (Bug#4598) | bell@sanja.is.com.ua | 2004-07-21 | 1 | -2/+9 |
* | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -121/+489 |
* | After merge fixes | monty@mysql.com | 2004-07-15 | 1 | -3/+3 |
* | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -2/+19 |
|\ | |||||
| * | Merge with 4.0 to get the latest bug patches to 4.1 | monty@mysql.com | 2004-06-25 | 1 | -0/+5 |
| |\ | |||||
| | * | bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock. | ingo@mysql.com | 2004-06-24 | 1 | -0/+5 |
| | * | backport wild_compare fix from 4.1 - bug#3924 | serg@serg.mylan | 2004-05-29 | 1 | -1/+1 |
| * | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -0/+1 |
| * | | EXISTS(SELECT * ...) | bell@sanja.is.com.ua | 2004-06-10 | 1 | -2/+13 |
| * | | bug#3681 - order by, distinct, refer to aliased field by name | serg@serg.mylan | 2004-05-17 | 1 | -1/+3 |
| * | | check of item name presence in find_item_in_list (Bug #3752) | bell@sanja.is.com.ua | 2004-05-14 | 1 | -1/+8 |
| * | | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -1/+7 |
| |\ \ | | |/ | |||||
| | * | don't rely on readdir() returning . and .. first | serg@serg.mylan | 2004-05-04 | 1 | -1/+7 |
| * | | Fixed crashing bug with alter table when table was in use (Bug #3643) | monty@mysql.com | 2004-05-05 | 1 | -2/+3 |
| * | | Added NDB storage engine | magnus@neptunus.(none) | 2004-04-15 | 1 | -2/+19 |
| * | | merged | serg@serg.mylan | 2004-04-07 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | merged | serg@serg.mylan | 2004-04-07 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_... | serg@serg.mylan | 2004-04-06 | 1 | -1/+1 |
| * | | | | Hand-resolved auto merge | ingo@mysql.com | 2004-04-07 | 1 | -39/+0 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Worklog#1563 - Support of on-line CREATE/DROP INDEX. | ingo@mysql.com | 2004-03-30 | 1 | -39/+0 |
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-04-07 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fixed warnings from valgrind (not a bug) | monty@mysql.com | 2004-04-06 | 1 | -1/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | after review changes | bell@sanja.is.com.ua | 2004-04-07 | 1 | -4/+4 |
| * | | | | removed old way to prevent using stack tables for caching Items in PS | bell@sanja.is.com.ua | 2004-04-04 | 1 | -1/+7 |
| * | | | | for Item_param we have to have value set instead of fave item fixed (BUG#3353) | bell@sanja.is.com.ua | 2004-04-03 | 1 | -0/+3 |
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-04-03 | 1 | -17/+27 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | fixed brocken of client_test | bell@sanja.is.com.ua | 2004-04-03 | 1 | -17/+27 |
| * | | | | WL#1266 "Separate auto-set logic from TIMESTAMP type." | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -0/+2 |
| |/ / / | |||||
| * | | | fix for table/field caching mechanism | bell@sanja.is.com.ua | 2004-04-01 | 1 | -9/+37 |
| * | | | More after-merge fixes for patch fixing bug #2050 | dlenev@brandersnatch.localdomain | 2004-04-01 | 1 | -2/+6 |
| * | | | Merge of fix for bug #2050 and bug #3307 | dlenev@brandersnatch.localdomain | 2004-03-31 | 1 | -25/+59 |
| |\ \ \ | |||||
| | * | | | Fix for Bug #3307 "FLUSH TABLES sometimes breaks prepared statement | dlenev@brandersnatch.localdomain | 2004-03-31 | 1 | -12/+35 |
| | * | | | "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1". | dlenev@brandersnatch.localdomain | 2004-03-28 | 1 | -21/+32 |
| * | | | | simple optimzation | monty@mysql.com | 2004-03-31 | 1 | -6/+6 |
| * | | | | resolving conflicts | ram@gw.mysql.r18.ru | 2004-03-30 | 1 | -26/+35 |
| |\ \ \ \ | |||||
| | * | | | | An improvement of | ram@gw.mysql.r18.ru | 2004-03-30 | 1 | -6/+10 |
| | * | | | | Fix for the bug #2976: NATURAL JOIN produces duplicate columns. | ram@gw.mysql.r18.ru | 2004-03-19 | 1 | -28/+33 |
| | | |/ / | | |/| | | |||||
| * | | | | Disable INSERT DELAYED for embedded library | monty@mysql.com | 2004-03-29 | 1 | -0/+2 |
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2004-03-26 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | typo in comment fixed | bell@sanja.is.com.ua | 2004-03-26 | 1 | -1/+1 |
| * | | | | | Merge with 4.0 | monty@mysql.com | 2004-03-25 | 1 | -2/+3 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS, | guilhem@mysql.com | 2004-03-20 | 1 | -2/+3 |
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-25 | 1 | -3/+3 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Cleanups & safety fixes | monty@mysql.com | 2004-03-25 | 1 | -3/+3 |
| | | |_|/ | | |/| | |