mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
ndb - allow LIKE with Binary strings
This commit is contained in:
@@ -178,8 +178,11 @@ private:
|
||||
static Cmp cmpDecimalunsigned;
|
||||
//
|
||||
static Like likeChar;
|
||||
static Like likeBinary;
|
||||
static Like likeVarchar;
|
||||
static Like likeVarbinary;
|
||||
static Like likeLongvarchar;
|
||||
static Like likeLongvarbinary;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user