diff options
author | Michael Widenius <monty@mysql.com> | 2010-08-18 10:52:57 +0300 |
---|---|---|
committer | Michael Widenius <monty@mysql.com> | 2010-08-18 10:52:57 +0300 |
commit | 909e4eb08d7ea38cf09575756cff79648e326fd5 (patch) | |
tree | 84729e5a7b409cbe8b58a888fb76762ed3900f0d /mysql-test/README | |
parent | 6795a545e382a2de7104cdc57e0a2834e4aa9b67 (diff) | |
download | mariadb-git-909e4eb08d7ea38cf09575756cff79648e326fd5.tar.gz |
Added verbose mode to recovery
More DBUG
Added convert-debug-for-diff
Added missing (from last push) federated test case
.bzrignore:
Ignore generated files
mysql-test/README:
Updated documentation for --extern
mysql-test/suite/federated/federated_bug_32426.result:
Added test for federatedx
mysql-test/suite/federated/federated_bug_32426.test:
Added test for federatedx
scripts/Makefile.am:
Added convert-debug-for-diff
scripts/convert-debug-for-diff.sh:
Added script for converting
sql/log.cc:
Added DBUG
sql/mysqld.cc:
Added DBUG
storage/maria/ma_recovery.c:
If verbose, write dirty pages (for debugging)
storage/maria/ma_static.c:
Added verbose mode to recovery
storage/maria/maria_def.h:
Added verbose mode to recovery
storage/maria/maria_read_log.c:
Added verbose mode to recovery
Diffstat (limited to 'mysql-test/README')
-rw-r--r-- | mysql-test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/README b/mysql-test/README index 77b398ebf39..3c8303ca070 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -18,7 +18,7 @@ the test suite expects you to provide the names of the tests to run. For example, here is the command to run the "alias" and "analyze" tests with an external server: -mysql-test-run --extern alias analyze +mysql-test-run --extern socket=/tmp/mysql.sock alias analyze To match your setup, you might also need to provide --socket, --user, and other relevant options. |