Drizzled Public API Documentation
Go to the documentation of this file.
32 #include <sys/types.h>
33 #ifndef UNIV_HOTBACKUP
53 ut_memcpy(
void* dest,
const void* sour, ulint n);
63 ut_memmove(
void* dest,
const void* sour, ulint n);
73 ut_memcmp(
const void* str1,
const void* str2, ulint n);
94 ibool assert_on_error);
108 #ifndef UNIV_HOTBACKUP
131 #ifndef UNIV_HOTBACKUP
196 ut_strcmp(
const char* str1,
const char* str2);