Bug #11083 | myisam.test fail w/ --without-geometry | ||
---|---|---|---|
Submitted: | 3 Jun 2005 19:46 | Modified: | 15 Aug 2005 16:55 |
Reporter: | Francesco Riosa | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | >= 4.1 | OS: | |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[3 Jun 2005 19:46]
Francesco Riosa
[3 Jun 2005 20:53]
MySQL Verification Team
Thank you for the bug report i was able to repeat: myisam [ fail ] Errors are (from /home/miguel/dbs/mysql-4.1/mysql-test/var/log/mysqltest-time) : /home/miguel/dbs/mysql-4.1/client/.libs/mysqltest: At line 480: query 'CREATE TABLE t1 (`a` int(11) NOT NULL default '0', `b` int(11) NOT NULL default '0', UNIQUE KEY `a` USING RTREE (`a`,`b`)) ENGINE=MyISAM' failed with wrong errno 1289 instead of 1235...
[27 Jul 2005 16:47]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27649
[8 Aug 2005 12:49]
Alexey Botchkov
Pushed into 4.1.14
[15 Aug 2005 16:55]
Mike Hillyer
Documented in 4.1.14 changelog: <listitem><para><literal>myisam.test</literal> failed when server compiled using <option>--without-geometry</option> option. (Bug #11083)</para></listitem>
[15 Aug 2005 17:53]
Francesco Riosa
705_all_view_geometry.patch
Attachment: 705_all_view_geometry.patch (application/octet-stream, text), 2.48 KiB.
[15 Aug 2005 17:55]
Francesco Riosa
"view" test of MySQL-5.0.11-beta fail if compiled --without-geometry . The provided patch move a slice of "view.test" into "gis-view.test" to workaround the problem.