summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorhf@deer.mysql.r18.ru <>2003-01-15 12:11:44 +0400
committerhf@deer.mysql.r18.ru <>2003-01-15 12:11:44 +0400
commitc59bff7c96bf90c9c4dafdb80684fb438bb43734 (patch)
tree5a4ad419f88f794ce2bdff28466653d3de9f4156 /sql/ha_myisam.h
parent8a205e4ba309c4031df93cfe700891d362e25750 (diff)
downloadmariadb-git-c59bff7c96bf90c9c4dafdb80684fb438bb43734.tar.gz
SCRUM
embedded library trimming
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index 215608f8f0a..5dc294b3b9f 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -127,6 +127,8 @@ class ha_myisam: public handler
int optimize(THD* thd, HA_CHECK_OPT* check_opt);
int restore(THD* thd, HA_CHECK_OPT* check_opt);
int backup(THD* thd, HA_CHECK_OPT* check_opt);
+#ifdef HAVE_REPLICATION
int dump(THD* thd, int fd);
int net_read_dump(NET* net);
+#endif
};