diff options
author | unknown <tomas@mc05.(none)> | 2004-05-13 13:44:45 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-13 13:44:45 +0200 |
commit | 82f4d96f9fa7a2b2b3b1473620fe355afea9f7f9 (patch) | |
tree | ec69c5d84d7e3f673de6442f869db83bc8a99f8c /ndb | |
parent | a9589d9158b28c93d6d8b7714c7a3a78d375d9a3 (diff) | |
download | mariadb-git-82f4d96f9fa7a2b2b3b1473620fe355afea9f7f9.tar.gz |
portability fix for MACOSX bugreport 3735
ndb/src/ndbapi/Ndberr.cpp:
Rename: ndb/src/ndbapi/Ndberror.cpp -> ndb/src/ndbapi/Ndberr.cpp
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/ndbapi/Makefile | 2 | ||||
-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 |