mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#45293 Supressed some warnings
This commit is contained in:
@ -22429,7 +22429,9 @@ BEGIN
|
||||
END//
|
||||
delimiter ;//
|
||||
|
||||
--disable_warnings
|
||||
CALL sp70_n(-1e+40);
|
||||
--enable_warnings
|
||||
eval CALL sp70_n( $minus_40 );
|
||||
|
||||
|
||||
@ -22445,7 +22447,9 @@ BEGIN
|
||||
END//
|
||||
delimiter ;//
|
||||
|
||||
--disable_warnings
|
||||
CALL sp71_nu(1.00e+40);
|
||||
--enable_warnings
|
||||
eval CALL sp71_nu( $plus_40 );
|
||||
|
||||
|
||||
@ -22461,7 +22465,9 @@ BEGIN
|
||||
END//
|
||||
delimiter ;//
|
||||
|
||||
--disable_warnings
|
||||
CALL sp72_nuz(1.00e+40);
|
||||
--enable_warnings
|
||||
eval CALL sp72_nuz( $plus_40 );
|
||||
|
||||
|
||||
@ -22477,7 +22483,9 @@ BEGIN
|
||||
END//
|
||||
delimiter ;//
|
||||
|
||||
--disable_warnings
|
||||
CALL sp73_n_z(1.00e+40);
|
||||
--enable_warnings
|
||||
eval CALL sp73_n_z( $plus_40 );
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user