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
MCOL-1384 Parser accepts quotes with qualified dbobject identifiers.
This commit is contained in:
@ -9,6 +9,10 @@ ADD_CUSTOM_COMMAND(
|
||||
DEPENDS ddl.y ddl.l
|
||||
)
|
||||
|
||||
# Parser puts extra info to stderr.
|
||||
INCLUDE(../../check_compiler_flag.cmake)
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-DYYDEBUG" DEBUG)
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(ddlpackage_LIB_SRCS
|
||||
|
Reference in New Issue
Block a user