#21196: Warning when running the test suite under MySQL
-------------------------------+-------------------------------------
     Reporter:  aaugustin      |                    Owner:  tchaumeny
         Type:  Bug            |                   Status:  assigned
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+-------------------------------------
Changes (by tchaumeny):

 * owner:  nobody => tchaumeny
 * cc: t.chaumeny@… (added)
 * has_patch:  0 => 1
 * status:  new => assigned


Comment:

 I encountered the same problem when trying to run the test suite under
 MySQL. It looks like MySQL doesn't support indexing VARCHAR fields with a
 length of 767+ on InnoDB tables (see
 http://dev.mysql.com/doc/refman/5.1/en/create-index.html). #15938
 introduced a `SlugField` on a field with `max_length = 1000` for a test.

 https://github.com/django/django/pull/3388 sets `db_index=False`, which
 solves the problem.

--
Ticket URL: <https://code.djangoproject.com/ticket/21196#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/067.016920bcab9d3be23c503c8708a65ce0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to