2042
2042
"The algorithm InnoDB uses for page checksumming. [CRC32, STRICT_CRC32, "
2043
2043
"INNODB, STRICT_INNODB, NONE, STRICT_NONE]", &srv_checksum_algorithm,
2044
2044
&srv_checksum_algorithm, &innodb_checksum_algorithm_typelib, GET_ENUM,
2045
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
2045
REQUIRED_ARG, SRV_CHECKSUM_ALGORITHM_INNODB, 0, 0, 0, 0, 0},
2046
2046
{"innodb_undo_directory", OPT_INNODB_UNDO_DIRECTORY,
2047
2047
"Directory where undo tablespace files live, this path can be absolute.",
2048
2048
(G_PTR*) &srv_undo_dir, (G_PTR*) &srv_undo_dir,