Bug #148 min(mediumint) problem
Submitted: 14 Mar 2003 0:38 Modified: 14 Mar 2003 18:51
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1 OS:Linux (Linux)
Assigned to: Bugs System CPU Architecture:Any

[14 Mar 2003 0:38] Georg Richter
Description:
Unfortunately I don't have a strack trace (working on a customers machine).

How to repeat:
create table a (a mediumint);

insert into a values (1),(2),(3);

select min(a) from a 

-> crash
[14 Mar 2003 0:56] Alexander Keremidarski
Bug is new protocol related.
[14 Mar 2003 18:51] Alexander Keremidarski
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html