mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-11 02:04:38 +08:00
Compare commits
3 Commits
PT-1997_in
...
doc/pt-ins
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3229fe5e14 | ||
|
|
7eaca8a98e | ||
|
|
d14d18a1bf |
@@ -13281,6 +13281,9 @@ sub main {
|
||||
DSNParser => $dp,
|
||||
opts => { AutoCommit => 1 },
|
||||
);
|
||||
if ($EVAL_ERROR) {
|
||||
die ("Cannot connect to the explain database: $EVAL_ERROR")
|
||||
}
|
||||
$ep_dbh->{InactiveDestroy} = 1; # Don't die on fork().
|
||||
}
|
||||
|
||||
@@ -13303,6 +13306,10 @@ sub main {
|
||||
DSNParser => $dp,
|
||||
opts => { AutoCommit => 1 },
|
||||
);
|
||||
if ($EVAL_ERROR) {
|
||||
die ("Cannot connect to the review database: $EVAL_ERROR")
|
||||
}
|
||||
|
||||
$qv_dbh->{InactiveDestroy} = 1; # Don't die on fork().
|
||||
|
||||
my @db_tbl = @{$review_dsn}{qw(D t)};
|
||||
@@ -13347,6 +13354,9 @@ sub main {
|
||||
DSNParser => $dp,
|
||||
opts => { AutoCommit => 1 },
|
||||
);
|
||||
if ($EVAL_ERROR) {
|
||||
die ("Cannot connect to the history database: $EVAL_ERROR")
|
||||
}
|
||||
$qh_dbh->{InactiveDestroy} = 1; # Don't die on fork().
|
||||
|
||||
my @hdb_tbl = @{$history_dsn}{qw(D t)};
|
||||
|
||||
@@ -4,21 +4,6 @@
|
||||
Installing Percona Toolkit
|
||||
==========================
|
||||
|
||||
Percona provides packages for most popular 64-bit Linux distributions:
|
||||
|
||||
* Debian 7 ("wheezy")
|
||||
* Debian 8 ("jessie")
|
||||
* Ubuntu 14.04 LTS (Trusty Tahr)
|
||||
* Ubuntu 16.04 LTS (Xenial Xerus)
|
||||
* Ubuntu 16.10 (Yakkety Yak)
|
||||
* Ubuntu 17.04 (Zesty Zapus)
|
||||
* Red Hat Enterprise Linux or CentOS 6 (Santiago)
|
||||
* Red Hat Enterprise Linux or CentOS 7 (Maipo)
|
||||
|
||||
.. note:: Percona Toolkit should work on other DEB-based and RPM-based systems
|
||||
(for example, Oracle Linux and Amazon Linux AMI),
|
||||
but it is tested only on those listed above.
|
||||
|
||||
It is recommended to install Percona software from official repositories:
|
||||
|
||||
1. Configure Percona repositories as described in
|
||||
|
||||
Reference in New Issue
Block a user