List:Internals« Previous MessageNext Message »
From:sanja Date:September 14 2005 4:27pm
Subject:bk commit into 5.0 tree (bell:1.1955)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bell. When bell 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.1955 05/09/14 17:27:33 bell@stripped +1 -0
  postmerge fix

  mysql-test/r/view.result
    1.115 05/09/14 17:27:29 bell@stripped +1 -1
    postmerge fix

# 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:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/bk/work-owner2-5.0

--- 1.114/mysql-test/r/view.result	2005-09-14 12:24:10 +03:00
+++ 1.115/mysql-test/r/view.result	2005-09-14 17:27:29 +03:00
@@ -2190,7 +2190,7 @@
 ERROR HY000: View definer is not fully qualified
 create definer=some_user@localhost sql security invoker view v1 as select 1;
 Warnings:
-Note	1448	There is not some_user@localhost registered
+Note	1449	There is not some_user@localhost registered
 show create view v1;
 View	Create View
 v1	CREATE ALGORITHM=UNDEFINED DEFINER=`some_user`@`localhost` SQL SECURITY INVOKER VIEW
`v1` AS select 1 AS `1`
Thread
bk commit into 5.0 tree (bell:1.1955)sanja14 Sep