You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Fix DDL compile error
The code generated by bison wouldn't compile due to the compiler finding namespace ambiguity.
This commit is contained in:
@ -69,7 +69,7 @@ char* copy_string(const char *str);
|
||||
%expect 15
|
||||
%pure-parser
|
||||
%lex-param {void * scanner}
|
||||
%parse-param {struct pass_to_bison * x}
|
||||
%parse-param {struct ddlpackage::pass_to_bison * x}
|
||||
%debug
|
||||
|
||||
/* Bison uses this to generate a C union definition. This is used to
|
||||
|
Reference in New Issue
Block a user