mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
connect engine compiler warnings
This commit is contained in:
@@ -334,7 +334,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCSTR am, int)
|
||||
Delayed = !!GetIntCatInfo("Delayed", 0);
|
||||
} else {
|
||||
// MYSQL access from a PROXY table
|
||||
Database = GetStringCatInfo(g, "Database", Schema ? Schema : "*");
|
||||
Database = GetStringCatInfo(g, "Database", Schema ? Schema : (char*)"*");
|
||||
Isview = GetBoolCatInfo("View", false);
|
||||
|
||||
// We must get other connection parms from the calling table
|
||||
|
Reference in New Issue
Block a user