diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:57:27 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:57:27 +0200 |
commit | 002b8fac833c53ab431c72090b82cc2e7de396f2 (patch) | |
tree | 52b2f755e0ef533411709d2725ac2f406d791ade /system/database/drivers/cubrid/cubrid_driver.php | |
parent | a8a2e3325c128ccdc941daba3bba10b78bf2d098 (diff) | |
parent | da44bacbad76b9a898accdd533b48c04c6b0b12f (diff) |
Merge remote-tracking branch 'upstream/develop' into unit-tests
Diffstat (limited to 'system/database/drivers/cubrid/cubrid_driver.php')
-rw-r--r-- | system/database/drivers/cubrid/cubrid_driver.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/database/drivers/cubrid/cubrid_driver.php b/system/database/drivers/cubrid/cubrid_driver.php index bed3d8685..0f9c427e6 100644 --- a/system/database/drivers/cubrid/cubrid_driver.php +++ b/system/database/drivers/cubrid/cubrid_driver.php @@ -159,22 +159,6 @@ class CI_DB_cubrid_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Select the database - * - * @return resource - */ - public function db_select() - { - // In CUBRID there is no need to select a database as the database - // is chosen at the connection time. - // So, to determine if the database is "selected", all we have to - // do is ping the server and return that value. - return cubrid_ping($this->conn_id); - } - - // -------------------------------------------------------------------- - - /** * Database version number * * @return string |