blob: de409349f3e69621a383faff325d36a33a2875c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- storage/connect/tabmysql.cpp.orig 2017-03-06 20:04:37 UTC
+++ storage/connect/tabmysql.cpp
@@ -335,7 +335,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCST
Delayed = !!GetIntCatInfo("Delayed", 0);
} else {
// MYSQL access from a PROXY table
- Tabschema = GetStringCatInfo(g, "Database", Tabschema ? Tabschema : PlugDup(g, "*"));
+ Tabschema = GetStringCatInfo(g, "Database", Tabschema ? Tabschema : PlugDup(g, (PSZ)"*"));
Isview = GetBoolCatInfo("View", false);
// We must get other connection parms from the calling table
|