| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Server will however still accept shutdown without specified level; so that old
mysqladmin can still shut server down.
I would like your comments on the names of shutdown level which I chose. You
are welcome to propose better names. Please however check WL#709 before.
Reason for the names I propose is to be accurate, thus leaving possibility
for other levels which we may imagine in the future; that's why I have rejected
names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS
or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you
need to remember what it does.
This should be pushed in 4.1.3 but only after your comments.
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
embedded library
hash_insert renamed to my_hash_insert to avoid name intersection
with another libraries
is there better idea?
|
| | |
|
| |
| |
| |
| | |
and isn't used in libraries any longer
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)
|
| |\ |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| | |
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of an error in option handling. This can sometimes be useful in
scripts.
Changed some exit code names and corresponding numbers.
Fixed a bug in mysqld.cc, in replication related options.
Added a global flag in my_getopt, which can be set by any program
that is using my_getopt, which tells whether the client should
print the error message itself, or whether my_getopt should do it.
The default is that my_getopt will print the error messages.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mysqlmanager from using GNU getopt to use my_getopt.
Changed some files that just included old getopt.h to include
my_getopt.h now.
Fixed a bug in my_print_help() in my_getopt.c.
Made better documentation for option -G in mysql client.
|
|/ |
|
|
|
|
|
|
|
| |
fixed too quick timeout in mysql-test-run which caused a race with the
new server getting started before the old one completely finished
shutdown. This should fix the pid warning we've been getting as well as
inconsistent results when running tests with the manager
|
|
|
|
|
| |
Fixed shutdown on HPUX.
Fixed bug in query cache.
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
| |
|
| |
|
|
|
|
| |
First (incomplete) version of transaction and as3ap tests.
|
|\
| |
| |
| | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
|
| |
| |
| |
| |
| |
| |
| | |
wrong)
fixes for IO_CACHE
need to pull Monty's fixes - this is not final, will not be pushed
|
|/
|
|
| |
Fixed linking problem with InnoDB.
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Fixed bug with long log-filenames in Innobase.
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Portability fixes.
Handle cleanup when we get an error before the message file is read.
Fix bug in multi-table delete
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able
to redirect stdout and stderr
added support for MY_FULL_IO to my_read, so we can tell it to read
a number of bytes in as many chunks as it takes instead of one try
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
Fixed replication bug in load_master_data
|
|/
|
|
|
| |
Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
|
| |
|
| |
|
|
|