Skip to content

Commit

Permalink
Fix MDEV-13924 modified: storage/connect/jdbconn.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Oct 11, 2017
1 parent 791e5fd commit 5aec754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/jdbconn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aec754

Please sign in to comment.