2
0
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:
ruben
2020-03-19 17:35:08 +00:00
parent afdc3bfd19
commit 4260bac19b
14 changed files with 105 additions and 106 deletions

View File

@@ -21,7 +21,6 @@ struct PrepareStatementTest : public NetworkTest<>
{
};
// sync errc
TEST_P(PrepareStatementTest, OkNoParams)
{
auto stmt = GetParam()->prepare_statement(conn, "SELECT * FROM empty_table");