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.
2 parents df46183 + ed8b53e commit 14b37a2Copy full SHA for 14b37a2
Source/MySql.Data/Driver.cs
@@ -193,7 +193,7 @@ public bool ConnectionLifetimeExpired()
193
public static Driver Create(MySqlConnectionStringBuilder settings)
194
{
195
Driver d = null;
196
-#if !CF && !RT && !NETSTANDARD1_3
+#if !CF && !RT
197
try
198
199
if (MySqlTrace.QueryAnalysisEnabled || settings.Logging || settings.UseUsageAdvisor)
0 commit comments