summaryrefslogtreecommitdiff
path: root/mysql-test/t/errors.test
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-08-08 11:42:09 -0700
committerunknown <jimw@mysql.com>2005-08-08 11:42:09 -0700
commit05071ff49f4fd820be9377bb002815367f94168f (patch)
tree45771afa4b787ec6c3090fe0d50d7257bc9750f7 /mysql-test/t/errors.test
parent1f01817e099b234d898fba1f9e35a660ff149bcd (diff)
downloadmariadb-git-05071ff49f4fd820be9377bb002815367f94168f.tar.gz
Fix error code in some tests because of merge
mysql-test/t/errors.test: Fix error code mysql-test/t/type_bit.test: Fix error code mysql-test/t/type_bit_innodb.test: Fix error code
Diffstat (limited to 'mysql-test/t/errors.test')
-rw-r--r--mysql-test/t/errors.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/errors.test b/mysql-test/t/errors.test
index f7913ab402c..a3aeee2ce66 100644
--- a/mysql-test/t/errors.test
+++ b/mysql-test/t/errors.test
@@ -35,7 +35,7 @@ drop table t1;
#
# Bug #6080: Error message for a field with a display width that is too long
#
---error 1438
+--error 1439
create table t1 (a int(256));
set sql_mode='traditional';
--error 1074