You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
Database dumps with store procedures or triggers contain their definer. When importing to another database where the definers might vary it causes issues. netz98/n98-magerun#130 tackled the issue by piping a stream edit and replacing the definer statements with a wildcard.
We could look into doing the same. How it's currently implemented and for performance reasons we'll probably need to look at using the native stream_filter functions and preg_replace the definer statements.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Database dumps with store procedures or triggers contain their definer. When importing to another database where the definers might vary it causes issues. netz98/n98-magerun#130 tackled the issue by piping a stream edit and replacing the definer statements with a wildcard.
We could look into doing the same. How it's currently implemented and for performance reasons we'll probably need to look at using the native
stream_filter
functions andpreg_replace
the definer statements.The text was updated successfully, but these errors were encountered: