| 1116 | /* Read options */ |
| 1117 | |
| 1118 | static void print_version(void) |
| 1119 | { |
| 1120 | DBUG_ENTER("print_version"); |
| 1121 | printf("%s (Compile errormessage) Ver %s\n", my_progname, "3.0"); |
| 1122 | DBUG_VOID_RETURN; |
| 1123 | } |
| 1124 | |
| 1125 | |
| 1126 | static my_bool |
no outgoing calls
no test coverage detected