Bug #10505 | MysqlImport not support to all date format | ||
---|---|---|---|
Submitted: | 10 May 2005 12:07 | Modified: | 13 May 2005 10:30 |
Reporter: | Disha | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.5-beta-nt | OS: | Windows (Window XP) |
Assigned to: | CPU Architecture: | Any |
[10 May 2005 12:07]
Disha
[10 May 2005 16:16]
MySQL Verification Team
Verified on Linux: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 to server version: 5.0.6-beta-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select * from t1; +------------+ | d1 | +------------+ | 0000-00-00 | | 0000-00-00 | | 0000-00-00 | | 0000-00-00 | | 0000-00-00 | | 0000-00-00 | | 1997-05-05 | | 1997-05-05 | | 1997-05-05 | | 1997-05-05 | | 0000-00-00 | | 0000-00-00 | | 0000-00-00 | +------------+ 13 rows in set (0.00 sec)
[13 May 2005 10:30]
Sergei Golubchik
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: http://dev.mysql.com/doc/mysql/en/datetime.html