diff options
author | Serge Kozlov <Serge.Kozlov@oracle.com> | 2011-05-09 23:14:24 +0400 |
---|---|---|
committer | Serge Kozlov <Serge.Kozlov@oracle.com> | 2011-05-09 23:14:24 +0400 |
commit | 79e4b561b721aa78b6d0840ef76529cf4cf31d1c (patch) | |
tree | 5058bb1e2f04a72cb1eabf29e554b0eb5167a321 /mysql-test/suite | |
parent | 83f19ef457ab828267531b056882c177c70f0b7b (diff) | |
download | mariadb-git-79e4b561b721aa78b6d0840ef76529cf4cf31d1c.tar.gz |
WL#5867
Replaced the error code by error name
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/binlog/t/binlog_bug23533.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_bug23533.test b/mysql-test/suite/binlog/t/binlog_bug23533.test index c05abe788c6..ca610e399e4 100644 --- a/mysql-test/suite/binlog/t/binlog_bug23533.test +++ b/mysql-test/suite/binlog/t/binlog_bug23533.test @@ -35,7 +35,7 @@ connect(default,localhost,root,,test); # Copied data from t1 into t2 large than max_binlog_cache_size START TRANSACTION; ---error 1197 +--error ER_TRANS_CACHE_FULL CREATE TABLE t2 SELECT * FROM t1; COMMIT; SHOW TABLES LIKE 't%'; |