mariadb/storage/mroonga/udf
Monty a206658b98 Change CHARSET_INFO character set and collaction names to LEX_CSTRING
This change removed 68 explict strlen() calls from the code.

The following renames was done to ensure we don't use the old names
when merging code from earlier releases, as using the new variables
for print function could result in crashes:
- charset->csname renamed to charset->cs_name
- charset->name renamed to charset->coll_name

Almost everything where mechanical changes except:
- Changed to use the new Protocol::store(LEX_CSTRING..) when possible
- Changed to use field->store(LEX_CSTRING*, CHARSET_INFO*) when possible
- Changed to use String->append(LEX_CSTRING&) when possible

Other things:
- There where compiler issues with ensuring that all character set names
  points to the same string: gcc doesn't allow one to use integer constants
  when defining global structures (constant char * pointers works fine).
  To get around this, I declared defines for each character set name
  length.
2021-05-19 22:54:07 +02:00
..
Makefile.am
mrn_udf_command.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_escape.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_highlight_html.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_last_insert_grn_id.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_normalize.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_query_expand.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_udf_snippet.cpp Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
mrn_udf_snippet_html.cpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sources.am Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00