summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-07-23 20:39:36 +0300
committermonty@mashka.mysql.fi <>2002-07-23 20:39:36 +0300
commit4233d3a3d485545111919182dbf26b9364e05b7e (patch)
treedd3586b209432966efbbf77cd272760438711106 /include/myisam.h
parent7b83805443218e06b4cb7aa7cdf1eb87808d5cb5 (diff)
parentdddc20d9d1eea5fd526a2082a43801fed304afe4 (diff)
downloadmariadb-git-4233d3a3d485545111919182dbf26b9364e05b7e.tar.gz
merge
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/myisam.h b/include/myisam.h
index 8e1be66331a..248aabb807d 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -237,7 +237,8 @@ extern int mi_create(const char *name,uint keys,MI_KEYDEF *keydef,
extern int mi_delete_table(const char *name);
extern int mi_rename(const char *from, const char *to);
extern int mi_extra(struct st_myisam_info *file,
- enum ha_extra_function function);
+ enum ha_extra_function function,
+ void *extra_arg);
extern ha_rows mi_records_in_range(struct st_myisam_info *info,int inx,
const byte *start_key,uint start_key_len,
enum ha_rkey_function start_search_flag,
@@ -251,9 +252,8 @@ extern uint mi_get_pointer_length(ulonglong file_length, uint def);
/* this is used to pass to mysql_myisamchk_table -- by Sasha Pachev */
-#define MYISAMCHK_REPAIR 1 /* equivalent to myisamchk -r*/
-#define MYISAMCHK_VERIFY 2 /* run equivalent of myisamchk -c,
- * if corruption is detected, do myisamchk -r*/
+#define MYISAMCHK_REPAIR 1 /* equivalent to myisamchk -r */
+#define MYISAMCHK_VERIFY 2 /* Verify, run repair if failure */
/*
Definitions needed for myisamchk.c