Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug #9841 "Unexpected read lock when trying to update a view in | dlenev@brandersnatch.localdomain | 2005-05-05 | 1 | -14/+15 |
* | Fix for BUG#10107: Memory leak in view over subquery: | sergefp@mysql.com | 2005-04-23 | 1 | -2/+4 |
* | Fix for BUG#8490: In mysql_make_view for join algorithm views we need | sergefp@mysql.com | 2005-04-23 | 1 | -3/+11 |
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2005-04-03 | 1 | -6/+6 |
|\ | |||||
| * | postreview patch | bell@sanja.is.com.ua | 2005-04-02 | 1 | -4/+4 |
| * | fix of required privileges for altering view VIEW (DELETE->DROP) (BUG#9260) | bell@sanja.is.com.ua | 2005-04-02 | 1 | -3/+3 |
* | | - stackoverflow check added for view of view processing | bell@sanja.is.com.ua | 2005-04-03 | 1 | -4/+4 |
|/ | |||||
* | postmerge 4.1->5.0 fixes | bell@sanja.is.com.ua | 2005-04-01 | 1 | -1/+1 |
* | Fix for memory leak which was introduced by patch improving locking in SP. | dlenev@brandersnatch.localdomain | 2005-03-04 | 1 | -0/+1 |
* | Manual merge SP-locking improvements patch with current tree. | dlenev@mysql.com | 2005-03-04 | 1 | -42/+30 |
|\ | |||||
| * | Better approach for prelocking of tables for stored routines execution | dlenev@brandersnatch.localdomain | 2005-03-04 | 1 | -42/+30 |
* | | Merge | bell@sanja.is.com.ua | 2005-02-09 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | fixed QC invaluidation and processing with view (BUG#8050) (BUG#8054) | bell@sanja.is.com.ua | 2005-01-27 | 1 | -0/+3 |
* | | WL#2130: Table locking for stored FUNCTIONs | pem@mysql.comhem.se | 2005-02-08 | 1 | -18/+23 |
|/ | |||||
* | Fix accesses to uninitialized memory (found by valgrind) | monty@mysql.com | 2005-01-13 | 1 | -2/+3 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-01-06 | 1 | -21/+21 |
|\ | |||||
| * | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -21/+21 |
* | | fixed bugs in view code with prepared statemnts | bell@sanja.is.com.ua | 2005-01-04 | 1 | -12/+12 |
|/ | |||||
* | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -1/+0 |
* | After merge fixes | monty@mysql.com | 2004-12-06 | 1 | -2/+3 |
* | fixed redifinition of variable | bell@sanja.is.com.ua | 2004-11-26 | 1 | -1/+1 |
* | spelling fixed/comments added (postreview fixes) | bell@sanja.is.com.ua | 2004-11-25 | 1 | -1/+1 |
* | post-merge fix | bell@sanja.is.com.ua | 2004-11-25 | 1 | -6/+7 |
* | merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -32/+78 |
|\ | |||||
| * | merge | bell@sanja.is.com.ua | 2004-11-11 | 1 | -32/+79 |
| |\ | |||||
| | * | merge | bell@sanja.is.com.ua | 2004-10-07 | 1 | -25/+45 |
| | |\ | |||||
| | * \ | merge | bell@sanja.is.com.ua | 2004-10-05 | 1 | -28/+78 |
| | |\ \ | |||||
| | | * | | support of join view updateability (WL#1809) | bell@sanja.is.com.ua | 2004-09-15 | 1 | -21/+32 |
| | | * | | fixed merged view fields names (BUG#5147) | bell@sanja.is.com.ua | 2004-09-14 | 1 | -26/+65 |
* | | | | | merge | bell@sanja.is.com.ua | 2004-11-21 | 1 | -1/+28 |
|\ \ \ \ \ | |||||
| * | | | | | VIEW support for CHECK TABLE command (WL#1984) | bell@sanja.is.com.ua | 2004-10-28 | 1 | -1/+28 |
* | | | | | | changed field names, fields order according to WL description | gluh@gluh.mysql.r18.ru | 2004-11-20 | 1 | -1/+1 |
* | | | | | | fixing compiler warnings | bell@sanja.is.com.ua | 2004-11-17 | 1 | -2/+5 |
* | | | | | | marge | bell@sanja.is.com.ua | 2004-11-13 | 1 | -48/+35 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 | -34/+15 |
| * | | | | | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -41/+47 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | post-review fixes | bell@sanja.is.com.ua | 2004-11-12 | 1 | -13/+23 |
| | |/ / / / | |||||
| | * | | | | errors without code removed | bell@sanja.is.com.ua | 2004-10-20 | 1 | -28/+24 |
* | | | | | | WL#1629: SHOW with WHERE(partially) & | gluh@gluh.mysql.r18.ru | 2004-11-13 | 1 | -2/+3 |
|/ / / / / | |||||
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2004-11-09 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | After merge fixes | monty@mysql.com | 2004-11-09 | 1 | -4/+4 |
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-11-06 | 1 | -4/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fixes after merge with 4.1 | monty@mysql.com | 2004-11-03 | 1 | -4/+5 |
| |/ / / / | |||||
* | | | | | fixed detection of updating table on which we select (BUG#6032) | bell@sanja.is.com.ua | 2004-10-25 | 1 | -10/+30 |
|/ / / / | |||||
* | | | | allow merging views with subqueries in WHERE clause (BUG#5504) | bell@sanja.is.com.ua | 2004-10-07 | 1 | -2/+20 |
* | | | | test of DELETE privilege and cyclic reference added in case of altering view ... | bell@sanja.is.com.ua | 2004-10-07 | 1 | -5/+26 |
* | | | | sql_updatable_view_key replaced with updatable_views_with_limit | bell@sanja.is.com.ua | 2004-10-07 | 1 | -23/+19 |
| |_|/ |/| | | |||||
* | | | fixed & added comments (according to Igor's review and a bit more) | bell@sanja.is.com.ua | 2004-10-07 | 1 | -23/+45 |
|/ / | |||||
* | | merge | bell@sanja.is.com.ua | 2004-09-29 | 1 | -7/+18 |
|\ \ | |||||
| * | | post review changes: | bell@sanja.is.com.ua | 2004-09-29 | 1 | -3/+3 |