mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
bug#22725
result file updated mysql-test/r/binlog_killed.result: results updated
This commit is contained in:
parent
00710d17bb
commit
daa7b8a5b2
1 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,10 @@ is not null;
|
|||
(@a:=load_file("MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog"))
|
||||
is not null
|
||||
1
|
||||
select @a like "%#%error_code=1317%" /* must return 0 */;
|
||||
@a like "%#%error_code=1317%"
|
||||
0
|
||||
select @a like "%#%error_code=0%" /* must return 1 */;
|
||||
@a like "%#%error_code=0%"
|
||||
1
|
||||
select @a like "%insert%" /* must return 1 */;
|
||||
@a like "%insert%"
|
||||
1
|
||||
drop table t1,t2,t3;
|
||||
|
|
Loading…
Add table
Reference in a new issue