summaryrefslogtreecommitdiff
path: root/mysql-test/t/view.test
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-11-081-0/+34
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-11-061-0/+4
| |\
| * | fixed detection of updating table on which we select (BUG#6032)unknown2004-10-251-1/+17
| * | fixed db/user privileges getting (BUG#5976)unknown2004-10-221-0/+18
* | | new lock for multiupdate:unknown2004-11-051-4/+0
| |/ |/|
* | Fixes after merge with 4.1unknown2004-11-031-0/+4
|/
* added support of view and CHECK OPTION of view to LOAD DATA (BUG#5996)unknown2004-10-211-0/+31
* new behaviour of CHECK option build, for mor efficience and more correct:unknown2004-10-211-1/+13
* value should be checked after 'before' trigger work (BUG#5992)unknown2004-10-211-0/+14
* inserting single value with check option failed always get error (part of BUG...unknown2004-10-211-0/+15
* Allow inheriting check options if view have not WHERE clause (BUG#5988)unknown2004-10-211-0/+11
* fixed printing of substring_index (BUG#5911)unknown2004-10-211-0/+11
* showing table type now is controled by new parameter 'FULL' of SHOW TABLES co...unknown2004-10-101-0/+1
* fixed incorrect type custing (fixed problem with runing tests with --debug (t...unknown2004-10-091-0/+8
* allow merging views with subqueries in WHERE clause (BUG#5504)unknown2004-10-071-0/+30
* test of DELETE privilege and cyclic reference added in case of altering view ...unknown2004-10-071-1/+38
* sql_updatable_view_key replaced with updatable_views_with_limitunknown2004-10-071-7/+4
* After merge fixesunknown2004-10-051-8/+8
* postmerge fixunknown2004-10-041-8/+8
* mergeunknown2004-09-291-2/+81
|\
| * added CHECK option test for INSERT ... ON DUPLICATE KEY UPDATE (WL#1983)unknown2004-09-061-0/+13
| * mergeunknown2004-09-061-2/+68
| |\
| | * CHECK OPTIONs added (WL#1983)unknown2004-09-031-2/+68
* | | new show create view outputunknown2004-09-241-14/+27
* | | SHOW CREATE VIEW (TABLE) privilege now reqiere show create privilegeunknown2004-09-171-6/+8
* | | now we allow to careate VIEW without any privileges on view columns (except c...unknown2004-09-171-6/+14
* | | updateability of field with collation support (BUG#5506)unknown2004-09-161-0/+14
* | | view with WHERE in nested join (BUG#5511)unknown2004-09-101-0/+13
* | | post merge fixunknown2004-09-101-1/+1
* | | Mergeunknown2004-09-101-27/+45
|\ \ \
| * \ \ mergeunknown2004-09-091-27/+27
| |\ \ \
| | * | | Update after mergeunknown2004-09-091-4/+4
| | * | | Merge on pullunknown2004-09-091-23/+23
| | |\ \ \ | | | |/ / | | |/| |
| | | * | After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-23/+23
| | | |/
| * | | test of updating and fetching from the same table check (BUG##5157)unknown2004-09-081-0/+18
| |/ /
* | | requre BASE TABLE for HANDLER (BUG#5277)unknown2004-09-071-0/+10
|/ /
* | do not use Item_ref for view fields if it is UPDATE of INSERT (BUG#5263)unknown2004-09-061-0/+11
* | checked INTO clause during view creation (BUG#5332)unknown2004-09-021-0/+12
* | fixed bug handling in views (BUG#5276)unknown2004-09-021-0/+11
* | fixed printing of characters casting operartion (BUG#5264)unknown2004-09-021-0/+8
* | fixed staistic of subquery if outer field resolved in merged view (BUG#5247)unknown2004-09-011-0/+10
* | system charset (with wich VIEW printed) saved in .frm and restored before par...unknown2004-09-011-0/+10
* | fixed printing of real constants (BUG#5160)unknown2004-09-011-0/+7
* | adding mysql.proc to table list if view contains stored procedures (BUG#5151)unknown2004-09-011-1/+17
* | ORDER clause printing fixed (BUG#5156)unknown2004-08-311-0/+10
* | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)unknown2004-08-311-0/+10
* | fixed case when real length very close to calculated (BUG#5150)unknown2004-08-301-0/+9
* | fixed printing of stored procedure functions names (BUG#5149)unknown2004-08-301-0/+10
|/
* Item name for VIEW added to find_field_in_table (BUG#5147)unknown2004-08-271-0/+15
* fixed updateability VIEW detection (Bug#5146)unknown2004-08-261-0/+13