Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
A 32bit cleanup for MDEV-14452 Precision in INTERVAL xxx DAY_MICROSEC…
…OND parsed wrong? "mtr func_date_add" failed on 32-bit platforms. Removing a wrong case to "long". Both values[] and log_10_int[] are arrays of "ulonglong", no cast is needed.
- Loading branch information