1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

- Fix inverted test on am in MYSQLDEF::DefineAM

modified:
  storage/connect/tabmysql.cpp
This commit is contained in:
Olivier Bertrand
2013-05-09 16:16:45 +02:00
parent 4959811411
commit be268bed3d

View File

@@ -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