mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Updated configure script to handle 1 digit numbers in MySQL version
Fixed a few typos from last patch configure.in: Updated script to handle 1 digit numbers in MySQL version libmysqld/libmysqld.c: Added mysql_get_server_version sql/sql_parse.cc: Fixed typo in last patch sql/sql_yacc.yy: Fixed typo in last patch
This commit is contained in:
@ -1155,6 +1155,12 @@ mysql_get_server_info(MYSQL *mysql __attribute__((unused)))
|
||||
}
|
||||
|
||||
|
||||
ulong STDCALL
|
||||
mysql_get_server_version(MYSQL *mysql __attribute__((unused)))
|
||||
{
|
||||
return MYSQL_VERSION_ID;
|
||||
}
|
||||
|
||||
const char * STDCALL
|
||||
mysql_get_host_info(MYSQL *mysql __attribute__((unused)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user