Django

Code

Ticket #2052 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] freebsd, mysql, threading

Reported by: scott@clued-in.co.uk Assigned to: adrian
Milestone: Component: Database wrapper
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

(see #2036) There are a few more changes required to get django working on freebsd5.1 with mysql4.1 on the system I'm using... firstly, libmysqlclient needs compiling with -DWITH_LINUXTHREADS (with pthreads, it complains about missing symbol "pthread_getschedparam") secondly, more changes to the django.db stuff as in #2036 (diff attached - includes the code change from #2036)

Attachments

thread_stuff.diff (1.4 kB) - added by scott@clued-in.co.uk on 05/31/06 10:43:40.
alterations to django/db/transaction.py, django/utils/autoreload.py, django/utils/_threading_local.py

Change History

05/31/06 10:43:40 changed by scott@clued-in.co.uk

  • attachment thread_stuff.diff added.

alterations to django/db/transaction.py, django/utils/autoreload.py, django/utils/_threading_local.py

05/31/06 23:57:11 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3045]) Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk


Add/Change #2052 ([patch] freebsd, mysql, threading)




Change Properties
Action