We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed22ed commit 65168cfCopy full SHA for 65168cf
1 file changed
Orm/Xtensive.Orm.MySql/Sql.Drivers.MySql/v5_0/Extractor.cs
@@ -116,7 +116,7 @@ public ExtractionContext(Catalog catalog, string targetSchema)
116
117
/// <inheritdoc/>
118
public override Catalog ExtractCatalog(string catalogName) =>
119
- ExtractSchemes(catalogName, Array.Empty<string>());
+ ExtractSchemes(catalogName, new[] { Driver.CoreServerInfo.DefaultSchemaName });
120
121
122
public override Task<Catalog> ExtractCatalogAsync(string catalogName, CancellationToken token = default) =>
0 commit comments