1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Some platfom compile/build fixes for ndb

ndb/include/kernel/Interpreter.hpp:
  R1 defined on some platforms
ndb/include/util/BaseString.hpp:
  fix for compiler bug
This commit is contained in:
unknown
2004-08-19 08:24:27 +00:00
parent 992ff0a272
commit 9dc57a2a7f
2 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ public:
/**
* Trim string from <i>delim</i>
*/
static char* trim(char * src, const char * delim = " \t");
static char* trim(char * src, const char * delim);
private:
char* m_chr;
unsigned m_len;