~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ut0auxconf.h

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Do not remove this file even though it is empty.
2
 
This file is included in univ.i and will cause compilation failure
3
 
if not present.
4
 
A custom checks have been added in the generated
5
 
storage/innobase/Makefile.in that is shipped with the InnoDB Plugin
6
 
source archive. These checks eventually define some macros and put
7
 
them in this file.
8
 
This is a hack that has been developed in order to deploy new compile
9
 
time checks without the need to regenerate the ./configure script that is
10
 
distributed in the MySQL 5.1 official source archives.
11
 
If by any chance Makefile.in and ./configure are regenerated and thus
12
 
the hack from Makefile.in wiped away then the "real" checks from plug.in
13
 
will take over.
14
 
*/