mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fixed Bug#7906, "Cmdline help for mysqld --ansi option misses some info".
This commit is contained in:
@@ -4173,7 +4173,7 @@ struct my_option my_long_options[] =
|
|||||||
(gptr*) &abort_slave_event_count, (gptr*) &abort_slave_event_count,
|
(gptr*) &abort_slave_event_count, (gptr*) &abort_slave_event_count,
|
||||||
0, GET_INT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
0, GET_INT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
#endif /* HAVE_REPLICATION */
|
#endif /* HAVE_REPLICATION */
|
||||||
{"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax.", 0, 0, 0,
|
{"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax. This mode will also set transaction isolation level 'serializable'.", 0, 0, 0,
|
||||||
GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"basedir", 'b',
|
{"basedir", 'b',
|
||||||
"Path to installation directory. All paths are usually resolved relative to this.",
|
"Path to installation directory. All paths are usually resolved relative to this.",
|
||||||
|
Reference in New Issue
Block a user