summaryrefslogtreecommitdiff
path: root/ndb/src
diff options
context:
space:
mode:
authorjonas@perch.ndb.mysql.com <>2006-11-01 16:14:49 +0100
committerjonas@perch.ndb.mysql.com <>2006-11-01 16:14:49 +0100
commit7acfde913a3492e3adc0ab649fdfdf8b4c70d0ac (patch)
treeab025f856e55e9720890d1c272830db66a02d06e /ndb/src
parent543e73d6634cb8a0d4066366b93082806f878e11 (diff)
downloadmariadb-git-7acfde913a3492e3adc0ab649fdfdf8b4c70d0ac.tar.gz
ndb - revert bug to wait for "proper" bug fix
bug#21052
Diffstat (limited to 'ndb/src')
-rw-r--r--ndb/src/mgmsrv/Services.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ndb/src/mgmsrv/Services.cpp b/ndb/src/mgmsrv/Services.cpp
index 95afeba30ac..7d59a303df2 100644
--- a/ndb/src/mgmsrv/Services.cpp
+++ b/ndb/src/mgmsrv/Services.cpp
@@ -1353,12 +1353,6 @@ Ndb_mgmd_event_service::log(int eventType, const Uint32* theData, NodeId nodeId)
if (ndb_logevent_body[i].index_fn)
val= (*(ndb_logevent_body[i].index_fn))(val);
str.appfmt("%s=%d\n",ndb_logevent_body[i].token, val);
- if(strcmp(ndb_logevent_body[i].token,"error") == 0)
- {
- int m_text_len= strlen(m_text);
- snprintf(m_text+m_text_len, 4 , " - ");
- ndb_error_string(theData[3], m_text+(m_text_len+3), sizeof(m_text)-m_text_len-3);
- }
}
Vector<NDB_SOCKET_TYPE> copy;