1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/sql/my_decimal.h
Alexander Kuleshov 8ab37bbd69 fix comment in my_decimal_set_zero()
which says:

    We need the up-cast here, since my_decimal has sign() member functions,
    which conflicts with decimal_t::size

But decimal_t does not provide `size` field.
2018-02-16 15:52:25 +04:00

12 KiB