summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-11-20 03:11:33 +0200
committerunknown <monty@mashka.mysql.fi>2003-11-20 03:11:33 +0200
commit1449a3346b3e04bf081f49fa252257ef6a377c70 (patch)
treea18361c2f39373ed36f40b344af2483ede525eb0 /include/my_sys.h
parent46401ab3842d29281161ddb4204d2f2959b8fbc7 (diff)
downloadmariadb-git-1449a3346b3e04bf081f49fa252257ef6a377c70.tar.gz
Portability fixes (AIX43)
Add missing file to VC++ project VC++Files/mysys/mysys.dsp: Add new file to project include/my_sys.h: Remove old variables sql/set_var.h: Portability fix
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index bc43a59172e..d1c7b658665 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -226,9 +226,8 @@ extern void add_compiled_collation(CHARSET_INFO *cs);
extern ulong my_cache_w_requests, my_cache_write, my_cache_r_requests,
my_cache_read;
extern ulong my_blocks_used, my_blocks_changed;
-extern uint key_cache_block_size;
extern ulong my_file_opened,my_stream_opened, my_tmp_file_created;
-extern my_bool key_cache_inited, my_init_done;
+extern my_bool my_init_done;
/* Point to current my_message() */
extern void (*my_sigtstp_cleanup)(void),