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

Method version

sql/sql_type.cc:1546–1550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected