Commit 384353cc authored by Bernt M. Johnsen's avatar Bernt M. Johnsen

Bug#45293 Prepared on 5.1 gca branch

parents e2ac8c07 2a5907a8
...@@ -22429,7 +22429,9 @@ BEGIN ...@@ -22429,7 +22429,9 @@ BEGIN
END// END//
delimiter ;// delimiter ;//
--disable_warnings
CALL sp70_n(-1e+40); CALL sp70_n(-1e+40);
--enable_warnings
eval CALL sp70_n( $minus_40 ); eval CALL sp70_n( $minus_40 );
...@@ -22445,7 +22447,9 @@ BEGIN ...@@ -22445,7 +22447,9 @@ BEGIN
END// END//
delimiter ;// delimiter ;//
--disable_warnings
CALL sp71_nu(1.00e+40); CALL sp71_nu(1.00e+40);
--enable_warnings
eval CALL sp71_nu( $plus_40 ); eval CALL sp71_nu( $plus_40 );
...@@ -22461,7 +22465,9 @@ BEGIN ...@@ -22461,7 +22465,9 @@ BEGIN
END// END//
delimiter ;// delimiter ;//
--disable_warnings
CALL sp72_nuz(1.00e+40); CALL sp72_nuz(1.00e+40);
--enable_warnings
eval CALL sp72_nuz( $plus_40 ); eval CALL sp72_nuz( $plus_40 );
...@@ -22477,7 +22483,9 @@ BEGIN ...@@ -22477,7 +22483,9 @@ BEGIN
END// END//
delimiter ;// delimiter ;//
--disable_warnings
CALL sp73_n_z(1.00e+40); CALL sp73_n_z(1.00e+40);
--enable_warnings
eval CALL sp73_n_z( $plus_40 ); eval CALL sp73_n_z( $plus_40 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment