mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-18 14:00:15 +00:00
spelling: setting
This commit is contained in:
@@ -374,7 +374,7 @@ public:
|
||||
// is_null only if it should be true. This gives up minor performance
|
||||
// benefit while being safe approach. For improved readability, the
|
||||
// code that explicitly sets is_null is there, but is commented out.
|
||||
// This also takes care of seeeting bind_[X].is_null to MLM_FALSE.
|
||||
// This also takes care of setting bind_[X].is_null to MLM_FALSE.
|
||||
memset(&bind_[0], 0, sizeof(MYSQL_BIND) * bind_.size());
|
||||
|
||||
// host_id : INT UNSIGNED NOT NULL
|
||||
|
Reference in New Issue
Block a user