1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

All charsets now have strnxfrm.

Some function names have been renamed to be more self-descriptive
This commit is contained in:
bar@bar.mysql.r18.ru
2003-01-15 18:06:07 +04:00
parent 809af00b06
commit 5743f94b57
18 changed files with 114 additions and 104 deletions

View File

@ -2843,8 +2843,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -2889,8 +2889,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -2934,8 +2934,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -2979,8 +2979,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3025,8 +3025,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3070,8 +3070,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3115,8 +3115,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3160,8 +3160,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3206,8 +3206,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3251,8 +3251,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3296,8 +3296,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3341,8 +3341,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3386,8 +3386,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3431,8 +3431,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3476,8 +3476,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3522,8 +3522,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3567,8 +3567,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3613,8 +3613,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3659,8 +3659,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3704,8 +3704,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3749,8 +3749,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3794,8 +3794,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3839,8 +3839,8 @@ static CHARSET_INFO compiled_charsets[] = {
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,