mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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