diff options
Diffstat (limited to 'storage/myisam/ftbench/ft-test-run.sh')
-rwxr-xr-x | storage/myisam/ftbench/ft-test-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/myisam/ftbench/ft-test-run.sh b/storage/myisam/ftbench/ft-test-run.sh index 132ea5f594b..5c14b357557 100755 --- a/storage/myisam/ftbench/ft-test-run.sh +++ b/storage/myisam/ftbench/ft-test-run.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2003, 2005, 2006 MySQL AB +# Copyright (C) 2003 MySQL AB # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301, USA +# MA 02110-1301, USA if [ ! -x ./ft-test-run.sh ] ; then echo "Usage: ./ft-test-run.sh" |