Commit 5ee41a15 authored by vasil's avatar vasil

branches/zip:

 
Include univ.i in mysql_addons.h because univ.i includes innodb_redefine.h
which is needed to rename the functions in this file with ibd_ prefix in
the dynamic InnoDB plugin. Aka the renaming magic, required for the dynamic
plugin to work.

Approved by:	Marko
parent 5c087094
......@@ -19,6 +19,8 @@ Created November 07, 2007 Vasil Dimov
extern "C" {
#endif /* __cplusplus */
#include "univ.i"
/***********************************************************************
Retrieve THD::thread_id
http://bugs.mysql.com/30930 */
......
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