|
|
|
@ -5798,7 +5798,7 @@ log and this option does nothing anymore.", |
|
|
|
"Data file autoextend increment in megabytes", |
|
|
|
(gptr*) &srv_auto_extend_increment, |
|
|
|
(gptr*) &srv_auto_extend_increment, |
|
|
|
0, GET_LONG, REQUIRED_ARG, 8L, 1L, 1000L, 0, 1L, 0}, |
|
|
|
0, GET_ULONG, REQUIRED_ARG, 8L, 1L, 1000L, 0, 1L, 0}, |
|
|
|
{"innodb_buffer_pool_awe_mem_mb", OPT_INNODB_BUFFER_POOL_AWE_MEM_MB, |
|
|
|
"If Windows AWE is used, the size of InnoDB buffer pool allocated from the AWE memory.", |
|
|
|
(gptr*) &innobase_buffer_pool_awe_mem_mb, (gptr*) &innobase_buffer_pool_awe_mem_mb, 0, |
|
|
|
@ -5811,7 +5811,7 @@ log and this option does nothing anymore.", |
|
|
|
{"innodb_commit_concurrency", OPT_INNODB_COMMIT_CONCURRENCY, |
|
|
|
"Helps in performance tuning in heavily concurrent environments.", |
|
|
|
(gptr*) &srv_commit_concurrency, (gptr*) &srv_commit_concurrency, |
|
|
|
0, GET_LONG, REQUIRED_ARG, 0, 0, 1000, 0, 1, 0}, |
|
|
|
0, GET_ULONG, REQUIRED_ARG, 0, 0, 1000, 0, 1, 0}, |
|
|
|
{"innodb_concurrency_tickets", OPT_INNODB_CONCURRENCY_TICKETS, |
|
|
|
"Number of times a thread is allowed to enter InnoDB within the same \
|
|
|
|
SQL query after it has once got the ticket", |
|
|
|
|