summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-05-01 15:41:59 +0200
committerserg@serg.mylan <>2004-05-01 15:41:59 +0200
commit7df9f7d621153c20e92e1a275ea82669d10cd8aa (patch)
tree2102c0bebbd328026c172370dd5c0a06449b4b9e /include/myisam.h
parentd2d08960a210a22c32c023bc2ce602028b0a361e (diff)
downloadmariadb-git-7df9f7d621153c20e92e1a275ea82669d10cd8aa.tar.gz
myisam_data_pointer_size
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/myisam.h b/include/myisam.h
index 452b32dbefd..93e2dc15574 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -192,7 +192,7 @@ extern uint myisam_block_size;
extern my_bool myisam_flush,myisam_delay_key_write,myisam_single_user;
extern my_bool myisam_concurrent_insert;
extern my_off_t myisam_max_temp_length,myisam_max_extra_temp_length;
-extern ulong myisam_bulk_insert_tree_size;
+extern ulong myisam_bulk_insert_tree_size, myisam_data_pointer_size;
/* Prototypes for myisam-functions */