diff options
author | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-15 01:57:56 +0100 |
commit | 76cc88140051e8fa38fe1e3975c9177a7af57712 (patch) | |
tree | 92bb6c95fdd44d885c57dc5344b5440d052f98ca /sql-bench/test-create.sh | |
parent | 037136cd4ff97a9e6f6efeec1400dd8ab21fd9c6 (diff) | |
download | mariadb-git-76cc88140051e8fa38fe1e3975c9177a7af57712.tar.gz |
- Fixed some minor bugs/typos
scripts/mysqlhotcopy.sh:
- added missing "--host" option
sql-bench/test-create.sh:
- fixed typo
support-files/mysql.server.sh:
- fixed typo
Diffstat (limited to 'sql-bench/test-create.sh')
-rw-r--r-- | sql-bench/test-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-create.sh b/sql-bench/test-create.sh index 2853984e393..1e7d3841bb5 100644 --- a/sql-bench/test-create.sh +++ b/sql-bench/test-create.sh @@ -54,7 +54,7 @@ if ($opt_small_test) } -print "Testing the speed of creating and droping tables\n"; +print "Testing the speed of creating and dropping tables\n"; print "Testing with $max_tables tables and $opt_loop_count loop count\n\n"; #### |