1
0
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:
pekka@mysql.com
2005-02-21 10:44:37 +01:00
parent f2ae473334
commit 9da5ff7745
2 changed files with 27 additions and 3 deletions

View File

@@ -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