~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to scripts/mysql_install_db.sh

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2014-03-02 01:38:26 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140302013826-z3afnfteqo86pccd
[ Otto Kekäläinen ]
* New upstream release.
* Updated Danish debconf translation (Closes: #739750).
* d/control: Added explicit Conflicts/Replaces for mysql-5.6 packages
  (Closes: #739841).
* d/control: Update for use of virtual-* packages for switching to/from
  MySQL alternatives.

[ James Page ]
* d/control: Drop Nicholas from Uploaders, MIA (Closes: #739360).
* d/control: Add libjemalloc-dev to BD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Copyright (c) 2000, 2011, Oracle and/or its affiliates.
3
 
# Copyright (c) 2009, 2011,2013 Monty Program Ab
 
2
# Copyright (c) 2000, 2013, Oracle and/or its affiliates.
 
3
# Copyright (c) 2009, 2013, Monty Program Ab
4
4
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
267
267
  bindir="$basedir/client"
268
268
  extra_bindir="$basedir/extra"
269
269
  mysqld="$basedir/sql/mysqld"
270
 
  langdir="$srcdir/sql/share/english"
 
270
  langdir="$basedir/sql/share/english"
271
271
  pkgdatadir="$srcdir/scripts"
272
272
  scriptdir="$srcdir/scripts"
273
273
elif test -n "$basedir"
436
436
  echo "The problem could be conflicting information in an external"
437
437
  echo "my.cnf files. You can ignore these by doing:"
438
438
  echo
439
 
  echo "    shell> /scripts/mysql_install_db --defaults-file=~/.my.cnf"
 
439
  echo "    shell> $scriptdir/scripts/mysql_install_db --defaults-file=~/.my.cnf"
440
440
  echo
441
441
  echo "You can also try to start the mysqld daemon with:"
442
442
  echo
454
454
  echo "MariaDB is hosted on launchpad; You can find the latest source and"
455
455
  echo "email lists at http://launchpad.net/maria"
456
456
  echo
457
 
  echo "Please check all of the above before mailing us!  And remember, if"
458
 
  echo "you do mail us, you should use the $scriptdir/mysqlbug script!"
 
457
  echo "Please check all of the above before submitting a bug report"
 
458
  echo "at http://mariadb.org/jira"
 
459
  echo
459
460
  exit 1
460
461
fi
461
462
 
506
507
  fi
507
508
 
508
509
  echo
509
 
  echo "Please report any problems with the '$scriptdir/mysqlbug' script!"
 
510
  echo "Please report any problems at http://mariadb.org/jira"
510
511
  echo
511
512
  echo "The latest information about MariaDB is available at http://mariadb.org/."
512
513
  echo "You can find additional information about the MySQL part at:"