diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-12-12 18:55:33 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-12-12 18:55:33 -0700 |
commit | 623eedda2601f083c45a6f4af794e5b4b2703901 (patch) | |
tree | 7eaf5681e41349d3135b099f195338bc5e4b85c9 /extra/resolve_stack_dump.c | |
parent | b9562004e9d8e062790f6346bd8a0439fd5e8822 (diff) | |
download | mariadb-git-623eedda2601f083c45a6f4af794e5b4b2703901.tar.gz |
slave-skip-errors
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
to have it sit in 3.23 tree for now since it will eventually be backported
to 3.23 anyway
Docs/manual.texi:
documented slave-skip-errors
updated change history
extra/resolve_stack_dump.c:
fixed wrong help message
include/my_bitmap.h:
bitmap code updates
mysql-test/r/rpl_get_lock.result:
test for a possible bug in release_lock() replication
mysql-test/t/rpl_get_lock.test:
test for possible bug in release_lock replication
mysys/my_bitmap.c:
bitmap code updates/clean-up
sql/mysqld.cc:
slave-skip-errors
sql/slave.cc:
slave-skip-errors
sql/slave.h:
slave skip errors
Diffstat (limited to 'extra/resolve_stack_dump.c')
-rw-r--r-- | extra/resolve_stack_dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c index bda23a41efd..fbb5ad5e378 100644 --- a/extra/resolve_stack_dump.c +++ b/extra/resolve_stack_dump.c @@ -75,7 +75,8 @@ static void usage() printf("Usage: %s [OPTIONS] symbols-file [numeric-dump-file]\n", my_progname); printf("\n\ -?, --help Display this help and exit.\n\ - -h, --host=... Connect to host.\n\ + -s, --symbols-file=... Use specified symbols file.\n\ + -n, --numeric-dump-file=... Read the dump from specified file.\n\ -V, --version Output version information and exit.\n"); printf("\n\ The symbols-file should include the output from: 'nm --numeric-sort mysqld'.\n\ |