Tags: JavaInCloud/mysql
Tags
Removed random passwords feature for Bugfix#17160741 (not applicable … …for 5.5.X) --BZR-- revision-id: balasubramanian.kandasamy@oracle.com-20130715114127-qfk935f9ksh1kpfr property-audit-revid: balasubramanian.kandasamy@oracle.com-20130715114127-1k1s45mxf9j7swtl property-branch-nick: mysql-5.5.33-release testament3-sha1: 6ff2de20d0664361dafeb50a4e271a88bf1ca21e
Bug#17033706 SINCE 5.5.32 & 5.6.12, INNODB CANT START WITH OWN
MULTI-FILE TABLESPACE
ANALYSIS
--------
When a tablespace has multiple data files, InnoDB fails to
open the tablespace. This is because for each ibd file,
the first page is checked.But the first page of all ibd file
need not be the first page of the tablespace. Only the first
page of the tablespace contains the tablespace header. When
we check the first page of an ibd file that is not the first
page of the tablespace, then the "tablespace flags" is not
really available.This was wrongly used to check if a page is
corrupt or not.
FIX
---
Use the tablespace flags only if the page number is 0
in a tablespace.
[Approved by Inaam rb#2836 ]
--BZR--
revision-id: [email protected]
property-audit-revid: [email protected]
property-branch-nick: mysql-5.5
testament3-sha1: 05aa717a9d7de16c692c03ac84c31ef6e25795bd
Bug#58165: "my_empty_string" gets modified and causes LOAD DATA to fa… …il and Cleanup test case (left outfile in data dir) --BZR-- revision-id: [email protected] property-audit-revid: [email protected] property-branch-nick: 5.1 testament3-sha1: 2401d7d7a60d4320583f15e18ff40a2f4d0e3131
Fix for BUG# 16812255: Removing the --random-password option which is supported only for MYSQL server versions 5.6 and above. --BZR-- revision-id: [email protected] property-audit-revid: [email protected] property-branch-nick: mysql-5.5.32-release testament3-sha1: 6b8207befce33da82c4bf391f31dc1c8e1ef3b3e
--BZR-- revision-id: [email protected] property-audit-revid: [email protected] property-branch-nick: clone testament3-sha1: 70f59369c5298fbde9bb5d898313ec6dd62d6d8e
PreviousNext