diff options
Diffstat (limited to 'sql/my_decimal.cc')
-rw-r--r-- | sql/my_decimal.cc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sql/my_decimal.cc b/sql/my_decimal.cc index 54cef6abdb5..651ff22d198 100644 --- a/sql/my_decimal.cc +++ b/sql/my_decimal.cc @@ -18,17 +18,15 @@ #ifndef MYSQL_CLIENT -/* - report result of decimal operation +/** + report result of decimal operation. - SYNOPSIS - decimal_operation_results() - result decimal library return code (E_DEC_* see include/decimal.h) + @param result decimal library return code (E_DEC_* see include/decimal.h) - TODO + @todo Fix error messages - RETURN + @return result */ |