Below is the list of changes that have just been committed into a local
5.0 repository of sergeyv. When sergeyv does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2090 06/02/27 22:14:48 SergeyV@selena. +1 -0
Postfix for #17595. few lines in a test were accidentally commented.
Comments removed.
mysql-test/t/skip_grants.test
1.9 06/02/27 22:14:37 SergeyV@selena. +2 -2
Postfix for #17595. few lines in a test were accidentally commented.
Comments removed.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: SergeyV
# Host: selena.
# Root: H:/MYSQL/src/#17595-mysql-5.0
--- 1.8/mysql-test/t/skip_grants.test 2006-02-27 16:27:22 +03:00
+++ 1.9/mysql-test/t/skip_grants.test 2006-02-27 22:14:37 +03:00
@@ -12,8 +12,8 @@
# test that we can create VIEW if privileges check switched off
#
create table t1 (field1 INT);
-#--error ER_MALFORMED_DEFINER
-#CREATE VIEW v1 AS SELECT field1 FROM t1;
+-- error ER_MALFORMED_DEFINER
+CREATE VIEW v1 AS SELECT field1 FROM t1;
drop table t1;
#
| Thread |
|---|
| • bk commit into 5.0 tree (SergeyV:1.2090) | sergeyv | 27 Feb |