I got past this error by adding a NULL at the end of the values in :

-- Create a dummy page to satisfy fk contraints especially with revisions
INSERT INTO &mw_prefix.page
  VALUES (0, 0, ' ', NULL, 0, 0, 0, 0, current_timestamp, NULL, 0, 0, NULL);



On Thu, Sep 18, 2014 at 6:11 PM, Bill Traynor <[email protected]> wrote:
> -- Create a dummy page to satisfy fk contraints especially with revisions
> INSERT INTO &mw_prefix.page
>   VALUES (0, 0, ' ', NULL, 0, 0, 0, 0, current_timestamp, NULL, 0, 0, NULL);

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to