[Svn-src-all:2675] [version-2_12-dev 21574] #1641 (商品規格における木構造の廃止)

Seasoft admin @ mail.ec-cube.net
2012年 3月 2日 (金) 15:11:20 JST


Subversion committed to /home/svn/open 21574
http://svn.ec-cube.net/open_trac/changeset/21574
┌────────────────────────────┐
│更新者 :  Seasoft                                      │
│更新日時:  2012-03-02 15:11:20 +0900 (金, 02  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1641 (商品規格における木構造の廃止)
  * PostgreSQL 8.3 で dtb_products_class のユニークキーとインデックス dtb_products_class_product_id_key が名称競合していた。実際にインデックスの使用状況を確認したところ、後者は利用(インデックススキャン)されていなかった。また、DB状態などから必要となった場合も前者でカバー可能と考えられる。よって、後者は削除する。なお、MySQL に関しては、インデックスの使用状況を調査できていないため、削除を保留する。

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

変更: branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	2012-03-02 02:17:03 UTC (rev 21573)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	2012-03-02 06:11:20 UTC (rev 21574)
@@ -1158,7 +1158,6 @@
 
 
 CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id);
-CREATE INDEX dtb_products_class_product_id_key ON dtb_products_class(product_id);
 CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id);
 CREATE INDEX dtb_send_customer_customer_id_key ON dtb_send_customer(customer_id);
 CREATE INDEX dtb_mobile_ext_session_id_param_key_key ON dtb_mobile_ext_session_id (param_key);




Svn-src-all メーリングリストの案内