mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Reorganization to restore generating charset C files from conf files
This commit is contained in:
parent
231553039f
commit
2c2b14f9a2
17 changed files with 4139 additions and 4067 deletions
|
|
@ -7,12 +7,11 @@
|
|||
|
||||
static bool regex_inited=0;
|
||||
|
||||
void regex_init()
|
||||
void regex_init(CHARSET_INFO *cs)
|
||||
{
|
||||
char buff[CCLASS_LAST][256];
|
||||
int count[CCLASS_LAST];
|
||||
uint i;
|
||||
CHARSET_INFO *cs=default_charset_info;
|
||||
|
||||
if (!regex_inited)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue