mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
This commit is contained in:
commit
2dc334ac0f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ BackupRestore::init()
|
|||
m_cluster_connection = new Ndb_cluster_connection(g_connect_string);
|
||||
if(m_cluster_connection->connect(12, 5, 1) != 0)
|
||||
{
|
||||
return -1;
|
||||
return false;
|
||||
}
|
||||
|
||||
m_ndb = new Ndb(m_cluster_connection);
|
||||
|
|
Loading…
Reference in a new issue