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:
@ -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;
|
||||
|
Reference in New Issue
Block a user