#986: MySQL database support
----------------------------+-----------------------------------------------
 Reporter:  anonymous       |        Owner:  jonas   
     Type:  enhancement     |       Status:  reopened
 Priority:  high            |    Milestone:  0.10    
Component:  general         |      Version:  devel   
 Severity:  major           |   Resolution:          
 Keywords:  database mysql  |  
----------------------------+-----------------------------------------------
Comment (by Andres Salomon <[EMAIL PROTECTED]>):

 I've updated the patch to include mysql4.0 fixes.  These include:

  * update db17.py to use "CREATE TEMPORARY TABLE" instead of "CREATE TEMP
 TABLE", as the TEMP syntax is unsupported.
  * the RecentChanges page was broken because mysql4.0 apparently does not
 support ordering by a function.  So, instead of doing that, order by the
 result (which is what was desired anyways).
  * the search used a subselect when searching wiki pages; instead of a
 subselect, I changed it to use a temp table.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/986>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to