aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/mysql/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mysql/common.cxx')
-rw-r--r--odb/relational/mysql/common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index a8f4668..af53a50 100644
--- a/odb/relational/mysql/common.cxx
+++ b/odb/relational/mysql/common.cxx
@@ -169,7 +169,7 @@ namespace relational
image_type (semantics::data_member& m)
{
type_.clear ();
- member_base::traverse (m);
+ member_base::traverse (m, true);
return type_;
}
@@ -314,7 +314,7 @@ namespace relational
database_type_id (type& m)
{
type_id_.clear ();
- member_base::traverse (m);
+ member_base::traverse (m, true);
return type_id_;
}