https://bugzilla.wikimedia.org/show_bug.cgi?id=57079

--- Comment #5 from Aaron Halfaker <[email protected]> ---
Sure enough.  log_page = 0 is no redirect is created. 

> SELECT log_id, log_namespace, log_title, log_page, log_params FROM logging 
> WHERE log_action = "move" and log_type = "move" AND log_params LIKE 
> '%"5::noredir";s:1:"1";%' ORDER BY log_id DESC LIMIT 1;
+----------+---------------+----------------------+----------+------------------------------------------------------------+
| log_id   | log_namespace | log_title            | log_page | log_params      
                                          |
+----------+---------------+----------------------+----------+------------------------------------------------------------+
| 52627069 |             0 | UCI_(disambiguation) |        0 |
a:2:{s:9:"4::target";s:3:"UCI";s:10:"5::noredir";s:1:"1";} |
+----------+---------------+----------------------+----------+------------------------------------------------------------+
1 row in set (0.04 sec)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to