2013-09-30 22:55:24 |
Roel Van de Paar |
bug |
|
|
added bug |
2013-09-30 22:55:34 |
Roel Van de Paar |
nominated for series |
|
percona-server/5.1 |
|
2013-09-30 22:55:34 |
Roel Van de Paar |
bug task added |
|
percona-server/5.1 |
|
2013-09-30 22:55:34 |
Roel Van de Paar |
nominated for series |
|
percona-server/5.5 |
|
2013-09-30 22:55:34 |
Roel Van de Paar |
bug task added |
|
percona-server/5.5 |
|
2013-09-30 22:55:34 |
Roel Van de Paar |
nominated for series |
|
percona-server/5.6 |
|
2013-09-30 22:55:34 |
Roel Van de Paar |
bug task added |
|
percona-server/5.6 |
|
2013-09-30 22:56:51 |
Roel Van de Paar |
description |
Testcase
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE innodb_default(
c36 TEXT, c46 DATE, c32 BLOB, c3 char, c24 INT unsigned not null,
c195 INT, c0 char, c44 TEXT, c40 TEXT, c48 DATE, c27 BLOB, c38 TEXT,
c4 char, c21 INT not null, c5 char, c39 TEXT, c198 INT unsigned,
c8 char, c19 char, c53 DATE not null, c190 INT, c6 char, c9 INT,
c193 INT unsigned, c35 BLOB not null, c192 INT unsigned, c28 BLOB,
c34 BLOB not null, c25 INT unsigned not null, c196 INT, c42 TEXT,
c52 DATE not null, c37 TEXT, c191 INT, c33 BLOB not null, c30 BLOB,
c7 char, c20 INT unsigned, c26 INT unsigned not null, c47 DATE,
c2 char, c199 INT unsigned, c51 DATE not null, c194 INT unsigned,
c29 BLOB, c49 DATE, c41 TEXT, c31 BLOB, c22 INT not null, c45 DATE,
c50 DATE, c43 TEXT, c23 INT not null, c197 INT, unique(c52),
key(c197)) ENGINE=innodb ROW_FORMAT=default;
INSERT INTO innodb_default VALUES
(0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5,0,0,1,0,0,0,1,0,0,0,0,1,0,0,-107);
SET SESSION EXPAND_FAST_INDEX_CREATION=ON;
CREATE TEMPORARY TABLE t LIKE innodb_default;
INSERT INTO t SELECT * FROM innodb_default;
ALTER TABLE t RENAME innodb_default;
REPLACE INTO innodb_default (c192) VALUES (0); |
Testcase
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE innodb_default(
c36 TEXT, c46 DATE, c32 BLOB, c3 char, c24 INT unsigned not null,
c195 INT, c0 char, c44 TEXT, c40 TEXT, c48 DATE, c27 BLOB, c38 TEXT,
c4 char, c21 INT not null, c5 char, c39 TEXT, c198 INT unsigned,
c8 char, c19 char, c53 DATE not null, c190 INT, c6 char, c9 INT,
c193 INT unsigned, c35 BLOB not null, c192 INT unsigned, c28 BLOB,
c34 BLOB not null, c25 INT unsigned not null, c196 INT, c42 TEXT,
c52 DATE not null, c37 TEXT, c191 INT, c33 BLOB not null, c30 BLOB,
c7 char, c20 INT unsigned, c26 INT unsigned not null, c47 DATE,
c2 char, c199 INT unsigned, c51 DATE not null, c194 INT unsigned,
c29 BLOB, c49 DATE, c41 TEXT, c31 BLOB, c22 INT not null, c45 DATE,
c50 DATE, c43 TEXT, c23 INT not null, c197 INT, unique(c52),
key(c197)) ENGINE=innodb ROW_FORMAT=default;
INSERT INTO innodb_default VALUES
(0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5,0,0,1,0,0,0,1,0,0,0,0,1,0,0,-107);
SET SESSION EXPAND_FAST_INDEX_CREATION=ON;
CREATE TEMPORARY TABLE t LIKE innodb_default;
INSERT INTO t SELECT * FROM innodb_default;
ALTER TABLE t RENAME innodb_default;
REPLACE INTO innodb_default (c192) VALUES (0);
Results in:
2013-09-30 15:55:49 32238 [ERROR] Cannot find index c52 in InnoDB index translation table.
2013-09-30 15:55:49 32238 [Warning] InnoDB could not find index c52 key no 0 for table tmp/#sql7dee_1_1 through its index translation table |
|
2013-09-30 22:57:06 |
Roel Van de Paar |
description |
Testcase
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE innodb_default(
c36 TEXT, c46 DATE, c32 BLOB, c3 char, c24 INT unsigned not null,
c195 INT, c0 char, c44 TEXT, c40 TEXT, c48 DATE, c27 BLOB, c38 TEXT,
c4 char, c21 INT not null, c5 char, c39 TEXT, c198 INT unsigned,
c8 char, c19 char, c53 DATE not null, c190 INT, c6 char, c9 INT,
c193 INT unsigned, c35 BLOB not null, c192 INT unsigned, c28 BLOB,
c34 BLOB not null, c25 INT unsigned not null, c196 INT, c42 TEXT,
c52 DATE not null, c37 TEXT, c191 INT, c33 BLOB not null, c30 BLOB,
c7 char, c20 INT unsigned, c26 INT unsigned not null, c47 DATE,
c2 char, c199 INT unsigned, c51 DATE not null, c194 INT unsigned,
c29 BLOB, c49 DATE, c41 TEXT, c31 BLOB, c22 INT not null, c45 DATE,
c50 DATE, c43 TEXT, c23 INT not null, c197 INT, unique(c52),
key(c197)) ENGINE=innodb ROW_FORMAT=default;
INSERT INTO innodb_default VALUES
(0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5,0,0,1,0,0,0,1,0,0,0,0,1,0,0,-107);
SET SESSION EXPAND_FAST_INDEX_CREATION=ON;
CREATE TEMPORARY TABLE t LIKE innodb_default;
INSERT INTO t SELECT * FROM innodb_default;
ALTER TABLE t RENAME innodb_default;
REPLACE INTO innodb_default (c192) VALUES (0);
Results in:
2013-09-30 15:55:49 32238 [ERROR] Cannot find index c52 in InnoDB index translation table.
2013-09-30 15:55:49 32238 [Warning] InnoDB could not find index c52 key no 0 for table tmp/#sql7dee_1_1 through its index translation table |
Testcase:
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE innodb_default(
c36 TEXT, c46 DATE, c32 BLOB, c3 char, c24 INT unsigned not null,
c195 INT, c0 char, c44 TEXT, c40 TEXT, c48 DATE, c27 BLOB, c38 TEXT,
c4 char, c21 INT not null, c5 char, c39 TEXT, c198 INT unsigned,
c8 char, c19 char, c53 DATE not null, c190 INT, c6 char, c9 INT,
c193 INT unsigned, c35 BLOB not null, c192 INT unsigned, c28 BLOB,
c34 BLOB not null, c25 INT unsigned not null, c196 INT, c42 TEXT,
c52 DATE not null, c37 TEXT, c191 INT, c33 BLOB not null, c30 BLOB,
c7 char, c20 INT unsigned, c26 INT unsigned not null, c47 DATE,
c2 char, c199 INT unsigned, c51 DATE not null, c194 INT unsigned,
c29 BLOB, c49 DATE, c41 TEXT, c31 BLOB, c22 INT not null, c45 DATE,
c50 DATE, c43 TEXT, c23 INT not null, c197 INT, unique(c52),
key(c197)) ENGINE=innodb ROW_FORMAT=default;
INSERT INTO innodb_default VALUES
(0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5,0,0,1,0,0,0,1,0,0,0,0,1,0,0,-107);
SET SESSION EXPAND_FAST_INDEX_CREATION=ON;
CREATE TEMPORARY TABLE t LIKE innodb_default;
INSERT INTO t SELECT * FROM innodb_default;
ALTER TABLE t RENAME innodb_default;
REPLACE INTO innodb_default (c192) VALUES (0);
Results in:
2013-09-30 15:55:49 32238 [ERROR] Cannot find index c52 in InnoDB index translation table.
2013-09-30 15:55:49 32238 [Warning] InnoDB could not find index c52 key no 0 for table tmp/#sql7dee_1_1 through its index translation table |
|
2013-09-30 23:03:53 |
Roel Van de Paar |
percona-server/5.5: status |
New |
Confirmed |
|
2013-09-30 23:03:55 |
Roel Van de Paar |
percona-server/5.5: importance |
Undecided |
High |
|
2013-09-30 23:03:58 |
Roel Van de Paar |
percona-server/5.5: importance |
High |
Critical |
|
2013-10-01 08:23:41 |
Roel Van de Paar |
tags |
56qual qa |
56qual fic qa |
|
2013-10-01 08:32:43 |
Roel Van de Paar |
tags |
56qual fic qa |
fic qa |
|
2013-10-01 08:33:13 |
Roel Van de Paar |
percona-server/5.6: milestone |
|
5.6.14-61.1 |
|
2013-10-01 09:21:16 |
Laurynas Biveinis |
percona-server/5.5: importance |
Critical |
High |
|
2013-10-01 09:21:19 |
Laurynas Biveinis |
percona-server/5.6: importance |
Critical |
High |
|
2013-10-01 09:21:21 |
Laurynas Biveinis |
percona-server/5.5: status |
Confirmed |
Triaged |
|
2013-10-01 09:21:24 |
Laurynas Biveinis |
percona-server/5.6: status |
Confirmed |
Triaged |
|
2013-10-01 09:21:26 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.14-61.1 |
|
|
2013-10-01 09:21:36 |
Laurynas Biveinis |
percona-server/5.6: milestone |
|
5.6.14-61.1 |
|
2013-10-01 09:21:38 |
Laurynas Biveinis |
percona-server/5.6: assignee |
Laurynas Biveinis (laurynas-biveinis) |
|
|
2013-10-21 13:19:09 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.14-62.0 |
5.6.14-62.1 |
|
2013-12-17 10:09:35 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.15-63.0 |
5.6.15-63.1 |
|
2014-02-28 06:58:59 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.16-64.0 |
5.6.16-64.1 |
|
2014-03-14 07:26:42 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.16-64.1 |
5.6.16-64.2 |
|
2014-04-25 11:07:29 |
Laurynas Biveinis |
percona-server/5.6: milestone |
5.6.17-65.0 |
|
|
2014-05-27 03:53:16 |
Laurynas Biveinis |
tags |
fic qa |
qa |
|
2015-05-05 04:33:59 |
Jervin R |
tags |
qa |
i53749 qa |
|
2016-01-06 10:25:49 |
Laurynas Biveinis |
percona-server/5.6: assignee |
|
Laurynas Biveinis (laurynas-biveinis) |
|
2016-01-06 10:25:51 |
Laurynas Biveinis |
percona-server/5.5: assignee |
|
Laurynas Biveinis (laurynas-biveinis) |
|
2016-01-06 10:25:52 |
Laurynas Biveinis |
percona-server/5.5: status |
Triaged |
In Progress |
|
2016-01-06 10:30:00 |
Laurynas Biveinis |
tags |
i53749 qa |
expand-fast-index-creation i53749 qa |
|
2016-01-06 10:41:24 |
Laurynas Biveinis |
percona-server/5.5: status |
In Progress |
Fix Committed |
|
2016-01-06 10:41:28 |
Laurynas Biveinis |
percona-server/5.6: status |
Triaged |
In Progress |
|
2016-01-07 09:03:17 |
Laurynas Biveinis |
percona-server/5.6: status |
In Progress |
Fix Committed |
|
2016-01-07 09:22:29 |
Laurynas Biveinis |
nominated for series |
|
percona-server/5.7 |
|
2016-01-07 09:22:29 |
Laurynas Biveinis |
bug task added |
|
percona-server/5.7 |
|
2016-01-07 09:22:37 |
Laurynas Biveinis |
percona-server/5.7: status |
New |
Fix Released |
|
2016-01-07 09:22:39 |
Laurynas Biveinis |
percona-server/5.7: assignee |
|
Laurynas Biveinis (laurynas-biveinis) |
|
2016-01-07 09:23:21 |
Laurynas Biveinis |
percona-server/5.7: importance |
Undecided |
High |
|
2016-01-07 09:23:43 |
Laurynas Biveinis |
percona-server/5.7: milestone |
|
5.7.10-1rc1 |
|
2016-01-19 08:33:41 |
Laurynas Biveinis |
percona-server/5.5: milestone |
|
5.5.47-37.8 |
|
2016-01-19 08:33:43 |
Laurynas Biveinis |
percona-server/5.6: milestone |
|
5.6.28-76.2 |
|
2016-01-19 08:33:47 |
Laurynas Biveinis |
percona-server/5.5: status |
Fix Committed |
Fix Released |
|
2016-01-19 08:33:49 |
Laurynas Biveinis |
percona-server/5.6: status |
Fix Committed |
Fix Released |
|
2016-03-30 12:15:58 |
Laurynas Biveinis |
percona-server/5.1: status |
New |
Won't Fix |
|