Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/5200/steps/test_6/logs/stdio
main.partition_innodb_plugin 'xtradb' w4 [ fail ]
|
Test ended at 2016-04-23 09:43:50
|
|
CURRENT_TEST: main.partition_innodb_plugin
|
--- /mnt/buildbot/build/mariadb-10.0.24/mysql-test/r/partition_innodb_plugin.result 2016-04-23 00:00:20.000000000 +0300
|
+++ /mnt/buildbot/build/mariadb-10.0.24/mysql-test/r/partition_innodb_plugin.reject 2016-04-23 09:43:50.000000000 +0300
|
@@ -128,13 +128,11 @@
|
SELECT lock_table, COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCKS
|
GROUP BY lock_table;
|
lock_table COUNT(*)
|
-`test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */ 2
|
set @old_sql_mode = @@sql_mode;
|
set sql_mode = 'ANSI_QUOTES';
|
SELECT lock_table, COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCKS
|
GROUP BY lock_table;
|
lock_table COUNT(*)
|
-"test"."t`\""""e" /* Partition "p0`\""""e", Subpartition "sp0`\""""e" */ 2
|
set @@sql_mode = @old_sql_mode;
|
UPDATE `t``\""e` SET a = 4 WHERE a = 22;
|
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Closed
-
Activity
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Review [ 10002 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 5.5.50 [ 22014 ] | |
Fix Version/s | 10.0.25 [ 21701 ] | |
Fix Version/s | 10.1.14 [ 21804 ] | |
Fix Version/s | 10.2.1 [ 22012 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.2.1 [ 22012 ] |
Affects Version/s | 10.2 [ 14601 ] |
Workflow | MariaDB v3 [ 75434 ] | MariaDB v4 [ 150366 ] |
serg, please review fix for this bug.