[community-mysql] fix paths in -plugin-test patch

Honza Horak hhorak at fedoraproject.org
Mon Apr 22 14:00:09 UTC 2013


commit e80059ea66d25d461fdc4d687bdead4f7720cb0e
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Apr 22 15:58:52 2013 +0200

    fix paths in -plugin-test patch

 community-mysql-plugin-test.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/community-mysql-plugin-test.patch b/community-mysql-plugin-test.patch
index a467d3c..5fdce09 100644
--- a/community-mysql-plugin-test.patch
+++ b/community-mysql-plugin-test.patch
@@ -51,10 +51,10 @@ diff -up mysql-5.5.31/mysql-test/t/mysql_plugin.test.p17 mysql-5.5.31/mysql-test
 ---copy_file $MYSQL_ERRMSG_BASEDIR/english/errmsg.sys $MYSQLD_BASEDIR/share/errmsg.sys
 ---copy_file $MYSQL_ERRMSG_BASEDIR/english/errmsg.sys $MYSQLD_BASEDIR/share/mysql/errmsg.sys
 +--mkdir $MYSQLD_TMP_BASEDIR/share
-+--mkdir $MYSQLD_TMP_BASEDIR/share/mysql
++--mkdir $MYSQLD_TMP_BASEDIR/share/community-mysql
 +--mkdir $PLUGIN_DIR
 +--copy_file $MYSQL_ERRMSG_BASEDIR/english/errmsg.sys $MYSQLD_TMP_BASEDIR/share/errmsg.sys
-+--copy_file $MYSQL_ERRMSG_BASEDIR/english/errmsg.sys $MYSQLD_TMP_BASEDIR/share/mysql/errmsg.sys
++--copy_file $MYSQL_ERRMSG_BASEDIR/english/errmsg.sys $MYSQLD_TMP_BASEDIR/share/community-mysql/errmsg.sys
 +--copy_file $PLUGIN_BASEDIR/libdaemon_example.so $PLUGIN_DIR/libdaemon_example.so
 +--copy_file $PLUGIN_BASEDIR/daemon_example.ini $PLUGIN_DIR/daemon_example.ini
 +
@@ -89,8 +89,8 @@ diff -up mysql-5.5.31/mysql-test/t/mysql_plugin.test.p17 mysql-5.5.31/mysql-test
 +--remove_file $PLUGIN_DIR/daemon_example.ini
 +--remove_file $PLUGIN_DIR/libdaemon_example.so
 +--rmdir $PLUGIN_DIR
-+--remove_file $MYSQLD_TMP_BASEDIR/share/errmsg.sys
-+--rmdir $MYSQLD_TMP_BASEDIR/share/mysql
-+--rmdir $MYSQLD_TMP_BASEDIR/share
++--remove_file $MYSQLD_TMP_BASEDIR/community-share/errmsg.sys
++--rmdir $MYSQLD_TMP_BASEDIR/community-share/mysql
++--rmdir $MYSQLD_TMP_BASEDIR/community-share
  
  --enable_abort_on_error


More information about the scm-commits mailing list