diff options
author | Timothy Smith <timothy.smith@sun.com> | 2009-03-02 18:00:23 -0700 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2009-03-02 18:00:23 -0700 |
commit | 62d5d85c5d19b113b772ecadbf32f198831b543b (patch) | |
tree | 571e8b01ca818e22143664ba3098c33bb1fbca79 /mysql-test/t/connect.test | |
parent | c3fec5d22ff38388f68718bf77cca183778978a1 (diff) | |
download | mariadb-git-62d5d85c5d19b113b772ecadbf32f198831b543b.tar.gz |
Applying InnoDB snashot 5.0-ss4007, part 3. Fixes
Bug #41571: MySQL segfaults after innodb recovery
This 5.0 fix will not be pushed into 5.1; a separate fix (from
innodb-5.1-ss4007) will be pushed into 5.1+.
Detailed revision comments:
r4003 | marko | 2009-01-20 16:12:50 +0200 (Tue, 20 Jan 2009) | 10 lines
branches/5.0: rec_set_nth_field(): When the field already is SQL null,
do nothing when it is being changed to SQL null. (Bug #41571)
Normally, MySQL does not pass "do-nothing" updates to the storage engine.
When it does and a column of an InnoDB table that is in ROW_FORMAT=COMPACT
is being updated from NULL to NULL, the InnoDB buffer pool will be corrupted
without this fix.
rb://81 approved by Heikki Tuuri
Diffstat (limited to 'mysql-test/t/connect.test')
0 files changed, 0 insertions, 0 deletions