summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-03-30 15:42:04 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-03-30 15:42:04 +0200
commit5142e8330322a47a47dc834327e3faf7d9551473 (patch)
tree28e70c811ae94a840a876df66d20007bdf8bf243 /include
parent677b00faf68c9745c11d899f7538f50b10b5d4ca (diff)
parent14d905f9f475226daac688971251ac74ee932f9a (diff)
downloadmariadb-git-5142e8330322a47a47dc834327e3faf7d9551473.tar.gz
Merge the main tree into 5.0-build
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 8031a6934fe..35c4eb5f2b1 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -250,7 +250,7 @@ extern int NEAR my_umask, /* Default creation mask */
NEAR my_safe_to_handle_signal, /* Set when allowed to SIGTSTP */
NEAR my_dont_interrupt; /* call remember_intr when set */
extern my_bool NEAR mysys_uses_curses, my_use_symdir;
-extern ulong sf_malloc_cur_memory, sf_malloc_max_memory;
+extern size_t sf_malloc_cur_memory, sf_malloc_max_memory;
extern ulong my_default_record_cache_size;
extern my_bool NEAR my_disable_locking,NEAR my_disable_async_io,