MDEV-3822 : 10.0-serg fails on windows buildslaves
Ensure semicolons are not lost when concatenating fill_help_tables to bootstrap.sql in Windows. 5.6 bootstrapper requires semicolons to separate bootstrapper commands.
This commit is contained in:
parent
cd5a6304b9
commit
4839f61bbd
@ -40,7 +40,7 @@ FOREACH(FILENAME mysql_system_tables.sql mysql_system_tables_data.sql)
|
||||
ENDFOREACH()
|
||||
ENDFOREACH()
|
||||
FILE(READ ${CMAKE_SOURCE_DIR}/scripts/fill_help_tables.sql CONTENTS)
|
||||
FILE(APPEND bootstrap.sql ${CONTENTS})
|
||||
FILE(APPEND bootstrap.sql "${CONTENTS}")
|
||||
|
||||
|
||||
FILE(REMOVE_RECURSE mysql)
|
||||
|
Loading…
x
Reference in New Issue
Block a user