mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix autobuild failures
This commit is contained in:
@ -88,8 +88,8 @@ Instance::~Instance()
|
||||
|
||||
bool Instance::is_running()
|
||||
{
|
||||
uint port;
|
||||
const char *socket;
|
||||
uint port= 0;
|
||||
const char *socket= NULL;
|
||||
|
||||
if (options.mysqld_port)
|
||||
port= atoi(strchr(options.mysqld_port, '=') + 1);
|
||||
|
Reference in New Issue
Block a user