diff options
author | Monty <monty@mariadb.org> | 2018-08-12 19:46:45 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-08-14 11:22:05 +0300 |
commit | 0e0f1092b8cacd9c2aa33fb3f42203737d93a669 (patch) | |
tree | 6b32b78a199d1414c033336960d2e910952c0041 /storage/maria/unittest | |
parent | 5e1bbf66f19e7a463e9e0989e03bd59d621be211 (diff) | |
download | mariadb-git-0e0f1092b8cacd9c2aa33fb3f42203737d93a669.tar.gz |
Fixed some source comments and help texts
Diffstat (limited to 'storage/maria/unittest')
-rwxr-xr-x | storage/maria/unittest/ma_test_all-t | 7 | ||||
-rwxr-xr-x | storage/maria/unittest/ma_test_recovery.pl | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/storage/maria/unittest/ma_test_all-t b/storage/maria/unittest/ma_test_all-t index 18b26a7bd45..8858649fb5d 100755 --- a/storage/maria/unittest/ma_test_all-t +++ b/storage/maria/unittest/ma_test_all-t @@ -749,9 +749,10 @@ Options --help Show this help and exit. --abort-on-error Abort at once in case of error. --number-of-tests Print the total number of tests and exit. ---run-tests=... Test number(s) that should be run. You can give just - one number or a range. For example 45..89. To run a specific - test alone, for example test 215, use --run-tests=215..215 +--run-tests=... Test range that should be run. You can give just + one number, to start tests from this test, or a range. + For example 45..89. To run a specific test alone, + for example test 215, use --run-tests=215..215 Use this option with caution, because some of the tests might depend on previous ones. --start-from=... Alias for --run-tests diff --git a/storage/maria/unittest/ma_test_recovery.pl b/storage/maria/unittest/ma_test_recovery.pl index f3a5bffbc36..f081f2741e2 100755 --- a/storage/maria/unittest/ma_test_recovery.pl +++ b/storage/maria/unittest/ma_test_recovery.pl @@ -235,8 +235,8 @@ sub main # It is impossible to do a "cmp" between .good and .after_undo, # because the UNDO phase generated log # records whose LSN tagged pages. Another reason is that rolling back - # INSERT only marks the rows free, does not empty them (optimization), so - # traces of the INSERT+rollback remain. + # INSERT only marks the rows free, does not empty them + # (optimization), so traces of the INSERT+rollback remain. check_table_is_same($table, $checksum); print MY_LOG "testing idempotency\n"; |