#At file:///C:/Users/Reggie/work/connector-net/6.4/ based on revid:reggie.burnett@stripped
1003 Reggie Burnett 2011-06-21
added SSPI and TableCaching source code files back in
modified:
Source/MySql.Data/MySql.Data.csproj
VS2008/Source/MySql.Data/MySql.Data.csproj
=== modified file 'Source/MySql.Data/MySql.Data.csproj'
=== modified file 'Source/MySql.Data/MySql.Data.csproj'
--- a/Source/MySql.Data/MySql.Data.csproj 2011-06-21 19:16:59 +0000
+++ b/Source/MySql.Data/MySql.Data.csproj 2011-06-21 19:32:35 +0000
@@ -112,8 +112,10 @@
<Compile Include="Properties\VersionInfo.cs" />
<Compile Include="ResultSet.cs" />
<Compile Include="SchemaProvider.cs" />
+ <Compile Include="SSPI.cs" />
<Compile Include="Statement.cs" />
<Compile Include="StoredProcedure.cs" />
+ <Compile Include="TableCache.cs" />
<Compile Include="TimedStream.cs" />
<Compile Include="TracingDriver.cs" />
<Compile Include="transaction.cs" />
=== modified file 'VS2008/Source/MySql.Data/MySql.Data.csproj'
--- a/VS2008/Source/MySql.Data/MySql.Data.csproj 2011-06-21 18:51:27 +0000
+++ b/VS2008/Source/MySql.Data/MySql.Data.csproj 2011-06-21 19:32:35 +0000
@@ -305,6 +305,12 @@
<Link>common\QueryNormalizer.cs</Link>
</Compile>
<Compile Include="..\..\..\Source\MySql.Data\MySqlTrace.cs" />
+ <Compile Include="..\..\..\Source\MySql.Data\SSPI.cs">
+ <Link>SSPI.cs</Link>
+ </Compile>
+ <Compile Include="..\..\..\Source\MySql.Data\TableCache.cs">
+ <Link>TableCache.cs</Link>
+ </Compile>
<Compile Include="..\..\..\Source\MySql.Data\TimedStream.cs" />
<Compile Include="..\..\..\Source\MySql.Data\TracingDriver.cs" />
</ItemGroup>
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110621193235-gv5q1ivvlnsv2r0e.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.4 branch (reggie.burnett:1003) | Reggie Burnett | 21 Jun |