Commit 18699758 authored by unknown's avatar unknown

Better purify information


BitKeeper/etc/ignore:
  Added sql/mysqld-purecov sql/mysqld-purify sql/mysqld-quantify to the ignore list
parent b7ae6103
...@@ -401,3 +401,6 @@ vio/viotest-ssl ...@@ -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
...@@ -20,6 +20,7 @@ ...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment