~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/include/locktrans.inc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
CREATE VIEW v1 AS SELECT * FROM t1, t2 WHERE t1.c1 = t2.c2;
62
62
LOCK TABLE v1 IN SHARE MODE;
63
63
LOCK TABLE v1 IN EXCLUSIVE MODE;
 
64
UNLOCK TABLES;
64
65
DROP VIEW v1;
65
66
#
66
67
--echo #