#29882: UDFs are not dumped to the clone MySQL test db
-------------------------------------+-------------------------------------
     Reporter:  thomazzo             |                    Owner:  thomazzo
         Type:  New feature          |                   Status:  assigned
    Component:  Database layer       |                  Version:  2.1
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by thomazzo:

Old description:

> Stored procedures and functions are not dumped to the clone db.
>
> Adding the `--routines` option to the mysqldump command would fix it (see
> https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_routines)

New description:

 Stored procedures and functions are not dumped to the clone db.

 When creating the test database with mysql, the mysqldump command is only
 dumping the schemas but not the stored procedures and functions, when that
 should probably be the default.

 Adding the `--routines` option to the mysqldump command would fix it (see
 
https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_routines)

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29882#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.69786a14cdb5129417d850348a60d5d9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to