mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@ -567,11 +567,14 @@ select (1.175494351E-37 div 1.7976931348623157E+308);
|
||||
|
||||
select round(999999999, -9);
|
||||
select round(999999999.0, -9);
|
||||
#enable after fix MDEV-31555
|
||||
--disable_cursor_protocol
|
||||
#enable after fix MDEV-29526
|
||||
--disable_view_protocol
|
||||
select round(999999999999999999, -18);
|
||||
select round(999999999999999999.0, -18);
|
||||
--enable_view_protocol
|
||||
--enable_cursor_protocol
|
||||
|
||||
--echo #
|
||||
--echo # Bug#12537160 ASSERTION FAILED:
|
||||
|
Reference in New Issue
Block a user