[Buildbot-commits] [Buildbot] #1904: Set MySQL storage engine using a connect listener

Buildbot nobody at buildbot.net
Mon Mar 28 00:59:05 UTC 2011


#1904: Set MySQL storage engine using a connect listener
------------------------+----------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.4
 Version:  0.8.3p1      |   Keywords:  database
------------------------+----------------------
 MySQL allows you to set the default storage engine per-connection with
 {{{
 set storage-engine InnoDB
 }}}
 and this would be a good idea to avoid folks ending up with MyISAM tables
 by default.  The storage engine should be configurable via a URL
 parameter, too.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1904>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list