One other edit needed to schema_13_up.sql. The indexes need to include a
specified length for text columns.


Code:
--------------------
    
  CREATE INDEX videoURLIndex ON videos (url(255));
  
  CREATE INDEX imageURLIndex ON images (url(255));
  
--------------------


Like I thought, something in the move to Perl 5.14 broke MySQL support
on Windows. Revision 33175, before the change, runs OK when the MySQL
schema files have been put into place. Revision 33209, after the switch
to 5.14, does not.


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=91432

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to