summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2017-02-01 13:08:21 -0800
committerIgor Babaev <igor@askmonty.org>2017-02-01 13:09:07 -0800
commit69114862f21dadb5c660847c691cc24456c90970 (patch)
treeb4a6d3513fce949698b616f0278406866b6c8c4c /mysql-test/extra
parentb0ea044d12981983d196bbba243f0ebb7348cc71 (diff)
downloadmariadb-git-69114862f21dadb5c660847c691cc24456c90970.tar.gz
Adjusted more tests after the fix for mdev-9976.
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/binlog_tests/binlog_write_error.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog_write_error.inc b/mysql-test/extra/binlog_tests/binlog_write_error.inc
index da66dbf5a95..fa3ba087a7e 100644
--- a/mysql-test/extra/binlog_tests/binlog_write_error.inc
+++ b/mysql-test/extra/binlog_tests/binlog_write_error.inc
@@ -71,7 +71,7 @@ source include/binlog_inject_error.inc;
let $query= DROP VIEW v1;
source include/binlog_inject_error.inc;
-let $query= CREATE PROCEDURE p1(OUT rows INT) SELECT count(*) INTO rows FROM t1;
+let $query= CREATE PROCEDURE p1(OUT rows_cnt INT) SELECT count(*) INTO rows_cnt FROM t1;
source include/binlog_inject_error.inc;
let $query= DROP PROCEDURE p1;