mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Allow "classic" builds (= without InnoDB) by eliminating an "unresolved reference" (bug#7961).
This commit is contained in:
parent
bb77b2e55f
commit
88b1fbaf2f
1 changed files with 2 additions and 0 deletions
|
@ -4449,9 +4449,11 @@ Disable with --skip-large-pages.",
|
|||
Disable with --skip-innodb (will save memory).",
|
||||
(gptr*) &opt_innodb, (gptr*) &opt_innodb, 0, GET_BOOL, NO_ARG, OPT_INNODB_DEFAULT, 0, 0,
|
||||
0, 0, 0},
|
||||
#ifdef HAVE_INNOBASE_DB
|
||||
{"innodb_checksums", OPT_INNODB_CHECKSUMS, "Enable InnoDB checksums validation (enabled by default). \
|
||||
Disable with --skip-innodb-checksums.", (gptr*) &innobase_use_checksums,
|
||||
(gptr*) &innobase_use_checksums, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
||||
#endif
|
||||
{"innodb_data_file_path", OPT_INNODB_DATA_FILE_PATH,
|
||||
"Path to individual files and their sizes.",
|
||||
0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||
|
|
Loading…
Add table
Reference in a new issue