Commit 58a06428 authored by Jérome Perrin's avatar Jérome Perrin

port r11947 in erp5_mysql_innodb and erp5_mysql_ndb



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11958 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a1bac62
......@@ -144,9 +144,6 @@ selection_report</string> </value>
SELECT\n
COUNT(DISTINCT catalog.uid) <dtml-comment>We need subselect for better statistics</dtml-comment>\n
<dtml-if select_expression>\n
, <dtml-var select_expression>\n
</dtml-if>\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
<dtml-if selection_domain>\n
......@@ -222,9 +219,6 @@ GROUP BY\n
SELECT\n
COUNT(DISTINCT catalog.uid) <dtml-comment>We need subselect for better statistics</dtml-comment>\n
<dtml-if select_expression>\n
, <dtml-var select_expression>\n
</dtml-if>\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
<dtml-if selection_domain>\n
......
6
\ No newline at end of file
7
\ No newline at end of file
......@@ -136,9 +136,6 @@ selection_report</string> </value>
SELECT\n
COUNT(DISTINCT catalog.uid) <dtml-comment>We need subselect for better statistics</dtml-comment>\n
<dtml-if select_expression>\n
, <dtml-var select_expression>\n
</dtml-if>\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
<dtml-if selection_domain>\n
......@@ -210,9 +207,6 @@ ORDER BY\n
SELECT\n
COUNT(DISTINCT catalog.uid) <dtml-comment>We need subselect for better statistics</dtml-comment>\n
<dtml-if select_expression>\n
, <dtml-var select_expression>\n
</dtml-if>\n
FROM\n
<dtml-in from_table_list> <dtml-var sequence-item> AS <dtml-var sequence-key><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>\n
<dtml-if selection_domain>\n
......
25
\ No newline at end of file
26
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment