| Bug #7268 | Test failure: 'subselect' with '--ps-protocol' | ||
|---|---|---|---|
| Submitted: | 14 Dec 2004 13:53 | Modified: | 16 Dec 2004 6:27 |
| Reporter: | Joerg Bruehe | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server | Severity: | S2 (Serious) |
| Version: | 4.1.8 | OS: | Linux (Linux / x86) |
| Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[14 Dec 2004 14:54]
Ramil Kalimullin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information
about accessing the source trees is available at
http://www.mysql.com/doc/en/Installing_source_tree.html
Additional info:
fixed in 4.1.8

Description: In our release builds of 4.1.8, test 'subselect' fails if run with '--ps-protocol'. It passes in default run! Failure report: ------------------------------------------------------- *** r/subselect.result 2004-12-14 15:40:37.000000000 +0300 --- r/subselect.reject 2004-12-14 16:46:35.987140816 +0300 *************** *** 2116,2123 **** Capital int(11) default NULL, Code2 char(2) NOT NULL default '' ) TYPE=MyISAM; - Warnings: - Warning 1287 'TYPE=storage_engine' is deprecated; use 'ENGINE=storage_engine' instead INSERT INTO t1 VALUES ('XXX','Xxxxx','Oceania','Xxxxxx',26.00,0,0,0,0,0,'Xxxxx','Xxxxx','Xxxxx',NULL,'XX'); INSERT INTO t1 VALUES ('ASM','American Samoa','Oceania','Polynesia',199.00,0,68000,75.1,334.00,NULL,'Amerika Samoa','US Territory','George W. Bush',54,'AS'); INSERT INTO t1 VALUES ('ATF','French Southern territories','Antarctica','Antarctica',7780.00,0,0,NULL,0.00,NULL,'Terres australes françaises','Nonmetropolitan Territory of France','Jacques Chirac',NULL,'TF'); --- 2116,2121 ---- ------------------------------------------------------- Latest changeset included: ChangeSet 1.2169.1.4 04/12/14 15:58:30 bar@mysql.com +4 -0 bug#6275 "client_test" fail in 4.1.7 make test bug#6911 resultset metadata always return client character set How to repeat: Run the test suite.