Commit be268bed authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix inverted test on am in MYSQLDEF::DefineAM

modified:
  storage/connect/tabmysql.cpp
parent 49598114
......@@ -283,7 +283,7 @@ bool MYSQLDEF::DefineAM(PGLOBAL g, LPCSTR am, int poff)
Desc = "MySQL Table";
if (!stricmp(am, "MYPRX")) {
if (stricmp(am, "MYPRX")) {
// Normal case of specific MYSQL table
if (!url || !*url) {
// Not using the connection URL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment