summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesmonty@mysql.com2004-12-061-2/+3
* fixed redifinition of variablebell@sanja.is.com.ua2004-11-261-1/+1
* spelling fixed/comments added (postreview fixes)bell@sanja.is.com.ua2004-11-251-1/+1
* post-merge fixbell@sanja.is.com.ua2004-11-251-6/+7
* mergebell@sanja.is.com.ua2004-11-211-32/+78
|\
| * mergebell@sanja.is.com.ua2004-11-111-32/+79
| |\
| | * mergebell@sanja.is.com.ua2004-10-071-25/+45
| | |\
| | * \ mergebell@sanja.is.com.ua2004-10-051-28/+78
| | |\ \
| | | * | support of join view updateability (WL#1809)bell@sanja.is.com.ua2004-09-151-21/+32
| | | * | fixed merged view fields names (BUG#5147)bell@sanja.is.com.ua2004-09-141-26/+65
* | | | | mergebell@sanja.is.com.ua2004-11-211-1/+28
|\ \ \ \ \
| * | | | | VIEW support for CHECK TABLE command (WL#1984)bell@sanja.is.com.ua2004-10-281-1/+28
* | | | | | changed field names, fields order according to WL descriptiongluh@gluh.mysql.r18.ru2004-11-201-1/+1
* | | | | | fixing compiler warningsbell@sanja.is.com.ua2004-11-171-2/+5
* | | | | | margebell@sanja.is.com.ua2004-11-131-48/+35
|\ \ \ \ \ \
| * | | | | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-34/+15
| * | | | | | mergebell@sanja.is.com.ua2004-11-121-41/+47
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | post-review fixesbell@sanja.is.com.ua2004-11-121-13/+23
| | |/ / / /
| | * | | | errors without code removedbell@sanja.is.com.ua2004-10-201-28/+24
* | | | | | WL#1629: SHOW with WHERE(partially) &gluh@gluh.mysql.r18.ru2004-11-131-2/+3
|/ / / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-11-091-4/+4
|\ \ \ \ \
| * | | | | After merge fixesmonty@mysql.com2004-11-091-4/+4
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-061-4/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixes after merge with 4.1monty@mysql.com2004-11-031-4/+5
| |/ / / /
* | | | | fixed detection of updating table on which we select (BUG#6032)bell@sanja.is.com.ua2004-10-251-10/+30
|/ / / /
* | | | allow merging views with subqueries in WHERE clause (BUG#5504)bell@sanja.is.com.ua2004-10-071-2/+20
* | | | test of DELETE privilege and cyclic reference added in case of altering view ...bell@sanja.is.com.ua2004-10-071-5/+26
* | | | sql_updatable_view_key replaced with updatable_views_with_limitbell@sanja.is.com.ua2004-10-071-23/+19
| |_|/ |/| |
* | | fixed & added comments (according to Igor's review and a bit more)bell@sanja.is.com.ua2004-10-071-23/+45
|/ /
* | mergebell@sanja.is.com.ua2004-09-291-7/+18
|\ \
| * | post review changes:bell@sanja.is.com.ua2004-09-291-3/+3
| * | mergebell@sanja.is.com.ua2004-09-061-6/+17
| |\ \
| | * \ mergebell@sanja.is.com.ua2004-09-051-148/+128
| | |\ \
| | * | | CHECK OPTIONs added (WL#1983)bell@sanja.is.com.ua2004-09-031-10/+23
* | | | | SHOW CREATE VIEW (TABLE) privilege now reqiere show create privilegebell@sanja.is.com.ua2004-09-171-3/+7
* | | | | now we allow to careate VIEW without any privileges on view columns (except c...bell@sanja.is.com.ua2004-09-171-19/+2
* | | | | updateability of field with collation support (BUG#5506)bell@sanja.is.com.ua2004-09-161-10/+14
| |_|_|/ |/| | |
* | | | table lists management during VIEW processing code cleanupbell@sanja.is.com.ua2004-09-111-52/+48
* | | | post merge fixesbell@sanja.is.com.ua2004-09-101-1/+1
* | | | mergebell@sanja.is.com.ua2004-09-091-3/+5
|\ \ \ \
| * \ \ \ Merge on pullmonty@mysql.com2004-09-091-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-3/+5
| | | |/ | | |/|
* | | | test of updating and fetching from the same table check (BUG##5157)bell@sanja.is.com.ua2004-09-081-1/+1
|/ / /
* | | memory leaks fixedbell@sanja.is.com.ua2004-09-041-4/+2
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-041-145/+126
|\ \ \ | |/ /
| * | Merge with pulled codemonty@mysql.com2004-09-031-146/+128
| |\ \ | | |/ | |/|
| | * Cleanup of new code pushed into 5.0 since last pullmonty@mysql.com2004-09-031-145/+133
* | | ufter review fixbell@sanja.is.com.ua2004-09-031-23/+7
* | | checked INTO clause during view creation (BUG#5332)bell@sanja.is.com.ua2004-09-021-4/+13
* | | system charset (with wich VIEW printed) saved in .frm and restored before par...bell@sanja.is.com.ua2004-09-011-7/+29