MDEV-25207 mysql_install_db doesn't create sys schema

Fix by adding sys schema to cat_sql()
This commit is contained in:
Vladislav Vaintroub 2021-03-20 00:14:45 +01:00
parent b3c470a3c7
commit 47c8896240

View File

@ -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"