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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user