1
0
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:
petr@mysql.com
2004-12-12 20:59:15 +03:00
parent 7d1b9541fc
commit d40e0935ce
6 changed files with 18 additions and 15 deletions

View File

@ -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);