summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* allow merging views with subqueries in WHERE clause (BUG#5504)unknown2004-10-071-2/+20
* test of DELETE privilege and cyclic reference added in case of altering view ...unknown2004-10-071-5/+26
* sql_updatable_view_key replaced with updatable_views_with_limitunknown2004-10-071-23/+19
* fixed & added comments (according to Igor's review and a bit more)unknown2004-10-071-23/+45
* mergeunknown2004-09-291-7/+18
|\
| * post review changes:unknown2004-09-291-3/+3
| * mergeunknown2004-09-061-6/+17
| |\
| | * mergeunknown2004-09-051-148/+128
| | |\
| | * | CHECK OPTIONs added (WL#1983)unknown2004-09-031-10/+23
* | | | SHOW CREATE VIEW (TABLE) privilege now reqiere show create privilegeunknown2004-09-171-3/+7
* | | | now we allow to careate VIEW without any privileges on view columns (except c...unknown2004-09-171-19/+2
* | | | updateability of field with collation support (BUG#5506)unknown2004-09-161-10/+14
* | | | table lists management during VIEW processing code cleanupunknown2004-09-111-52/+48
* | | | post merge fixesunknown2004-09-101-1/+1
* | | | mergeunknown2004-09-091-3/+5
|\ \ \ \
| * \ \ \ Merge on pullunknown2004-09-091-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-3/+5
| | | |/ | | |/|
* | | | test of updating and fetching from the same table check (BUG##5157)unknown2004-09-081-1/+1
|/ / /
* | | memory leaks fixedunknown2004-09-041-4/+2
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-041-145/+126
|\ \ \ | |/ /
| * | Merge with pulled codeunknown2004-09-031-146/+128
| |\ \ | | |/ | |/|
| | * Cleanup of new code pushed into 5.0 since last pullunknown2004-09-031-145/+133
* | | ufter review fixunknown2004-09-031-23/+7
* | | checked INTO clause during view creation (BUG#5332)unknown2004-09-021-4/+13
* | | system charset (with wich VIEW printed) saved in .frm and restored before par...unknown2004-09-011-7/+29
* | | adding mysql.proc to table list if view contains stored procedures (BUG#5151)unknown2004-09-011-4/+31
|/ /
* | new method to detect commands where all VIEWs should be temporary tables (BUG...unknown2004-08-241-1/+4
* | Fixed UNION support in view creation (BUG#4664)unknown2004-08-241-52/+54
* | fixed error processing of prepare in VIEW creation (BUG#4801)unknown2004-08-231-1/+8
* | made different fields for view updatebility in principle and updatability dur...unknown2004-07-221-11/+7
* | after merge fixesunknown2004-07-221-2/+1
* | test of duplicate field names (BUG#4608)unknown2004-07-211-0/+20
* | error message interception (Bug#4598)unknown2004-07-211-1/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-07-201-1/+12
|\ \
| * | fixed quoting of identifiers in VIEWs (BUG#4613)unknown2004-07-201-1/+6
| * | fix case what VIEW have not tables (BUG#4614)unknown2004-07-201-0/+5
| * | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...unknown2004-07-201-0/+1
| |/
* | Fixes for MSVC++ compiler.unknown2004-07-191-1/+1
|/
* satisfy VC++unknown2004-07-161-4/+5
* memory leak removingunknown2004-07-161-2/+15
* VIEWunknown2004-07-161-0/+902