1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00
This commit is contained in:
unknown
2005-09-26 14:17:30 +05:00
parent f6b2b7a497
commit cbfe4f5995

View File

@@ -152,7 +152,7 @@ drop table t1;
# bug #12694 (float(m,d) specifications) # bug #12694 (float(m,d) specifications)
# #
--error 1443 --error 1453
create table t1 (s1 float(0,2)); create table t1 (s1 float(0,2));
--error 1443 --error 1453
create table t1 (s1 float(1,2)); create table t1 (s1 float(1,2));