| 2050 | |
| 2051 | #ifndef EMBEDDED_LIBRARY |
| 2052 | static void print_version(void) |
| 2053 | { |
| 2054 | set_server_version(); |
| 2055 | |
| 2056 | printf("%s Ver %s for %s on %s (%s)\n",my_progname, |
| 2057 | server_version,SYSTEM_TYPE,MACHINE_TYPE, MYSQL_COMPILATION_COMMENT); |
| 2058 | } |
| 2059 | |
| 2060 | #endif /*!EMBEDDED_LIBRARY*/ |
| 2061 |
nothing calls this directly
no test coverage detected