Answer the question
In order to leave comments, you need to log in
Why are variable names lost in triggers?
There is MariaDB 10.3. In the database triggers like:
BEGIN
DECLARE _statusName VARCHAR(32);
...
BEGIN
DECLARE VARCHAR(32);
...
mysqldump -u... -p... --routines --no-create-info --no-data --no-create-db --skip-opt dbname > triggers.sql
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question