| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Removed files specific to compiling on OS/2
- Removed files specific to SCO Unix packaging
- Removed "libmysqld/copyright", text is included in documentation
- Removed LaTeX headers for NDB Doxygen documentation
- Removed obsolete NDB files
- Removed "mkisofs" binaries
- Removed the "cvs2cl.pl" script
- Changed a few GPL texts to use "program" instead of "library"
|
|/ /
| |
| | |
Post-merge fix: remove --with-debug=full, it was only used for safemalloc.
|
|\ \
| |/
| |
| |
| |
| | |
pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-27701
|
| |
| |
| |
| | |
passed to SETUP.sh. Besides the old way not working with some shells, single arguments that contained whitespace were also broken up. This patch tries to fix both errors.
|
|/
|
|
|
|
|
| |
never defined.
It was used at some point to add -Wuninitialized to debug flags,
but not any more. If there is still need to add -Wunitialized,
it can be added directly to $global_warnings.
|
|
|
|
| |
Cleanup during reviews of new pushed code
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
| |
not yet tested - will not be pushed for a few hours - need to commit in
order to pull
|
|
|
|
|
|
| |
fixed bug in variable assignment in mysqltest
fixed coredump on conversion from empty blob/text to date
added test case for empty blob conversion to date
|
|
|
|
| |
Added missing files for innobase to the distribution
|
|
|
|
| |
Updated manual about INNOBASE and BDB
|
|
|
|
| |
Added test for ALTER TABLE ORDER BY
|
| |
|
|
|
|
|
| |
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix to make ENCRYPT work
BUILD/compile-pentium-debug
debug has different warnings
BUILD/FINISH.sh
save symbol table and dissassembled code with symobls available before strip
use $do_make for make decision instead of $make to avoid conflict
BUILD/SETUP.sh
export AM_MAKEFLAGS
fast is now -fno-omit-frame-pointer, the opposite is now called
reckless
configure.in
fixes to make CRYPT work again
Docs/Makefile.am
hack to avoid rebuilding the manual on make clean -why does
Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
|
|
|
|
|
| |
- consolidate common functionality into one place
- make them detect gmake/make
|
| |
|
|
|
|
|
|
|
|
|
|
| |
make -j 2
mysys/my_open.c
my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
sql/log.cc
fixed up IO_CACHE to make replication work, not fully yet
sql/log_event.cc
fixed up IO_CACHE
|
| |
|
| |
|
|
|
|
| |
this message will appear in the change set
|
|
|