mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
branches/zip:
Use innobase_strcasecmp() insteaed of strcasecmp() in i_s.cc and get rid of strings.h (that file is not present on Windows). Move the prototype of innobase_strcasecmp() from ha_innodb.cc and dict0dict.c to ha_prototypes.h. Approved by: Heikki
This commit is contained in:
@@ -813,10 +813,7 @@ innobase_convert_from_id(
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
Compares NUL-terminated UTF-8 strings case insensitively.
|
||||
|
||||
NOTE that the exact prototype of this function has to be in
|
||||
/innobase/dict/dict0dict.c! */
|
||||
Compares NUL-terminated UTF-8 strings case insensitively. */
|
||||
extern "C" UNIV_INTERN
|
||||
int
|
||||
innobase_strcasecmp(
|
||||
|
||||
Reference in New Issue
Block a user