Commit 104e3853 authored by vasil's avatar vasil

branches/zip:

Update comment to reflect reality.
parent 115d580f
/* Do not remove this file even though it is empty. /* Do not remove this file even though it is empty.
This file is included in univ.i and will cause compilation failure This file is included in univ.i and will cause compilation failure
if not present. if not present.
A custom check has been added in the generated A custom checks have been added in the generated
storage/innobase/Makefile.in that is shipped with the InnoDB Plugin storage/innobase/Makefile.in that is shipped with the InnoDB Plugin
source archive. This check tries to compile a test program and if source archive. These checks eventually define some macros and put
successful then adds "#define HAVE_ATOMIC_PTHREAD_T" to this file. them in this file.
This is a hack that has been developed in order to check for pthread_t This is a hack that has been developed in order to deploy new compile
atomicity without the need to regenerate the ./configure script that is time checks without the need to regenerate the ./configure script that is
distributed in the MySQL 5.1 official source archives. distributed in the MySQL 5.1 official source archives.
If by any chance Makefile.in and ./configure are regenerated and thus If by any chance Makefile.in and ./configure are regenerated and thus
the hack from Makefile.in wiped away then the "real" check from plug.in the hack from Makefile.in wiped away then the "real" checks from plug.in
will take over. will take over.
*/ */
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