Loading mysql-test/t/type_newdecimal.test +2 −1 Original line number Diff line number Diff line Loading @@ -880,9 +880,10 @@ select 0/0; # # bug #9546 # --disable_ps_protocol select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 as x; select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 + 1 as x; --enable_ps_protocol # # Bug #10004 # Loading Loading
mysql-test/t/type_newdecimal.test +2 −1 Original line number Diff line number Diff line Loading @@ -880,9 +880,10 @@ select 0/0; # # bug #9546 # --disable_ps_protocol select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 as x; select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 + 1 as x; --enable_ps_protocol # # Bug #10004 # Loading