~linuxjedi/drizzle/trunk-bug-743902

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0i_s.c

  • Committer: Monty Taylor
  • Date: 2010-08-20 15:05:54 UTC
  • mfrom: (1720.1.7 build)
  • Revision ID: mordred@inaugust.com-20100820150554-fuwf8zs8qpzhpx6y
Added libdrizzle to the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
Created July 17, 2007 Vasil Dimov
29
29
*******************************************************/
30
30
 
 
31
#include "config.h"
 
32
 
31
33
#if !defined(BUILD_DRIZZLE)
32
34
# include <mysql/plugin.h>
33
35
#endif