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 31d9c01 commit 79b66edCopy full SHA for 79b66ed
include/mysqlx/xdevapi.h
@@ -1249,7 +1249,7 @@ void CollectionOptions::do_set<CollectionOptions::VALIDATION>(CollectionValidati
1249
m_data.validation.m_data.used.test(CollectionValidation::SCHEMA))
1250
throw_error("Validation already set.");
1251
1252
- m_data.used.test(CollectionOptions::VALIDATION);
+ m_data.used.set(CollectionOptions::VALIDATION);
1253
m_data.validation.m_data.used.set(CollectionValidation::LEVEL);
1254
m_data.validation.m_data.used.set(CollectionValidation::SCHEMA);
1255
0 commit comments