MCPcopy Create free account
hub / github.com/MariaDB/server / print_version

Function print_version

extra/comp_err.c:1118–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116/* Read options */
1117
1118static 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
1126static my_bool

Callers 15

usageFunction · 0.70
get_one_optionFunction · 0.70
usageFunction · 0.70
usageFunction · 0.70
get_one_optionFunction · 0.70
static_get_optionsFunction · 0.70
usageFunction · 0.70
get_one_optionFunction · 0.70
get_one_optionFunction · 0.70
usageFunction · 0.70
usageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected