mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Revert "MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size."
This reverts commit 13884cf206.
Fixed in 5.6 (merged in the next commit)
This commit is contained in:
parent
271fed4106
commit
d520d35380
19 changed files with 42 additions and 297 deletions
|
|
@ -4,7 +4,7 @@ Copyright (c) 2000, 2015, Oracle and/or its affiliates. All Rights Reserved.
|
|||
Copyright (c) 2008, 2009 Google Inc.
|
||||
Copyright (c) 2009, Percona Inc.
|
||||
Copyright (c) 2012, Facebook Inc.
|
||||
Copyright (c) 2013, 2015, MariaDB Corporation.
|
||||
Copyright (c) 2013, 2014 SkySQL Ab. All Rights Reserved.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted by
|
||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||
|
|
@ -647,12 +647,6 @@ static SHOW_VAR innodb_status_variables[]= {
|
|||
(char*) &export_vars.innodb_os_log_pending_writes, SHOW_LONG},
|
||||
{"os_log_written",
|
||||
(char*) &export_vars.innodb_os_log_written, SHOW_LONGLONG},
|
||||
{"os_merge_buffers_written",
|
||||
(char*) &export_vars.innodb_merge_buffers_written, SHOW_LONGLONG},
|
||||
{"os_merge_buffers_read",
|
||||
(char*) &export_vars.innodb_merge_buffers_read, SHOW_LONGLONG},
|
||||
{"os_merge_buffers_merged",
|
||||
(char*) &export_vars.innodb_merge_buffers_merged, SHOW_LONGLONG},
|
||||
{"page_size",
|
||||
(char*) &export_vars.innodb_page_size, SHOW_LONG},
|
||||
{"pages_created",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue