summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-23 13:39:58 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-23 13:39:58 +0200
commit547421b22e3418f7f646b351e36137f6179838e9 (patch)
tree5e79a16831c52e88db33a06cb682698a4c551f4d /mysql-test/suite/binlog/t
parent61568ca4df6d05c44d4ffb1bfafb7052b1534aa7 (diff)
parent317a6eafc87909124326bdfcbd3975c09cadb5fc (diff)
downloadmariadb-git-547421b22e3418f7f646b351e36137f6179838e9.tar.gz
merge
Diffstat (limited to 'mysql-test/suite/binlog/t')
-rw-r--r--mysql-test/suite/binlog/t/binlog_unsafe.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/t/binlog_unsafe.test b/mysql-test/suite/binlog/t/binlog_unsafe.test
index 7d10bb73824..0dcf965112b 100644
--- a/mysql-test/suite/binlog/t/binlog_unsafe.test
+++ b/mysql-test/suite/binlog/t/binlog_unsafe.test
@@ -481,7 +481,7 @@ DROP TABLE t1,t2;
--echo "Should NOT have any warning message issued in the following func7() and trig"
CREATE TABLE t1 (a INT);
-CREATE TABLE t2 (a CHAR(40));
+CREATE TABLE t2 (a TEXT);
CREATE TABLE trigger_table (a CHAR(7));
DELIMITER |;
CREATE FUNCTION func7()