mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
e49389334c
innobase/dict/dict0dict.c: Use innobase_strcasecmp() and innobase_casedn_str() instead of ut_cmp_in_lower_case() and ut_cpy_in_lower_case() innobase/include/ut0byte.h: Remove ut_cpy_in_lower_case() and ut_cmp_in_lower_case() innobase/ut/ut0byte.c: Remove ut_cpy_in_lower_case() and ut_cmp_in_lower_case() sql/ha_innodb.cc: Add innobase_strcasecmp() and innobase_casedn_str() Replace tolower() loop with innobase_casedn_str() Replace my_casedn_str() with innobase_casedn_str() Replace ut_cmp_in_lower_case() with innobase_strcasecmp() |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
ut0byte.c | ||
ut0dbg.c | ||
ut0mem.c | ||
ut0rnd.c | ||
ut0ut.c |