## Bug Report When the result of `pow` is out of range, the error message in TiDB looks like this ``` DOUBLE value is out of range in 'pow(-36452.389, 382218415)' ``` But in TiKV, the error message is ``` DOUBLE value is out of range in '-36452.389.pow(382218415)' ```