here is the error i get from mysql server when i try to import the txt file in order to create the table:
Error
SQL query:
CREATE TABLE video(
nid int( 10 ) unsigned NOT NULL default '0',
vidfile text NOT NULL default '',
videox int( 4 ) NOT NULL default '',
videoy int( 4 ) NOT NULL default '',
size varchar( 30 ) NOT NULL default '',
clicks int( 10 ) unsigned NOT NULL default '0',
PRIMARY KEY ( nid )
);
MySQL said: Documentation
#1067 - Invalid default value for 'videox'
is the video module and all modules for version 4.6 compatible with mysql 5.0?
| Comment | File | Size | Author |
|---|---|---|---|
| sshUploading.tiff | 6.3 KB | jeanmichel-1 |
Comments
Comment #1
fax8 commentedThank you for this bug report.
This has been fixed.
See here for details.
Fabio
Comment #2
(not verified) commented