mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
Some platfom compile/build fixes for ndb
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