mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
This commit is contained in:
@@ -420,8 +420,12 @@ static struct my_option my_long_options[] =
|
|||||||
"Creates a consistent snapshot by dumping all tables in a single "
|
"Creates a consistent snapshot by dumping all tables in a single "
|
||||||
"transaction. Works ONLY for tables stored in storage engines which "
|
"transaction. Works ONLY for tables stored in storage engines which "
|
||||||
"support multiversioning (currently only InnoDB does); the dump is NOT "
|
"support multiversioning (currently only InnoDB does); the dump is NOT "
|
||||||
"guaranteed to be consistent for other storage engines. Option "
|
"guaranteed to be consistent for other storage engines. "
|
||||||
"automatically turns off --lock-tables.",
|
"While a --single-transaction dump is in process, to ensure a valid "
|
||||||
|
"dump file (correct table contents and binary log position), no other "
|
||||||
|
"connection should use the following statements: ALTER TABLE, DROP "
|
||||||
|
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not "
|
||||||
|
"isolated from them. Option automatically turns off --lock-tables.",
|
||||||
(uchar**) &opt_single_transaction, (uchar**) &opt_single_transaction, 0,
|
(uchar**) &opt_single_transaction, (uchar**) &opt_single_transaction, 0,
|
||||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"skip-opt", OPT_SKIP_OPTIMIZATION,
|
{"skip-opt", OPT_SKIP_OPTIMIZATION,
|
||||||
|
Reference in New Issue
Block a user