[patch] freebsd, mysql, threading
(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
(1)
- thread_stuff.diff
(1.4 KB
) - added by scott@… 18 years ago.
- alterations to django/db/transaction.py, django/utils/autoreload.py, django/utils/_threading_local.py
Download all attachments as:
.zip
Change History
(2)
Resolution: |
→ fixed
|
Status: |
new → closed
|
alterations to django/db/transaction.py, django/utils/autoreload.py, django/utils/_threading_local.py