~percona-dev/percona-server/release-5.1.57-12.8-commit108486

« back to all changes in this revision

Viewing changes to build/debian/percona-server-server-5.1.postinst

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-12-20 21:54:44 UTC
  • mfrom: (174.1.15 release-5.1.53-12-udf)
  • mto: This revision was merged to the branch mainline in revision 177.
  • Revision ID: aleksandr.kuzminsky@percona.com-20101220215444-ivzb0ghuf3137j26
Maatkit UDF functions are added to a distribution
Version is set to 5.1.54-12.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
    set +e
238
238
    echo "$install_plugins"                                  | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
239
239
    set -e
 
240
    echo "Percona Server is distributed with several useful UDF (User Defined Function) from Maatkit"
 
241
    echo "Run following command to create these functions:"
 
242
    echo "mysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
 
243
    echo "mysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
 
244
    echo "mysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
 
245
    echo "See http://code.google.com/p/maatkit/source/browse/trunk/udf for more details"
240
246
  ;;
241
247
 
242
248
  abort-upgrade|abort-remove|abort-configure)