mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
Updated tests after merge
mysql-test/r/alter_table.result: Updated tests mysql-test/t/alter_table.test: Updated tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user