#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 |
uint | my_lengthsp_binary (CHARSET_INFO *cs __attribute__((unused)), const char *ptr __attribute__((unused)), uint length) |
int | my_mbcharlen_8bit (CHARSET_INFO *cs __attribute__((unused)), uint c __attribute__((unused))) |
void | my_hash_sort_8bit_bin (CHARSET_INFO *cs __attribute__((unused)), const uchar *key, uint len, ulong *nr1, ulong *nr2) |
void | my_hash_sort_bin (CHARSET_INFO *cs __attribute__((unused)), const uchar *key, uint len, ulong *nr1, ulong *nr2) |
int | my_wildcmp_bin (CHARSET_INFO *cs, const char *str, const char *str_end, const char *wildstr, const char *wildend, int escape, int w_one, int w_many) |
Variables |
MY_COLLATION_HANDLER | my_collation_8bit_bin_handler |
CHARSET_INFO | my_charset_bin |
Documentación de los 'defines'
#define INC_PTR |
( |
|
cs, |
|
|
|
A, |
|
|
|
B |
|
) |
| (A)++ |
#define likeconv |
( |
|
s, |
|
|
|
A |
|
) |
| (A) |
Documentación de las funciones
int my_wildcmp_bin |
( |
CHARSET_INFO * |
cs, |
|
|
const char * |
str, |
|
|
const char * |
str_end, |
|
|
const char * |
wildstr, |
|
|
const char * |
wildend, |
|
|
int |
escape, |
|
|
int |
w_one, |
|
|
int |
w_many |
|
) |
| |
Documentación de las variables
Valor inicial:
{
my_coll_init_8bit_bin,
my_strnncoll_8bit_bin,
my_strnncollsp_8bit_bin,
my_strnxfrm_8bit_bin,
my_strnxfrmlen_simple,
my_like_range_simple,
my_wildcmp_bin,
my_strcasecmp_bin,
my_instr_bin,
my_hash_sort_8bit_bin,
my_propagate_simple
}