mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merging
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user