Bug #23949 binaries for MySQL 5.1.12 don't include partitioning
Submitted: 3 Nov 2006 16:39 Modified: 13 Nov 2006 18:35
Reporter: Giuseppe Maxia Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S1 (Critical)
Version:5.1.12 OS:Linux (Linux)
Assigned to: Joerg Bruehe CPU Architecture:Any
Tags: binaries, partitioning

[3 Nov 2006 16:39] Giuseppe Maxia
Description:
Compiled binaries for 5.1.12 don't have built-in partitioning active.

Using one of the following packages,
mysql-5.1.12-beta-linux-i686-glibc23.tar.gz
mysql-5.1.12-beta-linux-i686-icc-glibc23.tar.gz

check for partitions:

show variables like '%partit%';
+-------------------+-------+
| Variable_name     | Value |
+-------------------+-------+
| have_partitioning | NO    |
+-------------------+-------+

How to repeat:
download and install one of the following packages.
mysql-5.1.12-beta-linux-i686-glibc23.tar.gz
mysql-5.1.12-beta-linux-i686-icc-glibc23.tar.gz

Check if partitions are active
show variables like '%partit%';

Suggested fix:
rebuild the binaries
[3 Nov 2006 17:02] Omer Barnir
Also observed on windows 'msi'
[13 Nov 2006 12:23] Joerg Bruehe
This is fixed (= "--with-partition" got added) with 5.1.13-beta for

- All Unix "tar.gz" builds and derived packages (depot, pkg, dmg);

- the "generic" Linux RPMs
  (we do not do "specific" RPMs of MySQL 5.1 yet),

- Windows build (both 32 and 64 bit).

For Netware, there is a change upcoming in the way we build these packages, so nothing is settled there yet.
[13 Nov 2006 18:35] Paul DuBois
Noted in 5.1.13 changelog.

Binary distributions of MySQL 5.1.12 were built without support for
partitioning. This has been corrected except for NetWare.