mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Reorganization to restore generating charset C files from conf files
This commit is contained in:
@ -76,7 +76,7 @@ extern void regfree(regex_t *);
|
||||
|
||||
/* === reginit.c === */
|
||||
|
||||
extern void regex_init(void); /* Should be called for multithread progs */
|
||||
extern void regex_init(CHARSET_INFO *cs); /* Should be called for multithread progs */
|
||||
extern void regex_end(void); /* If one wants a clean end */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user