mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge from 5.0-bugteam
This commit is contained in:
commit
3bea588ca1
3 changed files with 5 additions and 5 deletions
|
|
@ -1375,7 +1375,7 @@ BackupRestore::logEntry(const LogEntry & tup)
|
|||
NdbTransaction * trans = m_ndb->startTransaction();
|
||||
if (trans == NULL)
|
||||
{
|
||||
// Deep shit, TODO: handle the error
|
||||
// TODO: handle the error
|
||||
err << "Cannot start transaction" << endl;
|
||||
exitHandler();
|
||||
} // if
|
||||
|
|
@ -1524,7 +1524,7 @@ BackupRestore::tuple(const TupleS & tup)
|
|||
NdbTransaction * trans = m_ndb->startTransaction();
|
||||
if (trans == NULL)
|
||||
{
|
||||
// Deep shit, TODO: handle the error
|
||||
// TODO: handle the error
|
||||
ndbout << "Cannot start transaction" << endl;
|
||||
exitHandler();
|
||||
} // if
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ BackupRestore::tuple(const TupleS & tup)
|
|||
NdbTransaction * trans = m_ndb->startTransaction();
|
||||
if (trans == NULL)
|
||||
{
|
||||
// Deep shit, TODO: handle the error
|
||||
// TODO: handle the error
|
||||
ndbout << "Cannot start transaction" << endl;
|
||||
exit(-1);
|
||||
} // if
|
||||
|
|
@ -463,7 +463,7 @@ BackupRestore::logEntry(const LogEntry & tup)
|
|||
NdbTransaction * trans = m_ndb->startTransaction();
|
||||
if (trans == NULL)
|
||||
{
|
||||
// Deep shit, TODO: handle the error
|
||||
// TODO: handle the error
|
||||
ndbout << "Cannot start transaction" << endl;
|
||||
exit(-1);
|
||||
} // if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue