#27677: Disable savepoint support for MySQL NDB engine tables, and option to
overwrite the default.
-------------------------------------+-------------------------------------
               Reporter:  Alan       |          Owner:  nobody
  Justino da Silva                   |
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Savepoint support for MySQL has introduced in ~2012. Right now there is
 the NDBCLUSTER engine that does support transactions but does not support
 savepoints. And returns error if tried.

 (Related: #15507)

 On Github PR https://github.com/django/django/pull/7779 is code that
 disables savepoints for NDB/NDBCLUSTER but allows user to explicitly
 enable/disable savepoints for this and other engines in the future if
 needed.

 Please provide feedback before effort be put in documentation on this new
 feature.

--
Ticket URL: <https://code.djangoproject.com/ticket/27677>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.365378e17a71f593082fa2eda4d872dd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to