Skip to content
Permalink
Browse files
MDEV-17040 sql/sql_yacc_orac.cc is included but sql/sql_yacc_ora.cc i…
…sn't included in source archive

fix a packaging typo
  • Loading branch information
vuvova committed Aug 24, 2018
1 parent db3be33 commit 9c5a038
Showing 1 changed file with 1 addition and 1 deletion.
@@ -110,7 +110,7 @@ CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc.cc
CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.hh
${PACKAGE_DIR}/sql/sql_yacc_ora.hh COPYONLY)
CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.cc
${PACKAGE_DIR}/sql/sql_yacc_orac.cc COPYONLY)
${PACKAGE_DIR}/sql/sql_yacc_ora.cc COPYONLY)

# Add documentation, if user has specified where to find them
IF(MYSQL_DOCS_LOCATION)

0 comments on commit 9c5a038

Please sign in to comment.