Comment 2 for bug 1412423

Revision history for this message
Ramesh Sivaraman (rameshvs02) wrote : Re: handle_fatal_signal (sig=11) in get_thread_statement_locker_v1 | perfschema/pfs.cc:4491

Tested with SESSION command and it is not crashing.

Testcase:

DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TEMPORARY TABLE t1(c1 CHAR (1));
handler t1 open as a1;
INSERT INTO t1 VALUES(_utf16le 0x00D800D8);
SET SESSION max_join_size=1000000000000 ;
SELECT * FROM t1;