You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
This reverts commit 449029a827
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user