← Back to team overview

enterprise-support team mailing list archive

[Bug 1384679] Re: Assertion `(*tables)->reginfo.lock_type >= TL_READ' failed in lock_external | sig 6 sql/lock.cc:355

 

This is an upstream bug : http://bugs.mysql.com/bug.php?id=74740

*** Testcase

DROP DATABASE test;CREATE DATABASE test;USE test;
create table t1(a CHAR (1)character set latin2,b varchar(1));
create procedure p1()create view v1 as select * from t1;
CREATE VIEW v1 AS SELECT a,(a + 1)AS y FROM t1;
create trigger ai after insert on t1 for each row call p1(new.a);
INSERT INTO t1 VALUES(1,1),(2,2),(3,1);


** Bug watch added: MySQL Bug System #74740
   http://bugs.mysql.com/bug.php?id=74740

** Also affects: mysql-server via
   http://bugs.mysql.com/bug.php?id=74740
   Importance: Unknown
       Status: Unknown

** Tags added: upstream

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1384679

Title:
  Assertion `(*tables)->reginfo.lock_type >= TL_READ' failed in
  lock_external | sig 6 sql/lock.cc:355

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1384679/+subscriptions