Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ mysql_libversion
Method
mysql_libversion
lib_acl_cpp/src/db/db_mysql.cpp:600–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
unsigned long db_mysql::mysql_libversion(void) const
601
{
602
return __mysql_libversion();
603
}
604
605
const char* db_mysql::mysql_client_info(void) const
606
{
Callers
7
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
db_create
Function · 0.80
tbl_create
Function · 0.80
db_create
Function · 0.80
tbl_create
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected