diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-06-06 00:07:27 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-06-06 00:07:27 +0200 |
commit | e27c338634739ef56a6888e7948e04c0fa0ba677 (patch) | |
tree | ad63ccae614f3dd77509825d1905fd815ef322cb /storage/maria | |
parent | 2a5905141a3c509a7c34c3d370fb146dbc1c965f (diff) | |
parent | 6d75570e99fbf070cdbeefdfbcfc94d1c7b3ad1f (diff) | |
download | mariadb-git-e27c338634739ef56a6888e7948e04c0fa0ba677.tar.gz |
5.5.38 merge
Diffstat (limited to 'storage/maria')
-rw-r--r-- | storage/maria/maria_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/maria_chk.c b/storage/maria/maria_chk.c index 623d3c6c92e..9235d5ee96a 100644 --- a/storage/maria/maria_chk.c +++ b/storage/maria/maria_chk.c @@ -432,7 +432,7 @@ static struct my_option my_long_options[] = static void print_version(void) { - printf("%s Ver 1.2 for %s at %s\n", my_progname, SYSTEM_TYPE, + printf("%s Ver 1.2 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE); } |