summaryrefslogtreecommitdiff
path: root/odb/mysql/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/common.hxx')
-rw-r--r--odb/mysql/common.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx
index 5016843..c689bb6 100644
--- a/odb/mysql/common.hxx
+++ b/odb/mysql/common.hxx
@@ -172,19 +172,19 @@ namespace mysql
}
virtual void
- traverse_decimal (type&, sql_type const& t)
+ traverse_decimal (type&, sql_type const&)
{
r_ = true;
}
virtual void
- traverse_long_string (type&, sql_type const& t)
+ traverse_long_string (type&, sql_type const&)
{
r_ = true;
}
virtual void
- traverse_short_string (type&, sql_type const& t)
+ traverse_short_string (type&, sql_type const&)
{
r_ = true; // @@ Short string optimization disabled.
}