| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update.
(This will probably solve bug #563)
Fix test for available file descriptors in mysqltest
Fixed core dump bug in replication tests when running without transactional table support
|
|
|
|
| |
differences in HPUX11)
|
|
|
|
| |
Remove not used flag CLIENT_CHANGE_USER
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
|
| |
| |
| |
| | |
Update for autoconf 2.52
|
| |
| |
| |
| | |
Portability fix for mysqlmanager.
|
| |
| |
| |
| |
| | |
acconfig.h openssl support
acinclude.m4 openssl support
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Removed test of default master parameter
Don't lock locked tables in REPAIR
Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
|
|/
|
|
|
|
|
|
|
| |
PSTACK, libmysqld and MySQL filesystem
UPDATE ... ORDER BY
DELETE ... ORDER BY
New faster fulltext handling
Faster compressed keys
|
|
|
|
| |
Fix bug when read return error
|
|
|
|
| |
Add --with-innobase-db to configure.
|
| |
|
|\
| |
| |
| | |
into cane.mysql.fi:/usr/home/tim/my/work
|
| |
| |
| |
| |
| | |
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes
use socklen_t *.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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?
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
myisammrg/ |
Makefile.am |
mymrgdef.h | support for keys
myrg_open.c | &
myrg_queue.c | bugfixes
myrg_rfirst.c |
myrg_rkey.c |
myrg_rlast.c |
myrg_rnext.c |
myrg_rprev.c |
myrg_rrnd.c |
include/myisammrg.h | rkey/rnext/etc prototyped
sql/ |
ha_myisammrg.cc | support for keys
ha_myisammrg.h |
myisam/ |
mi_rkey.c | buf==NULL extension, _mi_rkey()
mi_rnext.c |
mi_rprev.c |
include/queues.h | reinit_queue() - same as init_queue, but w/o malloc
mysys/queues.c |
PART II: Miscellaneous
myisam/common_words | deleted (looks like I checked it in by mistake)
some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
| Change mode to -rw-r--r-- (by `chmod a-x ')
|
| |
|
|
|