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
b66b68b9
Commit
b66b68b9
authored
Oct 24, 2008
by
vasil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip:
White space cleanup in ChangeLog
parent
dbc02f39
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
38 deletions
+36
-38
ChangeLog
ChangeLog
+36
-38
No files found.
ChangeLog
View file @
b66b68b9
2008-10-23 The InnoDB Team
2008-10-23 The InnoDB Team
* ibuf/ibuf0ibuf.c:
* ibuf/ibuf0ibuf.c:
ibuf_delete_rec(): When the cursor to the insert buffer record
ibuf_delete_rec(): When the cursor to the insert buffer record
cannot be restored, do not complain if the tablespace does not
cannot be restored, do not complain if the tablespace does not
exist, because the insert buffer record may have been discarded by
exist, because the insert buffer record may have been discarded by
...
@@ -27,8 +26,8 @@
...
@@ -27,8 +26,8 @@
2008-10-16 The InnoDB Team
2008-10-16 The InnoDB Team
* dict/dict0dict.c,
* dict/dict0dict.c,
mysql-test/innodb-index.result,
mysql-test/innodb-index.
result, mysql-test/innodb-index.
test:
mysql-test/innodb-index.test:
Skip the undo log size check when creating REDUNDANT and COMPACT
Skip the undo log size check when creating REDUNDANT and COMPACT
tables. In ROW_FORMAT=DYNAMIC and ROW_FORMAT=COMPRESSED, column
tables. In ROW_FORMAT=DYNAMIC and ROW_FORMAT=COMPRESSED, column
prefix indexes require that prefixes of externally stored columns
prefix indexes require that prefixes of externally stored columns
...
@@ -40,8 +39,8 @@
...
@@ -40,8 +39,8 @@
2008-10-15 The InnoDB Team
2008-10-15 The InnoDB Team
* btr/btr0cur.c, include/btr0cur.h, row/row0ext.c,
* btr/btr0cur.c, include/btr0cur.h, row/row0ext.c,
row/row0sel.c,
row/row0
sel.c, row/row0
upd.c:
row/row0upd.c:
When the server crashes while freeing an externally stored column
When the server crashes while freeing an externally stored column
of a compressed table, the BTR_EXTERN_LEN field in the BLOB
of a compressed table, the BTR_EXTERN_LEN field in the BLOB
pointer will be written as 0. Tolerate this in the functions that
pointer will be written as 0. Tolerate this in the functions that
...
@@ -92,13 +91,14 @@
...
@@ -92,13 +91,14 @@
2008-10-08 The InnoDB Team
2008-10-08 The InnoDB Team
* dict/dict0crea.c, trx/trx0roll.c, include/row0mysql.h,
* dict/dict0crea.c, trx/trx0roll.c, include/row0mysql.h,
row/row0merge.c, row/row0mysql.c: When dropping a table, hold the
row/row0merge.c, row/row0mysql.c:
data dictionary latch until the transaction has been committed.
When dropping a table, hold the data dictionary latch until the
The data dictionary latch is supposed to prevent lock waits and
transaction has been committed. The data dictionary latch is
deadlocks in the data dictionary tables. Due to this bug,
supposed to prevent lock waits and deadlocks in the data
DROP TABLE could cause a deadlock or hang. Note that because of
dictionary tables. Due to this bug, DROP TABLE could cause a
Bug#33650 and Bug#39833, MySQL may also drop a (temporary) table
deadlock or hang. Note that because of Bug#33650 and Bug#39833,
when executing CREATE INDEX or ALTER TABLE ... ADD INDEX.
MySQL may also drop a (temporary) table when executing CREATE INDEX
or ALTER TABLE ... ADD INDEX.
2008-10-04 The InnoDB Team
2008-10-04 The InnoDB Team
...
@@ -137,8 +137,8 @@
...
@@ -137,8 +137,8 @@
* mysql-test/innodb-index.test, mysql-test/innodb-index.result,
* mysql-test/innodb-index.test, mysql-test/innodb-index.result,
mysql-test/innodb-timeout.test, mysql-test/innodb-timeout.result,
mysql-test/innodb-timeout.test, mysql-test/innodb-timeout.result,
srv/srv0srv.c, include/srv0srv.h,
srv/srv0srv.c, include/srv0srv.h,
handler/ha_innodb.cc,
handler/ha_innodb.cc,
include/ha_prototypes.h:
include/ha_prototypes.h:
Fix Bug#36285 innodb_lock_wait_timeout is not dynamic, not per session
Fix Bug#36285 innodb_lock_wait_timeout is not dynamic, not per session
2008-09-19 The InnoDB Team
2008-09-19 The InnoDB Team
...
@@ -151,11 +151,10 @@
...
@@ -151,11 +151,10 @@
2008-09-17 The InnoDB Team
2008-09-17 The InnoDB Team
* mysql-test/innodb.result, mysql-test/innodb-zip.result,
* mysql-test/innodb.result, mysql-test/innodb-zip.result,
mysql-test/innodb-zip.test, mysql-test/innodb.test,
mysql-test/innodb-zip.test, mysql-test/innodb.test, ibuf/ibuf0ibuf.c,
ibuf/ibuf0ibuf.c, dict/dict0crea.c, dict/dict0load.c, dict/dict0boot.c,
dict/dict0crea.c, dict/dict0load.c, dict/dict0boot.c,
include/dict0dict.h, include/trx0trx.h,
include/dict0dict.h, include/trx0trx.h, dict/dict0dict.c,
dict/dict0dict.c, trx/trx0trx.c,
trx/trx0trx.c, include/ha_prototypes.h, handler/ha_innodb.cc:
include/ha_prototypes.h, handler/ha_innodb.cc:
When creating an index in innodb_strict_mode, check that the
When creating an index in innodb_strict_mode, check that the
maximum record size will never exceed the B-tree page size limit.
maximum record size will never exceed the B-tree page size limit.
For uncompressed tables, there should always be enough space for
For uncompressed tables, there should always be enough space for
...
@@ -168,8 +167,7 @@
...
@@ -168,8 +167,7 @@
2008-09-17 The InnoDB Team
2008-09-17 The InnoDB Team
* btr/btr0cur.c, data/data0data.c, include/page0zip.h,
* btr/btr0cur.c, data/data0data.c, include/page0zip.h,
include/page0zip.ic, page/page0zip.c,
include/page0zip.ic, page/page0zip.c, mysql-test/innodb_bug36172.test:
mysql-test/innodb_bug36172.test:
Prevent infinite B-tree page splits in compressed tables by
Prevent infinite B-tree page splits in compressed tables by
ensuring that there will always be enough space for two node
ensuring that there will always be enough space for two node
pointer records in an empty B-tree page. Also, require that at
pointer records in an empty B-tree page. Also, require that at
...
...
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