List:Commits« Previous MessageNext Message »
From:konstantin Date:August 14 2006 5:14pm
Subject:bk commit into 5.0 tree (kostja:1.2252)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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@stripped, 2006-08-14 19:14:48+04:00, kostja@stripped +2 -0
  Fix a test case (proper clean up).

  mysql-test/r/mysqldump.result@stripped, 2006-08-14 19:14:45+04:00, kostja@stripped +2 -2
    Update results.

  mysql-test/t/mysqldump.test@stripped, 2006-08-14 19:14:45+04:00, kostja@stripped +2 -2
    Fix a bug in the test case that left user mysqltest_1@localhost 
    around (this broke furhter tests).

# 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:	kostja
# Host:	bodhi.local
# Root:	/opt/local/work/mysql-5.0-root

--- 1.109/mysql-test/r/mysqldump.result	2006-08-14 19:14:55 +04:00
+++ 1.110/mysql-test/r/mysqldump.result	2006-08-14 19:14:55 +04:00
@@ -2876,7 +2876,7 @@ drop view v1;
 drop table t1;
 drop database mysqldump_dbb;
 use test;
-create user mysqltest_1;
+create user mysqltest_1@localhost;
 create table t1(a int, b varchar(34));
 reset master;
 mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need the RELOAD privilege
for this operation (1227)
@@ -2891,4 +2891,4 @@ CREATE TABLE `t1` (
   `b` varchar(34) default NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 drop table t1;
-drop user mysqltest_1;
+drop user mysqltest_1@localhost;

--- 1.99/mysql-test/t/mysqldump.test	2006-08-14 19:14:55 +04:00
+++ 1.100/mysql-test/t/mysqldump.test	2006-08-14 19:14:55 +04:00
@@ -1273,7 +1273,7 @@ drop database mysqldump_dbb;
 use test;
 
 # Create user without sufficient privs to perform the requested operation
-create user mysqltest_1;
+create user mysqltest_1@localhost;
 create table t1(a int, b varchar(34));
 
 # To get consistent output, reset the master, starts over from first log
@@ -1308,4 +1308,4 @@ grant REPLICATION CLIENT on *.* to mysql
 
 # Clean up
 drop table t1;
-drop user mysqltest_1;
+drop user mysqltest_1@localhost;
Thread
bk commit into 5.0 tree (kostja:1.2252)konstantin14 Aug