bbfef45b37
Add a new command that is able to return the set of configurations that that the given instance of memgraph was started up with. The returned information currently consists of the name, the default and the current value of each flag. The hidden property of three flags were removed, namely --query-cost-planner, --query-vertex-count-to-expand-existing and --query-max-plans. The flag --log-link-basename was completely removed since it is not used.
7 lines
261 B
CMake
7 lines
261 B
CMake
function(copy_configuration_check_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(write_procedures ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_configuration_check_e2e_python_files(default_config.py)
|
|
copy_configuration_check_e2e_python_files(configuration_check.py)
|