mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
MDEV-4425: Removing the remainders from the old regex library.
This commit is contained in:
parent
6226043425
commit
4e433d73af
1 changed files with 0 additions and 4 deletions
|
|
@ -1898,7 +1898,6 @@ void clean_up(bool print_message)
|
|||
delete global_rpl_filter;
|
||||
end_ssl();
|
||||
vio_end();
|
||||
//my_regex_end();
|
||||
#if defined(ENABLED_DEBUG_SYNC)
|
||||
/* End the debug sync facility. See debug_sync.cc. */
|
||||
debug_sync_end();
|
||||
|
|
@ -3904,10 +3903,7 @@ static int init_common_variables()
|
|||
return 1;
|
||||
item_init();
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
//my_regex_init(&my_charset_latin1, check_enough_stack_size);
|
||||
my_string_stack_guard= check_enough_stack_size;
|
||||
#else
|
||||
//my_regex_init(&my_charset_latin1, NULL);
|
||||
#endif
|
||||
/*
|
||||
Process a comma-separated character set list and choose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue