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>)
 
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
 +
  titlematch=%ma%
 +
</dpl>
 +
</nowiki></pre>
  
 
<dpl>
 
<dpl>

Revision as of 14:31, 16 February 2007

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
  titlematch=%ma%
</dpl>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: No parameter option supplied for ' addeditdate'. (Missing '=')


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