diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-01-09 00:10:36 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-01-09 00:10:36 +0200 |
commit | 106d4fe2fb051fce3b2ad553868fe8f69b078444 (patch) | |
tree | c8feba19d059f3cfb680b610d1d63f5c1f6764c6 /innobase/include/mem0pool.h | |
parent | 3f323f46da209727fd0e98a501eb5174554db8f4 (diff) | |
download | mariadb-git-106d4fe2fb051fce3b2ad553868fe8f69b078444.tar.gz |
srv0srv.c, mem0pool.c, mem0pool.h, buf0buf.h, buf0buf.c:
Make smaller buffer headers and the lock table; fix AWE high_end bug
innobase/buf/buf0buf.c:
Make smaller buffer headers and the lock table; fix AWE high_end bug
innobase/include/buf0buf.h:
Make smaller buffer headers and the lock table; fix AWE high_end bug
innobase/include/mem0pool.h:
Make smaller buffer headers and the lock table; fix AWE high_end bug
innobase/mem/mem0pool.c:
Make smaller buffer headers and the lock table; fix AWE high_end bug
innobase/srv/srv0srv.c:
Make smaller buffer headers and the lock table; fix AWE high_end bug
Diffstat (limited to 'innobase/include/mem0pool.h')
-rw-r--r-- | innobase/include/mem0pool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/mem0pool.h b/innobase/include/mem0pool.h index 43707bd5f61..51c53afe788 100644 --- a/innobase/include/mem0pool.h +++ b/innobase/include/mem0pool.h @@ -19,6 +19,8 @@ typedef struct mem_pool_struct mem_pool_t; /* The common memory pool */ extern mem_pool_t* mem_comm_pool; +extern ulint mem_out_of_mem_err_msg_count; + /* Memory area header */ struct mem_area_struct{ |