| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
--local-master option in mysql-test-run
do not log CREATE TABLE when doing table dump
fix replication to slave off 3.23 master
|
|
|
|
|
| |
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
write start event only in the first log
|
|
|
|
| |
Fixed linking problem with InnoDB.
|
|\ |
|
| |
| |
| |
| | |
to execute system commands within the client in UNIX.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Made innodb to compile more cleanly with debugging options
enabled. Fixed a few bugs and found a few possible bugs, which
I hope Heikki will check. Comments needs to be fixed too. Some
while() functions should be changed to do ... until for documenting
purposes, because some of them must and will be processed at least
once, or a variable would be used uninitialized.
Regards,
Jani
|
|/
|
|
| |
Cleanup typos (like SKIPP -> SKIP)
|
|
|
|
| |
mysqltest: replace_result now also affects error messages
|
|
|
|
|
| |
Portability fixes.
Don't delete temporary tables on FLUSH tables.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Fixed bug with BLOB keys in BDB tables
Fixed problem with MERGE tables on OS with 32 bit files
Fixed that TIME_TO_SEC() works with negative times
|
| |
| |
| |
| |
| |
| | |
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types
|
| |
| |
| |
| | |
mysqltest now also writes failed error messages to log
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
use $MAX_TABLES mysqltest variable to make join test portable
make test now works with the manager on IA64 Linux
|
| |
| |
| |
| | |
fixed bug in master - unregister slaves when they disconnect
|
|\ \
| | |
| | |
| | | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
|
| | |
| | |
| | |
| | | |
a bit more work on failsafe replication
|
|/ / |
|
|\ \
| | |
| | |
| | | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
|
| | |
| | |
| | |
| | | |
Add mysqlmanager to binary distribution.
|
|/ /
| |
| |
| |
| | |
mysqltest can run without connecting to the manager for tests that do not
require manager operations
|
| |
| |
| |
| |
| |
| | |
This wrapper noew will include all the necessary, system specific files,
which makes all normal source files much easier to write and maintain.
Portability fixes.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Speed up column-completion in 'mysql'
Don't use ISAM if HAVE_ISAM is not defined
A lot of fixes for the embedded version. All libraries are now included in libmysqld.a
Changed arguments to convert_dirname() to make it more general.
Renamed files in the 'merge' directory to all use a common prefix.
Don't compile both assembler and C functions on x86
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Manual Changelog update
|
|\ \ \
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix that compressed packets and normal packets looks indentical before calling net_real_write()
(Needed for query cache)
Optimize IS NULL handling
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | | |
Made replication test portable
Fixed buffer overrun bug in replication
|
| | |
| | |
| | |
| | |
| | | |
Fixed some problems in SHOW CREATE TABLE
Fixed calculation of checksums in myisamchk
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes for embedded server
Made key_cache more configurable
Fixed that one can change key blocksize in MyISAM
A lot of optimizations to make MyISAM slightly faster
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
server_start/server_stop
changed rpl000018 to use the new server restart feature instead of a
hack
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
added support for quiet
increased line buffer size
client/mysqltest.c
fixed memory leak
added query logging to result file
added error message logging to result file
added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
converted tests to use mysqlmanager
Updated test results
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes for embedded libary and openssl
|
| | |
| | |
| | |
| | |
| | | |
Changed --do-pstack to --enable-pstack
Removed pstack from default build
|