Skip to content

Commit 36111d0

Browse files
author
Tor Didriksen
committed
Bug#35118624 refactor Parser to allow multiple Parsers
Post-push fix, add dependency to avoid: make routertest_fuzz_parser_show_warnings sql/lex.h:36:10: fatal error: 'sql/sql_hints.yy.h' file not found Change-Id: I9c5f2ace9428ea8bb548c6a678e74f06427a7841
1 parent eb24cbc commit 36111d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

router/src/routing/tests/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ IF(LIBFUZZER_COMPILE_FLAGS)
120120
../src/sql_lexer.cc
121121
${CMAKE_SOURCE_DIR}/sql/sql_lex_hash.cc
122122
COMPONENT Router
123+
DEPENDENCIES GenServerSource
123124
LINK_LIBRARIES harness_stdx;mysys
124125
SKIP_INSTALL
125126
)

0 commit comments

Comments
 (0)