1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Better purify information

This commit is contained in:
monty@bitch.mysql.fi
2001-09-19 01:18:47 +03:00
parent d7a9179496
commit 76bfc23409
2 changed files with 4 additions and 0 deletions

View File

@@ -401,3 +401,6 @@ vio/viotest-ssl
tools/mysqlmanager tools/mysqlmanager
vio/test-ssl vio/test-ssl
vio/test-ssl vio/test-ssl
sql/mysqld-purecov
sql/mysqld-purify
sql/mysqld-quantify

View File

@@ -20,6 +20,7 @@
#include <my_global.h> #include <my_global.h>
#include <my_sys.h> #include <my_sys.h>
#include <m_string.h> #include <m_string.h>
#define EXTRA_DEBUG
void init_alloc_root(MEM_ROOT *mem_root, uint block_size, uint pre_alloc_size) void init_alloc_root(MEM_ROOT *mem_root, uint block_size, uint pre_alloc_size)
{ {