MXS-1549: Add basic test case
Added a basic test case that checks that the functionality works as expected.
This commit is contained in:
@ -290,6 +290,11 @@ public:
|
||||
return !row.empty() && row[0] == res;
|
||||
}
|
||||
|
||||
Row row(std::string q)
|
||||
{
|
||||
return get_row(m_conn, q);
|
||||
}
|
||||
|
||||
const char* error() const
|
||||
{
|
||||
return mysql_error(m_conn);
|
||||
|
||||
Reference in New Issue
Block a user