diff options
author | unknown <monty@donna.mysql.com> | 2001-02-18 01:39:09 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-02-18 01:39:09 +0200 |
commit | 3006cd3246edb5781cb924e0dcdab9a719b10db2 (patch) | |
tree | a71adb492b010c65e397e8033731c071e4c200a2 /myisam/myisamchk.c | |
parent | a772844b421034383e8c4eaaf4043e8ad1872ff5 (diff) | |
download | mariadb-git-3006cd3246edb5781cb924e0dcdab9a719b10db2.tar.gz |
Fixed that myisamchk -R works on text columns
Fixed typo when removing space from argument to -O
Docs/manual.texi:
Update of merge tables
myisam/mi_check.c:
Moved test of FULLTEXT keys to make things more efficient
myisam/myisamchk.c:
Incremented version
myisam/myisamdef.h:
Fixed that myisamchk -R works on text columns
mysys/getvar.c:
Fixed typo when removing space from argument to -O
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 66a059c0f20..220040fcc0a 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -201,7 +201,7 @@ static struct option long_options[] = static void print_version(void) { - printf("%s Ver 1.44 for %s at %s\n",my_progname,SYSTEM_TYPE, + printf("%s Ver 1.45 for %s at %s\n",my_progname,SYSTEM_TYPE, MACHINE_TYPE); } |