mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge 10.4 into 10.5
The functional changes of commit 5836191c8f
(MDEV-21168) are omitted due to MDEV-742 having addressed the issue.
This commit is contained in:
commit
fbe2712705
202 changed files with 2952 additions and 1710 deletions
|
|
@ -30,7 +30,7 @@ c2 c3
|
|||
123.456000000000000000000000000000 0.000000000000000000000000000001
|
||||
98765432109876543210987654321098765.432109876543210987654321098765 -123.456000000000000000000000000000
|
||||
insert into t1 values(6,123.456,0.000000000000000000000000000001);
|
||||
ERROR 23000: Duplicate entry '123.456000000000000000000000000000-0.000000000000000000000000000' for key 'uk1'
|
||||
ERROR 23000: Duplicate entry '123.456000000000000000000000000000-0.000000000000000000000000...' for key 'uk1'
|
||||
delete from t1 where c1 = 1;
|
||||
insert into t1 values(1,123.456,0.000000000000000000000000000001);
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue