We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc0bcd commit c296219Copy full SHA for c296219
mysql.cc
@@ -62,7 +62,7 @@ int lockcheck(std::string filename){
62
changestatement->executeUpdate();
63
return 0;
64
}
65
-void process(sql::PreparedStatement *readdatament, std::vector<std::string> s, sql::Connection *con)
+void process(sql::PreparedStatement *readDatament, std::vector<std::string> s, sql::Connection *con)
66
{
67
for (int i = 0; i < 2; i++)
68
0 commit comments