|
@@ -6,9 +6,14 @@ cannot be performed when cross-compiling.
|
|
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
|
|
-diff -Naur mysql-5.1.47-old/storage/innodb_plugin/plug.in mysql-5.1.47-new/storage/innodb_plugin/plug.in
|
|
|
---- mysql-5.1.47-old/storage/innodb_plugin/plug.in 2010-05-20 09:55:10.000000000 -0700
|
|
|
-+++ mysql-5.1.47-new/storage/innodb_plugin/plug.in 2010-05-20 09:56:12.000000000 -0700
|
|
|
+---
|
|
|
+ storage/innodb_plugin/plug.in | 59 ++++++++++++++++++++++++++++--------------
|
|
|
+ 1 file changed, 40 insertions(+), 19 deletions(-)
|
|
|
+
|
|
|
+Index: mysql-5.1.53/storage/innodb_plugin/plug.in
|
|
|
+===================================================================
|
|
|
+--- mysql-5.1.53.orig/storage/innodb_plugin/plug.in
|
|
|
++++ mysql-5.1.53/storage/innodb_plugin/plug.in
|
|
|
@@ -53,9 +53,10 @@
|
|
|
esac
|
|
|
AC_SUBST(INNODB_DYNAMIC_CFLAGS)
|
|
@@ -73,7 +78,7 @@ diff -Naur mysql-5.1.47-old/storage/innodb_plugin/plug.in mysql-5.1.47-new/stora
|
|
|
|
|
|
AC_MSG_CHECKING(whether Solaris libc atomic functions are available)
|
|
|
# either define HAVE_IB_SOLARIS_ATOMICS or not
|
|
|
-@@ -147,9 +157,10 @@
|
|
|
+@@ -148,9 +158,10 @@
|
|
|
are available])
|
|
|
)
|
|
|
|
|
@@ -86,7 +91,7 @@ diff -Naur mysql-5.1.47-old/storage/innodb_plugin/plug.in mysql-5.1.47-new/stora
|
|
|
[
|
|
|
#include <pthread.h>
|
|
|
#include <string.h>
|
|
|
-@@ -180,28 +191,33 @@
|
|
|
+@@ -181,28 +192,33 @@
|
|
|
}
|
|
|
],
|
|
|
[
|
|
@@ -125,7 +130,7 @@ diff -Naur mysql-5.1.47-old/storage/innodb_plugin/plug.in mysql-5.1.47-new/stora
|
|
|
[
|
|
|
int main() {
|
|
|
__asm__ __volatile__ ("pause");
|
|
|
-@@ -209,16 +225,21 @@
|
|
|
+@@ -210,16 +226,21 @@
|
|
|
}
|
|
|
],
|
|
|
[
|