Eneboo - Documentación para desarrolladores
|
#include <my_global.h>
#include "m_string.h"
#include "m_ctype.h"
'defines' | |
#define | likeconv(s, A) (A) |
#define | INC_PTR(cs, A, B) (A)++ |
Funciones | |
int | my_mbcharlen_8bit (CHARSET_INFO *cs __attribute__((unused)), uint c __attribute__((unused))) |
void | my_hash_sort_bin (CHARSET_INFO *cs __attribute__((unused)), const uchar *key, uint len, ulong *nr1, ulong *nr2) |
Variables | |
MY_COLLATION_HANDLER | my_collation_8bit_bin_handler |
CHARSET_INFO | my_charset_bin |
#define INC_PTR | ( | cs, | |
A, | |||
B | |||
) | (A)++ |
#define likeconv | ( | s, | |
A | |||
) | (A) |
void my_hash_sort_bin | ( | CHARSET_INFO *cs | __attribute__(unused), |
const uchar * | key, | ||
uint | len, | ||
ulong * | nr1, | ||
ulong * | nr2 | ||
) |
int my_mbcharlen_8bit | ( | CHARSET_INFO *cs | __attribute__(unused), |
uint c | __attribute__(unused) | ||
) |
{ 63,0,0, MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY, "binary", "binary", "", NULL, ctype_bin, bin_char_array, bin_char_array, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 255, 0, &my_charset_handler, &my_collation_binary_handler }
{ my_coll_init_8bit_bin, my_strnncoll_8bit_bin, my_strnncollsp_8bit_bin, my_strnxfrm_8bit_bin, my_like_range_simple, my_wildcmp_bin, my_strcasecmp_bin, my_instr_bin, my_hash_sort_bin }