diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
commit | ffdc4bc8cdac169a406a0d0fbad7b3733a173a32 (patch) | |
tree | 0f759f6310d21c1917beeb39e70765d26fb2e098 /client/mysqlslap.c | |
parent | d0affa9bceadeec2129b70b33cfecf75f0c2f572 (diff) | |
parent | 5ad8292c63a89db63a54f9cfed6ceb3a35656f7b (diff) | |
download | mariadb-git-ffdc4bc8cdac169a406a0d0fbad7b3733a173a32.tar.gz |
Merge of patch for Bug#13928675 from mysql-5.1.
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r-- | client/mysqlslap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c index ac1cc31733c..ff5d2ddaf26 100644 --- a/client/mysqlslap.c +++ b/client/mysqlslap.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -710,7 +710,7 @@ static void print_version(void) static void usage(void) { print_version(); - puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2005, 2010")); + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2005")); puts("Run a query multiple times against the server.\n"); printf("Usage: %s [OPTIONS]\n",my_progname); print_defaults("my",load_default_groups); |