mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
bug#22725
refining the test because of Bug #28786 'reset master' does not reset binlogging on embeded server mysql-test/t/binlog_killed.test: the test can not pass on embedded server. Setting the include-guard.
This commit is contained in:
parent
e5c4d97c9e
commit
dd190b0e6b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
-- source include/have_innodb.inc
|
||||
--source include/not_embedded.inc
|
||||
|
||||
###
|
||||
### bug#22725 : incorrect killed error in binlogged query
|
||||
|
@ -15,7 +16,6 @@ create table t3 (a int auto_increment, b int, PRIMARY KEY (a)) ENGINE=InnoDB;
|
|||
# effective test for bug#22725
|
||||
#
|
||||
|
||||
let $counter=200; # max 20 seconds to wait for insert performed the 1st row
|
||||
connection con1;
|
||||
select get_lock("a", 20);
|
||||
|
||||
|
|
Loading…
Reference in a new issue