source: branches/comu-ver2/html/install/sql/drop_view.sql @ 17549

Revision 17549, 228 bytes checked in by Seasoft, 16 years ago (diff)

・VIEWを改訂。簡素化と高速化を目論む。(従来互換を考慮していますが、影響範囲が大きいので不具合もあるかと思います。また、MySQL v4系は、環境が無いため未テストです。バグレポートをお願いします。)
r17509 の不具合対応。
r17548 の応急処置を正式に対応。
・[検索結果をすべて削除]でエラーが発生する不具合を修正。

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1DROP VIEW vw_category_count;
2DROP VIEW vw_product_class;
3DROP VIEW vw_products_allclass;
4DROP VIEW vw_products_allclass_detail;
5DROP VIEW vw_products_nonclass;
6DROP VIEW vw_cross_products_class;
7DROP VIEW vw_cross_class;
Note: See TracBrowser for help on using the repository browser.