We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db7bb4 commit d1eb593Copy full SHA for d1eb593
teamcity.build
@@ -230,7 +230,7 @@
230
<target name="setup-teamcity-mysql">
231
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver" />
232
<property name="nhibernate.dialect" value="NHibernate.Dialect.MySQL5Dialect" />
233
- <property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Old Guids=True;" />
+ <property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Protocol=memory;Old Guids=True;" />
234
<copy todir="${bin.dir}">
235
<fileset basedir="${root.dir}/lib/teamcity/mysql">
236
<include name="*.dll"/>
0 commit comments