mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Improved test case
service backport from 4.0 mysql-test/t/alter_table.test: Improved test case sql/nt_servc.cc: service backport from 4.0 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
8711aa1635
commit
143e585a7f
3 changed files with 4 additions and 1 deletions
|
|
@ -117,4 +117,6 @@ connection user1;
|
|||
-- error 1142
|
||||
alter table t1 rename t2;
|
||||
connection root;
|
||||
revoke all privileges on mysqltest.t1 from mysqltest_1@localhost;
|
||||
delete from mysql.user where user='mysqltest_1';
|
||||
drop database mysqltest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue