Commit 47c88962 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-25207 mysql_install_db doesn't create sys schema


Fix by adding sys schema to cat_sql()
parent b3c470a3
......@@ -549,7 +549,7 @@ cat_sql()
;;
esac
cat "$create_system_tables" "$create_system_tables2" "$fill_system_tables" "$fill_help_tables" "$maria_add_gis_sp"
cat "$create_system_tables" "$create_system_tables2" "$fill_system_tables" "$fill_help_tables" "$maria_add_gis_sp" "$mysql_sys_schema"
if test "$skip_test_db" -eq 0
then
cat "$mysql_test_db"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment