Difference between revisions of "Bug sortkey"

From FollowTheScore
Jump to: navigation, search
(New page: <dpl> debug=3 namespace= headingmode=H4 ordermethod=category,lastedit addcategories=true addeditdate titlematch=%ma% </dpl>)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
== Result set too big ==
 +
With MySQL 4.2 the query returns a result set which contains too many elements;
 +
executing the same DPL statement on MySQL 5 yields the correct result.
 +
<pre><nowiki>
 +
<dpl>
 +
debug=3
 +
  namespace=
 +
  headingmode=H4
 +
  ordermethod=category,lastedit
 +
  addcategories=true
 +
  addeditdate=true
 +
  titlematch=%ma%
 +
</dpl>
 +
</nowiki></pre>
  
 
<dpl>
 
<dpl>
Line 6: Line 20:
 
   ordermethod=category,lastedit
 
   ordermethod=category,lastedit
 
   addcategories=true
 
   addcategories=true
   addeditdate
+
   addeditdate=true
 
   titlematch=%ma%
 
   titlematch=%ma%
 
</dpl>
 
</dpl>

Latest revision as of 08:30, 25 June 2009

Result set too big

With MySQL 4.2 the query returns a result set which contains too many elements; executing the same DPL statement on MySQL 5 yields the correct result.

<dpl>
debug=3
  namespace=
  headingmode=H4
  ordermethod=category,lastedit
  addcategories=true
  addeditdate=true
  titlematch=%ma%
</dpl>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: Skipping bad option 'H4' for parameter 'headingmode'.