summaryrefslogtreecommitdiffstats
path: root/src/file_mysql.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2008-06-13 14:33:34 +0200
committerChristophe Grenier <[email protected]>2008-06-13 14:33:34 +0200
commitcfbe1567a67d12ed2bbf2ddd3236c95bdeff4678 (patch)
tree9f2a7de154945ec89cf62a858612d881791cd0fb /src/file_mysql.c
parent92bdd024139821fe27d4b4899b3605e28cc93d1b (diff)
Fix description for Mysql
Diffstat (limited to 'src/file_mysql.c')
-rw-r--r--src/file_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_mysql.c b/src/file_mysql.c
index f30d78e0..f3053090 100644
--- a/src/file_mysql.c
+++ b/src/file_mysql.c
@@ -36,7 +36,7 @@ static int header_check_mysql(const unsigned char *buffer, const unsigned int bu
const file_hint_t file_hint_mysql= {
.extension="MYI",
- .description="MySQL",
+ .description="MySQL (myi/frm)",
.min_header_distance=0,
.max_filesize=0,
.recover=1,