mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix test cases to preserve the state that existed before the
test case was executed. mysql-test/include/concurrent.inc: Drop created user. mysql-test/r/concurrent_innodb_safelog.result: Update test case result. mysql-test/r/concurrent_innodb_unsafelog.result: Update test case result.
This commit is contained in:
@@ -637,7 +637,7 @@ drop table t1;
|
|||||||
--echo ** connection default
|
--echo ** connection default
|
||||||
connection default;
|
connection default;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
drop user mysqltest@localhost;
|
||||||
|
|
||||||
disconnect thread1;
|
disconnect thread1;
|
||||||
disconnect thread2;
|
disconnect thread2;
|
||||||
|
@@ -801,3 +801,4 @@ eta tipo c
|
|||||||
90 11 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
|
90 11 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
|
||||||
** connection default
|
** connection default
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
drop user mysqltest@localhost;
|
||||||
|
@@ -797,3 +797,4 @@ eta tipo c
|
|||||||
90 11 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
|
90 11 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
|
||||||
** connection default
|
** connection default
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
drop user mysqltest@localhost;
|
||||||
|
Reference in New Issue
Block a user