mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
sql/mysqld.cc
Fix a typo: "distibution" -> "distribution". sql/mysqld.cc: Fix a typo: "distibution" -> "distribution".
This commit is contained in:
parent
705965362d
commit
17c70d0e81
1 changed files with 1 additions and 1 deletions
|
@ -5109,7 +5109,7 @@ Disable with --skip-ndbcluster (will save memory).",
|
|||
(gptr*) &global_system_variables.ndb_autoincrement_prefetch_sz,
|
||||
(gptr*) &global_system_variables.ndb_autoincrement_prefetch_sz,
|
||||
0, GET_ULONG, REQUIRED_ARG, 32, 1, 256, 0, 0, 0},
|
||||
{"ndb-distibution", OPT_NDB_DISTRIBUTION,
|
||||
{"ndb-distribution", OPT_NDB_DISTRIBUTION,
|
||||
"Default distribution for new tables in ndb",
|
||||
(gptr*) &opt_ndb_distribution,
|
||||
(gptr*) &opt_ndb_distribution,
|
||||
|
|
Loading…
Reference in a new issue