mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: remove Regexp_processor_pcre::m_subpatterns_needed
it's unused now.
This commit is contained in:
@@ -5589,7 +5589,7 @@ Item_func_regex::fix_length_and_dec()
|
||||
if (agg_arg_charsets_for_comparison(cmp_collation, args, 2))
|
||||
return;
|
||||
|
||||
re.init(cmp_collation.collation, 0, 0);
|
||||
re.init(cmp_collation.collation, 0);
|
||||
re.fix_owner(this, args[0], args[1]);
|
||||
}
|
||||
|
||||
@@ -5613,7 +5613,7 @@ Item_func_regexp_instr::fix_length_and_dec()
|
||||
if (agg_arg_charsets_for_comparison(cmp_collation, args, 2))
|
||||
return;
|
||||
|
||||
re.init(cmp_collation.collation, 0, 1);
|
||||
re.init(cmp_collation.collation, 0);
|
||||
re.fix_owner(this, args[0], args[1]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user