You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“This variable indicates the number of digits by which to increase the scale of the result of division operations performed with the / operator. The default value is 4. The minimum and maximum values are 0 and 30, respectively. The following example illustrates the effect of increasing the default value.”
However in TiDB, this variable doesn't show the same behavior. In this FD, we shall make it compatible with MySQL, to satisfy the requirements of longer precision
The text was updated successfully, but these errors were encountered:
…port in dag request (#16622)
close#16627, ref pingcap/tidb#51501
Add support for div_precision_increment in dag request.
Signed-off-by: yibin <huyibin@pingcap.com>
…port in dag request (tikv#16622)
closetikv#16627, ref pingcap/tidb#51501
Add support for div_precision_increment in dag request.
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: dbsid <chenhuansheng@pingcap.com>
Enhancement
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_div_precision_increment
“This variable indicates the number of digits by which to increase the scale of the result of division operations performed with the / operator. The default value is 4. The minimum and maximum values are 0 and 30, respectively. The following example illustrates the effect of increasing the default value.”
However in TiDB, this variable doesn't show the same behavior. In this FD, we shall make it compatible with MySQL, to satisfy the requirements of longer precision
The text was updated successfully, but these errors were encountered: