mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-22 03:00:29 +08:00
Move module docu to work for NaturalDocs.
This commit is contained in:
@@ -18,12 +18,11 @@
|
||||
# ###########################################################################
|
||||
# TableSyncStream package $Revision: 5697 $
|
||||
# ###########################################################################
|
||||
|
||||
{
|
||||
# Package: TableSyncStream
|
||||
# TableSyncStream is a table sync algo that selects all rows.
|
||||
# This package implements the simplest possible table-sync algorithm:
|
||||
# read every row from the tables and compare them.
|
||||
{
|
||||
package TableSyncStream;
|
||||
|
||||
use strict;
|
||||
|
||||
Reference in New Issue
Block a user