~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-08-20 07:47:49 UTC
  • mto: (1722.1.2 intel-fixes)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100820074749-9z8eqepem8cv2k25
Fixed the ICC missing header and the new config.h foo.

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