1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

Revert "Deep build refactoring phase 2 (#3564)" (#3678)

This reverts commit 449029a827.
This commit is contained in:
Leonid Fedorov
2025-08-01 02:56:31 +04:00
committed by GitHub
parent 28517a8fb9
commit 8a535e872c
106 changed files with 3327 additions and 344 deletions

View File

@@ -27,7 +27,7 @@
*/
#include <stdexcept>
#include "mariadb_charset/collation.h" // CHARSET_INFO
#include "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