MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / print_version

Function print_version

sql/mysqld.cc:2052–2058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2050
2051#ifndef EMBEDDED_LIBRARY
2052static 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

Callers

nothing calls this directly

Calls 1

set_server_versionFunction · 0.85

Tested by

no test coverage detected