diff options
author | Igor Babaev <igor@askmonty.org> | 2017-02-01 13:08:21 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2017-02-01 13:09:07 -0800 |
commit | 69114862f21dadb5c660847c691cc24456c90970 (patch) | |
tree | b4a6d3513fce949698b616f0278406866b6c8c4c /mysql-test/extra | |
parent | b0ea044d12981983d196bbba243f0ebb7348cc71 (diff) | |
download | mariadb-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.inc | 2 |
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; |