~tsarev/percona-server/5.5_percona_server_variables_fix_bug_785566

« back to all changes in this revision

Viewing changes to handlersocket.patch

  • Committer: Ignacio Nin
  • Date: 2011-04-28 22:20:38 UTC
  • mto: (110.2.1 release-5.5.12-20.3)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: ignacio.nin@percona.com-20110428222038-grqf3ezgja03qds7
Include Maatkit UDFs and HandlerSocket

Include the build commands for the Maatkit UDFs and HandlerSocket.
Update the handlersocket configure script to be compatible with a
POSIX shell since it contains a `source' command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -Naur a/HandlerSocket-Plugin-for-MySQL/configure.ac b/HandlerSocket-Plugin-for-MySQL/configure.ac
2
 
--- a/HandlerSocket-Plugin-for-MySQL/configure.ac       2011-04-12 06:01:24.101637007 -0300
3
 
+++ b/HandlerSocket-Plugin-for-MySQL/configure.ac       2011-04-12 07:08:56.761637002 -0300
 
2
--- a/HandlerSocket-Plugin-for-MySQL/configure.ac       2011-04-19 14:51:32.565359000 -0300
 
3
+++ b/HandlerSocket-Plugin-for-MySQL/configure.ac       2011-04-28 18:37:46.417503018 -0300
 
4
@@ -36,7 +36,7 @@
 
5
         MYSQL_INC="$MYSQL_INC -I$ac_mysql_source_dir"
 
6
         AC_SUBST(MYSQL_INC)
 
7
         if test -f "$ac_mysql_source_dir/VERSION"; then
 
8
-          source "$ac_mysql_source_dir/VERSION"
 
9
+          . "$ac_mysql_source_dir/VERSION"
 
10
           MYSQL_SOURCE_VERSION="$MYSQL_VERSION_MAJOR.$MYSQL_VERSION_MINOR.$MYSQL_VERSION_PATCH"
 
11
         else
 
12
           if test -f "$ac_mysql_source_dir/configure.in"; then
4
13
@@ -101,14 +101,10 @@
5
14
   AC_ARG_WITH([mysql-plugindir],
6
15
     [AS_HELP_STRING([--with-mysql-plugindir=PATH], [MySQL plugin directory where handlersocket.so to be copied])],