summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-01 04:27:59 +0300
committermonty@hundin.mysql.fi <>2001-06-01 04:27:59 +0300
commit866a82782c180ca20044ece9634b2721580839a1 (patch)
treeffdc7daed643167b8c8097cf1b60e75151d39eb9 /sql/ha_myisam.h
parent762f423d91a6f7f25db431d50da3d401d9053d8c (diff)
downloadmariadb-git-866a82782c180ca20044ece9634b2721580839a1.tar.gz
Added support for symlinked tables.
myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index 6451e2b80ee..0a4a465a44b 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -38,6 +38,7 @@ class ha_myisam: public handler
{
MI_INFO *file;
uint int_option_flag;
+ char *data_file_name, *index_file_name;
int repair(THD *thd, MI_CHECK &param, bool optimize);
public: