diff options
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/native/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx index 8854566..437a160 100644 --- a/mysql/native/driver.cxx +++ b/mysql/native/driver.cxx @@ -23,7 +23,7 @@ main (int argc, char* argv[]) { try { - auto_ptr<database> db (create_database (argc, argv)); + auto_ptr<database> db (create_database (argc, argv, false)); // Create the database schema. // |