Home
last modified time | relevance | path

Searched refs:hc_locks (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh285 my $hc_locks = "";
378 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
379 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
436 die "No tables to hot-copy" unless ( length $hc_locks );
489 $hc_locks .= ", $table WRITE"
490 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
498 print "LOCK TABLES $hc_locks\n";
515 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/percona56-client/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh285 my $hc_locks = "";
378 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
379 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
436 die "No tables to hot-copy" unless ( length $hc_locks );
489 $hc_locks .= ", $table WRITE"
490 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
498 print "LOCK TABLES $hc_locks\n";
515 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/scripts/
H A Dmysqlhotcopy.sh285 my $hc_locks = "";
378 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
379 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
436 die "No tables to hot-copy" unless ( length $hc_locks );
489 $hc_locks .= ", $table WRITE"
490 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
498 print "LOCK TABLES $hc_locks\n";
515 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/scripts/
H A Dmysqlhotcopy.sh285 my $hc_locks = "";
378 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
379 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
436 die "No tables to hot-copy" unless ( length $hc_locks );
489 $hc_locks .= ", $table WRITE"
490 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
498 print "LOCK TABLES $hc_locks\n";
515 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb105-client/mariadb-10.5.15/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb104-server/mariadb-10.4.24/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb104-client/mariadb-10.4.24/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb103-server/mariadb-10.3.34/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb103-client/mariadb-10.3.34/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mysql56-client/mysql-5.6.51/scripts/
H A Dmysqlhotcopy.sh285 my $hc_locks = "";
378 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
379 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
436 die "No tables to hot-copy" unless ( length $hc_locks );
489 $hc_locks .= ", $table WRITE"
490 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
498 print "LOCK TABLES $hc_locks\n";
515 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mysql55-client/mysql-5.5.62/scripts/
H A Dmysqlhotcopy.sh277 my $hc_locks = "";
370 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
371 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
428 die "No tables to hot-copy" unless ( length $hc_locks );
481 $hc_locks .= ", $table WRITE"
482 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
490 print "LOCK TABLES $hc_locks\n";
507 $dbh->do("LOCK TABLES $hc_locks");
/dports/databases/mariadb105-server/mariadb-10.5.15/scripts/
H A Dmysqlhotcopy.sh280 my $hc_locks = "";
373 $hc_locks .= ", " if ( length $hc_locks && @hc_tables );
374 $hc_locks .= join ", ", map { "$_ READ" } @hc_tables;
431 die "No tables to hot-copy" unless ( length $hc_locks );
484 $hc_locks .= ", $table WRITE"
485 unless ( $hc_locks =~ s/$table\s+READ/$table WRITE/ );
493 print "LOCK TABLES $hc_locks\n";
510 $dbh->do("LOCK TABLES $hc_locks");