1
0
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:
Andrew Hutchings
2016-08-17 14:06:13 +01:00
parent 0d2f496389
commit 6ef0880ad0

View File

@ -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