summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-13 13:44:45 +0200
committerunknown <tomas@mc05.(none)>2004-05-13 13:44:45 +0200
commit97ae6904dfe5cc7ca486e50362103a72f68c557c (patch)
treeec69c5d84d7e3f673de6442f869db83bc8a99f8c
parentb94ab162cf208faecef723ad57c3e9cf11584121 (diff)
downloadmariadb-git-97ae6904dfe5cc7ca486e50362103a72f68c557c.tar.gz
portability fix for MACOSX bugreport 3735
ndb/src/ndbapi/Ndberr.cpp: Rename: ndb/src/ndbapi/Ndberror.cpp -> ndb/src/ndbapi/Ndberr.cpp
-rw-r--r--ndb/src/ndbapi/Makefile2
-rw-r--r--ndb/src/ndbapi/Ndberr.cpp (renamed from ndb/src/ndbapi/Ndberror.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/Makefile b/ndb/src/ndbapi/Makefile
index 328bb5e3741..f4c82e5d6ba 100644
--- a/ndb/src/ndbapi/Makefile
+++ b/ndb/src/ndbapi/Makefile
@@ -31,7 +31,7 @@ SOURCES = \
Ndblist.cpp \
Ndbif.cpp \
Ndbinit.cpp \
- Ndberror.cpp \
+ Ndberr.cpp \
ndberror.c \
NdbErrorOut.cpp \
NdbConnection.cpp \
diff --git a/ndb/src/ndbapi/Ndberror.cpp b/ndb/src/ndbapi/Ndberr.cpp
index faa2f00cfce..faa2f00cfce 100644
--- a/ndb/src/ndbapi/Ndberror.cpp
+++ b/ndb/src/ndbapi/Ndberr.cpp