~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to packaging/deb-wheezy/mysql-community-server.config

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
 
3
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
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
22
22
 
23
23
        set -e
24
24
 
25
 
        PKG_LIST=mysql-server-5.5:mysql-server-5.6:mysql-community-server:mysql-enterprise-server
 
25
        PKG_LIST=mysql-server-5.5:mysql-server-5.6:mysql-community-server:mysql-commercial-server
26
26
        INSTALLED_PKG=none
27
27
        MYSQLDATA=/var/lib/mysql
28
28
 
78
78
                        db_set mysql-community-server/re-root-pass ""
79
79
                done
80
80
 
81
 
                db_input high mysql-community-server/remove-test-db || true
82
 
                db_go
83
 
 
84
81
        else
85
82
                db_fset mysql-community-server/data-dir seen true
86
83
                db_fset mysql-community-server/root-pass seen true
87
84
                db_fset mysql-community-server/re-root-pass seen true
88
 
                db_fset mysql-community-server/remove-test-db seen true
89
85
        fi
90
86
 
91
87
        set +e