summaryrefslogtreecommitdiff
path: root/mysql-test/r/view.result
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-11-021-2/+2
|\
| * Merge siva.hindu.god:/usr/home/tim/m/bk/g50unknown2006-10-241-0/+10
| |\
| * | Fix previous bad patch for Bug#14262.unknown2006-10-171-2/+2
* | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-10-271-0/+34
|\ \ \
| * | | BUG#22584: last_insert_id not updated after inserting a record throughunknown2006-10-271-0/+34
* | | | A post-merge fix.unknown2006-10-231-0/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-231-0/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0unknown2006-10-191-0/+10
| |\ \ | | |/ | |/|
| | * Merge bk@192.168.21.1:mysql-5.0-optunknown2006-10-011-0/+10
| | |\
| | | * bug #16813 (WITH CHECK OPTION fails with UPDATE)unknown2006-09-291-0/+10
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-10-121-5/+5
|\ \ \ \
| * | | | BUG#20953: create proc with a create view that uses local vars/paramsunknown2006-10-121-5/+5
* | | | | Fix after manial merge.unknown2006-10-101-14/+14
* | | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-10-101-0/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug#19111: TRIGGERs selecting from a VIEW on the firing base table fail.unknown2006-10-101-1/+16
| |/ / /
* | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rplunknown2006-10-021-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge mysql.com:/usr/home/bar/mysql-5.0.b6147v2unknown2006-09-291-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#6147: Traditional: Assigning a string to a numeric column has unexpected ...unknown2006-07-201-2/+2
| | |/
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-09-291-10/+17
|\ \ \
| * | | Fixed bug#5505: Wrong error message on INSERT into a viewunknown2006-09-291-10/+17
| |/ /
* | | Fixed bug #21646.unknown2006-09-251-0/+14
|/ /
* | merge fixesunknown2006-09-181-2/+2
* | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0unknown2006-09-151-16/+35
|\ \
| * | Fixed bug #5500: EXPLAIN returned a wrong select_type for queries using views.unknown2006-09-061-16/+35
* | | Post-merge fixes.unknown2006-08-301-11/+11
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-301-0/+38
|\ \ \ | |/ / |/| |
| * | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-08-291-1/+27
| |\ \
| | * | BUG#17591: Updatable view not possible with trigger or stored functionunknown2006-08-291-1/+27
| * | | Fix for BUG#16899: Possible buffer overflow in handling of DEFINER-clauseunknown2006-08-231-0/+11
| |/ /
* | | Merge moonbone.local:/work/tmp_merge-5.0-opt-mysqlunknown2006-08-261-0/+29
|\ \ \
| * | | view.result, view.test:unknown2006-08-241-0/+1
| * | | ndb_condition_pushdown.result:unknown2006-08-171-0/+2
| * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-161-0/+19
| |\ \ \
| | * | | Fixed bug#21261: Wrong access rights was required for an insert into a viewunknown2006-08-151-0/+19
| | |/ /
| * | | Fixed bug#15950: NOW() optimized away in VIEWsunknown2006-08-151-0/+7
| |/ /
* | | Merge xiphis.org:/home/antony/work2/mysql-5.0-enginesunknown2006-08-141-1/+1
|\ \ \ | |/ / |/| |
| * | BUG#14770 - LOAD DATA INFILE doesn't respect default values forunknown2006-08-021-1/+1
| |/
* | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-311-1/+20
|\ \
| * | Bug #11551: Asymmetric + undocumented behaviour of DROP VIEW and DROP TABLEunknown2006-07-311-1/+20
* | | Merge bk-internal:/home/bk/mysql-5.0-optunknown2006-07-311-0/+11
|\ \ \ | |/ / |/| |
| * | Bug #21080: ALTER VIEW makes user restate SQL SECURITY mode, and ALGORITHMunknown2006-07-311-0/+11
* | | Bug #21086: server crashes when VIEW defined with a SELECT with COLLATE claus...unknown2006-07-251-0/+13
|/ /
* | Added a test case with views for bug #17526.unknown2006-07-191-0/+33
* | Fixed bug #19714.unknown2006-07-131-0/+11
* | Added a test case with views for bug 18243 (see also func_str.test).unknown2006-07-061-0/+13
* | Merge mysql.com:/home/kgeorge/mysql/5.0/teamcleanunknown2006-07-041-1/+15
|\ \ | |/ |/|
| * Bug #16110: insert permitted into view col w/o default valueunknown2006-07-041-1/+15
* | Bug#17203: "sql_no_cache sql_cache" in views created from prepared statementunknown2006-06-271-7/+7
|/
* Post-merge fixesunknown2006-05-311-1/+1
* Post-review fixes for bug #19089unknown2006-05-221-1/+1