diff options
author | unknown <pekka@mysql.com> | 2005-02-16 14:59:17 +0100 |
---|---|---|
committer | unknown <pekka@mysql.com> | 2005-02-16 14:59:17 +0100 |
commit | 1f6617562a5e9e22c0964abb08afb20288dd626d (patch) | |
tree | 6f96f010b5627ae0900d7f6129bb8433a6d09931 /ndb/src/common | |
parent | 0be9c0ef75d1741c58bd637a7c5213941d71df62 (diff) | |
download | mariadb-git-1f6617562a5e9e22c0964abb08afb20288dd626d.tar.gz |
ndb - post-merge fixes
ndb/include/ndb_constants.h:
post-merge fixes
ndb/include/ndbapi/NdbDictionary.hpp:
post-merge fixes
ndb/src/common/util/NdbSqlUtil.cpp:
post-merge fixes
ndb/test/src/HugoCalculator.cpp:
post-merge fixes
Diffstat (limited to 'ndb/src/common')
-rw-r--r-- | ndb/src/common/util/NdbSqlUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/common/util/NdbSqlUtil.cpp b/ndb/src/common/util/NdbSqlUtil.cpp index 08a436e13f7..2686ad5c05f 100644 --- a/ndb/src/common/util/NdbSqlUtil.cpp +++ b/ndb/src/common/util/NdbSqlUtil.cpp @@ -434,6 +434,7 @@ NdbSqlUtil::cmpDouble(const void* info, const void* p1, unsigned n1, const void* return CmpUnknown; } +int NdbSqlUtil::cmp_olddecimal(const uchar* s1, const uchar* s2, unsigned n) { int sgn = +1; |