summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-07-23 17:13:36 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-07-23 17:13:36 -0300
commitbc4ba28cab2fbdefee87fbb8d97234046f707ed0 (patch)
treead51351f695978140f847012d093d17a18062b38 /include/myisam.h
parent97c3182312568d856e040f8d788f1ee0291717c1 (diff)
downloadmariadb-git-bc4ba28cab2fbdefee87fbb8d97234046f707ed0.tar.gz
WL#5498: Remove dead and unused source code
Remove unused variables.
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 7547f6b475e..450b1cf366c 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -252,7 +252,7 @@ extern ulong myisam_block_size;
extern uint myisam_concurrent_insert;
extern my_bool myisam_flush,myisam_delay_key_write,myisam_single_user;
extern my_off_t myisam_max_temp_length;
-extern ulong myisam_bulk_insert_tree_size, myisam_data_pointer_size;
+extern ulong myisam_data_pointer_size;
/* usually used to check if a symlink points into the mysql data home */
/* which is normally forbidden */