| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
expressions, also made code reusable for DEFAULT handling to fix BUG#48464 by introducing function get_cs_converted_string_value, added partition_utf8 test case for UTF8 outputs
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
This fixes the regression introduced in 5.1 that prevents 64 bit builds on Intel while still keeping the core2 hack operational so the cluster can build.
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| |
| | |
bzr branch mysql-5.1-performance-version mysql-trunk # Summit
cd mysql-trunk
bzr merge mysql-5.1-innodb_plugin # which is 5.1 + Innodb plugin
bzr rm innobase # remove the builtin
Next step: build, test fixes.
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
couldn't use both --cpu=x86_64 and --64, also ignored
setting --32 and --64 on Linux
|
|\ \ \
| |/ /
| | |
| | | |
14.01.13 2009)
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
on Solaris box; force GNU make in compile-dist; remove unportable "grep -q" from configure.in
|
| | | |
|
| | |
| | |
| | |
| | | |
Bumped up version number to 0.2.1
|
| | | |
|
| | |
| | |
| | | |
Changed defaults on Solaris and Forte to be CC and cc instead of cc-5.0
|
| | |
| | |
| | | |
of standard malloc.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
platforms and emphasize the fact that gcc is the default
compiler on all platforms.
Make it possible to say --compiler=SunStudio instead of
--compiler=forte
Fix a bug that lost an important flag for C++ builds.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for those cases when gcc, cc-5.0, icpc or icc isn't in the path.
Fixed handling of 32 and 64 bits.
Downgraded Solaris builds on Forte to use -xO2 rather than -xO3.
Made it possible to build 64-bits on Mac OS X
Fixed some bugs in setting CC, CXX, ASFLAGS, LDFLAGS
Fixed bugs relating to use of SunStudio/Forte in check-cpu
Reorganized code a bit
Removed the use of --with-fast-mutexes since they aren't really
fast, rather slow.
Added -static-libgcc when using gcc
Added optimising compilation flags on BSD
Added use of curses library on Solaris
Removed the use of MY_ATOMIC_MODE_RWLOCKS which removed use of
atomic instructions
Added support for Forte on Solaris/x86
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The convert_constant_item function converts a constant to integer using
field for condition like 'field = a_constant'. In some cases the
convert_constant_item is called for a subquery when outer select is already
being executed, so convert_constant_item saves field's value to prevent its
corruption. For EXPLAIN and at the prepare phase field's value isn't
initialized yet, thus when convert_constant_item tries to restore saved
value it fails assertion.
Now the convert_constant_item doesn't save/restore field's value if it's
haven't been read yet. Outer constant values are always saved.
|
| |
| |
| |
| |
| | |
Link with mtmalloc on Solaris as it is done in our release builds.
Replace deprecated flag with the newer option as already done in
other scripts.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
more clever gcc version checking.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Post-merge fix: Add those files which are new in version 5.1
This is the 5.1 version of the fix for
Bug #34291 compile-amd64-debug-max-no-ndb missing
|
|\ \
| |/
| |
| | |
into trift2.:/MySQL/M51/bug34291-5.1
|
| |
| |
| |
| |
| |
| |
| | |
Include several "BUILD/compile-*" files in a source tarball ("make dist" target)
which might be useful to community users who want to build from source.
When merging this up, the "BUILD/compile-*" file list needs to be checked.
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | | |
into kaamos.(none):/data/src/opt/mysql-5.1-opt
|
| | |\ \
| | | | |
| | | | |
| | | | | |
into kaamos.(none):/data/src/opt/mysql-5.1-opt
|
| | | | |
| | | | |
| | | | |
| | | | | |
fixed -Wreorder warnings
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/mysql-5.1-engines
into pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/merge.20080307/mysql-5.1
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
into stella.local:/home2/mydev/mysql-5.1-axmrg
|
| | |/ /
| |/| |
| | | |
| | | | |
especially for MySQL Cluster Carrier Grade Edition
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
into trift2.:/MySQL/M51/push-5.1
|
| |/ /
| | |
| | |
| | | |
This fixes bug#34145.
|
|\ \ \
| |/ /
|/| /
| |/ |
into hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/merge-mysql-5.1-new-rpl
|
| | |
|
| |\
| | |
| | |
| | | |
into capulet.net:/home/bk/mysql-5.0-rpl
|
| | |\
| | | |
| | | |
| | | | |
into capulet.net:/home/bk/mysql-5.0-rpl
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
After review changes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed innobase from compile-dist, and let it use autorun.sh to avoid
code duplication. Also corrected a problem when searching for one of
"libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Always include all sub directories in "make dist"
Removed incorrect comment
configure.in:
Unconditionally list make files in AC_CONFIG_FILES
Removed 'thread_dirs', it is not used
Minor cleanup
compile-dist:
Simplified the configure line needed for "make dist" to get it all
zlib.m4, ssl.m4:
Unconditionally list make files in AC_CONFIG_FILES
Makefile.am:
Removed DIST_SUBDIRS not needed
Don't copy soft links as files into source package
|