1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WL#5498: Remove dead and unused source code

Remove unused variables.
This commit is contained in:
Davi Arnaut
2010-07-23 17:13:36 -03:00
parent 97c3182312
commit bc4ba28cab
20 changed files with 10 additions and 58 deletions

View File

@@ -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 */