From 9f3cf74444823a53dc2d1a99c6c561a5a8b8abc1 Mon Sep 17 00:00:00 2001 From: wangzihuacool <47876169+wangzihuacool@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:16:58 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: dm-2 <45519614+dm-2@users.noreply.github.com> --- doc/command-line-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/command-line-flags.md b/doc/command-line-flags.md index 82cb884..021462f 100644 --- a/doc/command-line-flags.md +++ b/doc/command-line-flags.md @@ -247,7 +247,7 @@ Allows `gh-ost` to connect to the MySQL servers using encrypted connections, but `--ssl-key=/path/to/ssl-key.key`: SSL private key file (in PEM format). ### storage-engine -default is `innodb`, and `rocksdb`as an optional. InnoDB and RocksDB are both transactional engines, supporting both shared and exclusive row locks. +Default is `innodb`, and `rocksdb` support is currently experimental. InnoDB and RocksDB are both transactional engines, supporting both shared and exclusive row locks. But RocksDB currently lacks a few features support compared to InnoDB: - Gap Locks