← Back to team overview

ourdelta-developers team mailing list archive

[Bug 284123] Re: Variables out of bounds on 32bit

 

MySQL bug committee has re-triaged, and changed the priority from D3
Medium to D5 Feature Request, i.e. it's been downgraded. Sinisa's
comment on the issue notes that it'd be desirable to make the my.cnf
params 64bit wide.

Since that may be so, it does not address the actual issue in the
compile, thus I suppose we'll move forward and at least apply the quick
fix that Antony devised by making sure all files get compiled with
BIG_TABLES. That'll make our build safe, just in case.

-- 
Variables out of bounds on 32bit
https://bugs.launchpad.net/bugs/284123
You received this bug notification because you are a member of OurDelta-
developers, which is the registrant for OurDelta.

Status in OurDelta - Builds for MySQL: Confirmed
Status in OurDelta Series: trunk: Confirmed

Bug description:
When installing on 32bit Ubuntu Hardy and Debian Etch, the server issues a warning about variables that appear to default to 64bit integer values. These warnings are not displayed on 64bit hardy and etch.

Setting up mysql-server-5.0 (5.0.67-d6ourdelta15) ...
Stopping MySQL database server: mysqld.
081016 17:47:00 [Warning] option 'log_slow_rate_limit': unsigned value 18446744073709551615 adjusted to 4294967295
081016 17:47:00 [Warning] option 'min_examined_row_limit': unsigned value 18446744073709551615 adjusted to 4294967295
Starting MySQL database server: mysqld.



References