You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5328: PCRE based regexp regexp_substr regexp_instr regexp_replace [stable-23.10] (#3215)
* MCOL-5328: PCRE based regexp regexp_substr regexp_instr regexp_replace * Add qa test for MCOL-5328 --------- Co-authored-by: Susil Behera <susil.behera@mariadb.com>
This commit is contained in:
@ -67,7 +67,7 @@ extern boost::condition_variable cond;
|
||||
|
||||
namespace
|
||||
{
|
||||
const std::string myname = "DMLProc";
|
||||
[[maybe_unused]] const std::string myname = "DMLProc";
|
||||
}
|
||||
|
||||
namespace dmlprocessor
|
||||
|
Reference in New Issue
Block a user