1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Proposed fix for bug #3412 (embedded server: prepared statement returns

empty recordset where some records should be found)
This commit is contained in:
hf@deer.(none)
2004-05-28 15:59:29 +05:00
parent ccc4171276
commit 38334f62a4
6 changed files with 7 additions and 12 deletions

View File

@@ -932,8 +932,10 @@ public:
net.last_errno= 0;
net.report_error= 0;
}
inline bool vio_ok() const { return net.vio; }
#else
void clear_error();
inline bool vio_ok() const { return true; }
#endif
inline void fatal_error()
{