diff options
author | kenjis <kenji.uui@gmail.com> | 2016-06-28 04:20:35 +0200 |
---|---|---|
committer | kenjis <kenji.uui@gmail.com> | 2016-06-28 04:20:35 +0200 |
commit | 4b933ad9d24daf67e28d804b95a231a707afede3 (patch) | |
tree | 97e2e992ab4eaaa98cf317a237dad9c5bf53b1e8 /system/database/drivers | |
parent | e947ff5e84e46cef404c7403e0d94b206c1a6404 (diff) |
Remove duplicated $_create_table_if
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
Diffstat (limited to 'system/database/drivers')
-rw-r--r-- | system/database/drivers/pdo/subdrivers/pdo_oci_forge.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php b/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php index f7b7f8f5a..94a52ffc8 100644 --- a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php +++ b/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php @@ -68,13 +68,6 @@ class CI_DB_pdo_oci_forge extends CI_DB_pdo_forge { protected $_drop_database = FALSE; /** - * CREATE TABLE IF statement - * - * @var string - */ - protected $_create_table_if = 'CREATE TABLE IF NOT EXISTS'; - - /** * UNSIGNED support * * @var bool|array |