diff --git a/mysql-test/t/type_float.test b/mysql-test/t/type_float.test index bb7bd37039b..2deec5ec63b 100644 --- a/mysql-test/t/type_float.test +++ b/mysql-test/t/type_float.test @@ -152,7 +152,7 @@ drop table t1; # bug #12694 (float(m,d) specifications) # ---error 1443 +--error 1453 create table t1 (s1 float(0,2)); ---error 1443 +--error 1453 create table t1 (s1 float(1,2));