| 408 | |
| 409 | #if defined(MYSQL_SERVER) || defined(EMBEDDED_LIBRARY) |
| 410 | inline |
| 411 | int string2my_decimal(uint mask, const String *str, my_decimal *d) |
| 412 | { |
| 413 | return str2my_decimal(mask, str->ptr(), str->length(), str->charset(), d); |
| 414 | } |
| 415 | |
| 416 | |
| 417 | my_decimal *date2my_decimal(const MYSQL_TIME *ltime, my_decimal *dec); |
no test coverage detected