mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-21 15:12:30 +00:00
Renamed all 'errc' variables to 'code'
This commit is contained in:
@@ -21,7 +21,6 @@ struct PrepareStatementTest : public NetworkTest<>
|
||||
{
|
||||
};
|
||||
|
||||
// sync errc
|
||||
TEST_P(PrepareStatementTest, OkNoParams)
|
||||
{
|
||||
auto stmt = GetParam()->prepare_statement(conn, "SELECT * FROM empty_table");
|
||||
|
||||
Reference in New Issue
Block a user