Commit 5aec7540 authored by Olivier Bertrand's avatar Olivier Bertrand

Fix MDEV-13924 modified: storage/connect/jdbconn.cpp

parent 791e5fd4
......@@ -654,7 +654,7 @@ bool JDBConn::Connect(PJPARM sop)
if (gmID(g, typid, "ColumnType", "(ILjava/lang/String;)I"))
return true;
else
m_Opened = true;
m_Connected = true;
return false;
} // end of Connect
......
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