diff options
Diffstat (limited to 'storage/connect/tabmysql.cpp')
-rw-r--r-- | storage/connect/tabmysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabmysql.cpp b/storage/connect/tabmysql.cpp index f06e8e9bd57..1a19b4cbf33 100644 --- a/storage/connect/tabmysql.cpp +++ b/storage/connect/tabmysql.cpp @@ -790,7 +790,7 @@ bool TDBMYSQL::OpenDB(PGLOBAL g) } // endif m_Res #endif // 0 - if (Srcdef) + if (!m_Rc && Srcdef) if (SetColumnRanks(g)) return true; |