May 23, 2012

Post: Updated msl (microslow) patch, installation walk-through!

… (garfield:~/work) % env VISUAL=/bin/cat mysqlbug | grep ‘Configure command’ Configure command: ./configure ‘–disable-shared’ ‘–with-server-suffix=-community’ ‘–without-embedded… ‘–with-comment=MySQL Community Edition (GPL)’ ‘–with-readline’ ‘CC=gcc‘ ‘CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_…

Comment: 5.0.75-build12 Percona binaries

Igor, configure line is ./configure ‘–disable-shared’ ‘–with-server-suffix=-percona-highperf-b12′ ‘–without-embedded-… Performance Edition (GPL)’ ‘–with-readline’ ‘CC=gcc‘ ‘CFLAGS=-O2 -g’ ‘CXXFLAGS=-O2 -g’ ‘CXX=gcc‘ ‘LDFLAGS=’ you may also get it running…

Comment: Binaries of MySQL 5.0.33 Community release for AMD64 / EM64T

Apachez I used configure line from latest MySQL binary release: ./configure ‘–prefix=/usr/local/mysql’ ‘–localstatedir=/usr/local/mysql/data’ ‘–libexecdir=/…-archive-storage-engine’ ‘–with-innodb’ ‘–with-extra-charsets=complex’ ‘CC=gcc‘ ‘CXX=gcc

Comment: Data Recovery Toolkit for InnoDB Version 0.1 Released

…/InnodbRecoverySteps, but when I made the make command after the ./configure I got some warnings like constraints_parser.c:88: warning…€˜long unsigned int’, but argument 3 has type ‘int’ gcc -DHAVE_OFFSET64_T -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64…

Comment: MySQL, AIX5L and malloc()

… use this kind of setups in production some day.. on gcc vs xlC.. my guess is that xlC version of mysql… using?. any chance to know how are this power6 machine configured?. Thanks, Facundo.-

Post: Rebuilding MySQL Binary

… log). There are number of things as default paths and GCC build and link options you would like to keep the… Vadim advised me better solution – run mysqlbug script and get configure options from it. This is so easy. After build is…