-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename new mloginfo options to --cursors and --transactions for consi…
…stency
- Loading branch information
Showing
5 changed files
with
63 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
from .clients_section import ClientSection | ||
from .connection_section import ConnectionSection | ||
from .cursor_section import CursorSection | ||
from .cursors_section import CursorSection | ||
from .distinct_section import DistinctSection | ||
from .query_section import QuerySection | ||
from .restart_section import RestartSection | ||
from .rs_info_section import RsInfoSection | ||
from .rs_state_section import RsStateSection | ||
from .storagestats_section import StorageStatsSection | ||
from .transaction_section import TransactionSection | ||
from .transactions_section import TransactionSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters