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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx
index 4ffe447..a8d2f5f 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -22,7 +22,7 @@ main (int argc, char* argv[])
{
try
{
- auto_ptr<database> db (create_database (argc, argv, false));
+ auto_ptr<database> db (create_database (argc, argv));
// Create the database schema.
//