You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
chore(codemanagement, build): build refactoring stage2
This commit is contained in:
@@ -42,4 +42,4 @@ columnstore_library(
|
||||
${FLEX_ddl_scan_OUTPUTS}
|
||||
)
|
||||
|
||||
columnstore_link(ddlpackage loggingcpp)
|
||||
columnstore_link(ddlpackage loggingcpp messageqcpp)
|
||||
|
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <stdexcept>
|
||||
#include "collation.h" // CHARSET_INFO
|
||||
#include "basic/collation.h" // CHARSET_INFO
|
||||
#include "ddlpkg.h"
|
||||
#include "mariadb_my_sys.h" // myf, MYF()
|
||||
|
||||
@@ -87,7 +87,7 @@ struct pass_to_bison
|
||||
myf utf8_flag;
|
||||
|
||||
pass_to_bison(ParseTree* pt)
|
||||
: fParseTree(pt), scanner(NULL), default_table_charset(NULL), utf8_flag(MYF(0)){};
|
||||
: fParseTree(pt), scanner(NULL), default_table_charset(NULL), utf8_flag(MYF(0)) {};
|
||||
};
|
||||
|
||||
class SqlParser
|
||||
|
Reference in New Issue
Block a user