aboutsummaryrefslogtreecommitdiff
path: root/mysql/native/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/native/driver.cxx')
-rw-r--r--mysql/native/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx
index a8d2f5f..9eaf504 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -15,14 +15,15 @@
#include <common/common.hxx>
using namespace std;
-using namespace odb::core;
+namespace mysql = odb::mysql;
+using namespace mysql;
int
main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv));
+ auto_ptr<database> db (create_specific_database<database> (argc, argv));
// Create the database schema.
//