Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b33535ef
Commit
b33535ef
authored
Jul 21, 2009
by
vasil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip:
Fixups in ChangeLog: sort filenames alphabetically and wrap to 78 chars per line.
parent
cea8329d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
ChangeLog
ChangeLog
+11
-11
No files found.
ChangeLog
View file @
b33535ef
2009-07-20 The InnoDB Team
* handler/ha_innodb.cc, buf/buf0rea.c, include/srv0srv.h, srv/srv0srv.c
* buf/buf0rea.c, handler/ha_innodb.cc, include/srv0srv.h,
srv/srv0srv.c:
Change the read ahead parameter name to innodb_read_ahead_threshold.
Change the meaning of this parameter to signify the number of pages
that must be sequentially accessed for InnoDB to trigger a readahead
...
...
@@ -15,8 +16,8 @@
* include/univ.i:
Support inlining of functions and prefetch with Sun Studio.
These changes are based on contribution from
Sun Microsystems Inc.
under a BSD license.
These changes are based on contribution from
Sun Microsystems Inc.
under a BSD license.
2009-07-14 The InnoDB Team
...
...
@@ -39,9 +40,9 @@
2009-07-08 The InnoDB Team
*
srv/srv0srv.c, buf/buf0flu.c, handler/ha_innodb.cc
,
include/
srv0srv.h, include/log0log.ic, include/buf0flu
.h,
include/log0log.h
:
*
buf/buf0flu.c, handler/ha_innodb.cc, include/buf0flu.h
,
include/
log0log.h, include/log0log.ic, include/srv0srv
.h,
srv/srv0srv.c
:
Implement the adaptive flushing of dirty pages, which uses
a heuristics based flushing rate of dirty pages to avoid IO
bursts at checkpoint. Expose new configure knob
...
...
@@ -50,8 +51,8 @@
2009-07-07 The InnoDB Team
*
srv/srv0srv.c, handler/ha_innodb.cc
, log/log0log.c,
include/srv0srv.h
:
*
handler/ha_innodb.cc, include/srv0srv.h
, log/log0log.c,
srv/srv0srv.c
:
Implement IO capacity tuning. Expose new configure knob
innodb_io_capacity to control the master threads IO rate. The
ibuf merge is also changed from synchronous to asynchronous.
...
...
@@ -88,13 +89,12 @@
* handler/handler0alter.cc:
Start the user transaction prebuilt->trx if it was not started
before adding or dropping an index.
Without this fix, the
before adding or dropping an index. Without this fix, the
table could be locked outside an active transaction.
2009-06-25 The InnoDB Team
* handler/ha_innodb.cc,
mysql-test/innodb_bug42101.test,
* handler/ha_innodb.cc, mysql-test/innodb_bug42101.test,
mysql-test/innodb_bug42101.result,
mysql-test/innodb_bug42101-nonzero.test,
mysql-test/innodb_bug42101-nonzero.result:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment