summaryrefslogtreecommitdiff
path: root/odb/relational/mysql/schema.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mysql/schema.cxx')
-rw-r--r--odb/relational/mysql/schema.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx
index 6db30ad..4050d70 100644
--- a/odb/relational/mysql/schema.cxx
+++ b/odb/relational/mysql/schema.cxx
@@ -125,20 +125,6 @@ namespace relational
}
};
entry<create_table> create_table_;
-
- struct create_index: relational::create_index, context
- {
- create_index (base const& x): base (x) {}
-
- virtual string
- name (sema_rel::index& in)
- {
- // In MySQL an index cannot be qualified with the database name.
- //
- return quote_id (in.name ().uname ());
- }
- };
- entry<create_index> create_index_;
}
}
}