| 1544 | /***************************************************************************/ |
| 1545 | |
| 1546 | const Name Type_handler::version() const |
| 1547 | { |
| 1548 | static const Name ver(STRING_WITH_LEN("")); |
| 1549 | return ver; |
| 1550 | } |
| 1551 | |
| 1552 | const Name & Type_handler::version_mariadb53() |
| 1553 | { |
no outgoing calls
no test coverage detected