diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-20 11:02:34 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-21 13:29:10 +0200 |
commit | 621a91328ba7f552ddcd05f3680184cd56357830 (patch) | |
tree | fbb375d97aabee6e2e051279a7d9813b3a7c7b4e /libcommon/common/common.hxx | |
parent | 049aa1e88958815a61e779f65e4c601fec104a10 (diff) |
Correct create_database implementation for Oracle
Diffstat (limited to 'libcommon/common/common.hxx')
-rw-r--r-- | libcommon/common/common.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx index 71715d7..6ae33d4 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -25,8 +25,6 @@ LIBCOMMON_EXPORT std::auto_ptr<odb::database> create_database (int& argc, char* argv[], bool create_schema = true, - unsigned short charset = 0, - unsigned short ncharset = 0, std::size_t max_connections = 0); // This function returns an accurate result only if the result iterator |