added const in hawk_rtx_isnilval()

This commit is contained in:
2023-06-29 00:01:54 +09:00
parent 2b702825ef
commit 139808dda7
4 changed files with 13 additions and 6 deletions

View File

@ -360,7 +360,7 @@ BEGIN {
print "stmt preparation error - ", mysql::errmsg();
}
result = mysql::stmt_execute(stmt, "%hawk%");
result = mysql::stmt_execute(stmt, mysql::TYPE_STR, "%hawk%");
if (result <= -1)
{
print "statement execution error - ", mysql::errmsg();