From 922818a79809d789976e64a8b4faabd305863a7c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Mar 2004 23:08:42 +0200 Subject: Updated tests after merge mysql-test/r/alter_table.result: Updated tests mysql-test/t/alter_table.test: Updated tests --- mysql-test/t/alter_table.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/alter_table.test') diff --git a/mysql-test/t/alter_table.test b/mysql-test/t/alter_table.test index 21ea4fcc01f..9a29ab3c2d7 100644 --- a/mysql-test/t/alter_table.test +++ b/mysql-test/t/alter_table.test @@ -109,14 +109,14 @@ drop database mysqltest; # # Rights for renaming test (Bug #3270) # -connect (root,localhost,root,,test,0,mysql-master.sock); +connect (root,localhost,root,,test,$MASTER_MYPORT,master.sock); connection root; --disable_warnings create database mysqltest; --enable_warnings create table mysqltest.t1 (a int,b int,c int); grant all on mysqltest.t1 to mysqltest_1@localhost; -connect (user1,localhost,mysqltest_1,,mysqltest,0,mysql-master.sock); +connect (user1,localhost,mysqltest_1,,mysqltest,$MASTER_MYPORT,master.sock); connection user1; -- error 1142 alter table t1 rename t2; -- cgit v1.2.1