StendhalDevelopmentBlog: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Madmetzger |
imported>Hendrik Brummermann No edit summary |
||
| Line 2: | Line 2: | ||
== Year 2009 == |
== Year 2009 == |
||
'''Database maintenance'''<br/> |
|||
We are going to convert all MySQL tables from MyIsam to InnoDB. MyIsam is the default table engine in MySQL but it does not support transactions which sporadically leads to failed account creations. Several database operations are not possible at the moment because MyIsam always locks the complete table for concurrent access which in turn causes huge lag in game. |
|||
--[[User:Hendrik Brummermann|Hendrik Brummermann]] 10:30, 17 August 2009 (UTC) |
|||
'''Hudson used for continuous integration'''<br/> |
'''Hudson used for continuous integration'''<br/> |
||
Since this summer we use hudson for regular building of stendhal. You can find it [http://stendhal.game-host.org/hudson here]. A documentation on how to configure hudson is placed [[HudsonTestServer|here]] in the wiki. |
Since this summer we use hudson for regular building of stendhal. You can find it [http://stendhal.game-host.org/hudson here]. A documentation on how to configure hudson is placed [[HudsonTestServer|here]] in the wiki. |
||