summaryrefslogtreecommitdiff
path: root/sql/mdl.h
diff options
context:
space:
mode:
authorPhilip Stoev <philip.stoev@galeracluster.com>2015-10-19 01:56:04 -0700
committerPhilip Stoev <philip.stoev@galeracluster.com>2015-10-19 01:56:04 -0700
commit43b2a451fe62e7a1172fa3d611039b3d11c1dd36 (patch)
treea87a75a184a534014706d57ad693850ee9840d8b /sql/mdl.h
parent4d33f9dca027e1f66f9898146533e8c1d612f2d1 (diff)
downloadmariadb-git-43b2a451fe62e7a1172fa3d611039b3d11c1dd36.tar.gz
refs codership/mysql-wsrep#202 Added schema info into wsrep messages
Added schema info to wsrep messages above debug level.
Diffstat (limited to 'sql/mdl.h')
-rw-r--r--sql/mdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mdl.h b/sql/mdl.h
index 0898a0f75b7..7fb303d4720 100644
--- a/sql/mdl.h
+++ b/sql/mdl.h
@@ -457,6 +457,7 @@ public:
MDL_key key;
public:
+
static void *operator new(size_t size, MEM_ROOT *mem_root) throw ()
{ return alloc_root(mem_root, size); }
static void operator delete(void *ptr, MEM_ROOT *mem_root) {}