Commit cbfe4f59 authored by unknown's avatar unknown

Merging

parent f6b2b7a4
......@@ -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));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment