Details
Description
CREATE TABLE t (a TIMESTAMP, KEY(a)); |
HANDLER t OPEN; |
HANDLER t READ a > ('2022-12'); |
|
# Cleanup
|
HANDLER t CLOSE; |
DROP TABLE t; |
10.3 0ca3aaa7 |
mysqld: /sql/protocol.cc:601: void Protocol::end_statement(): Assertion `0' failed.
|
221219 2:24:02 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007f2c9d1d6662 in __GI___assert_fail (assertion=0x55da312e5be0 "0", file=0x55da312e50e0 "/sql/protocol.cc", line=601, function=0x55da312e5b20 "void Protocol::end_statement()") at assert.c:101
|
#8 0x000055da2f495d66 in Protocol::end_statement (this=0x62a0000607e8) at /sql/protocol.cc:601
|
#9 0x000055da2f71faab in dispatch_command (command=COM_QUERY, thd=0x62a000060208, packet=0x6290000eb209 "HANDLER t READ a > ('2022-12')", packet_length=30, is_com_multi=false, is_next_command=false) at /sql/sql_parse.cc:2410
|
#10 0x000055da2f719154 in do_command (thd=0x62a000060208) at /sql/sql_parse.cc:1398
|
#11 0x000055da2fadcf88 in do_handle_one_connection (connect=0x608000000ca8) at /sql/sql_connect.cc:1404
|
#12 0x000055da2fadc884 in handle_one_connection (arg=0x608000000ca8) at /sql/sql_connect.cc:1309
|
#13 0x000055da3108a375 in pfs_spawn_thread (arg=0x615000004e08) at /storage/perfschema/pfs.cc:1869
|
#14 0x00007f2c9d381ea7 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#15 0x00007f2c9d2a1aef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
No obvious immediate problem on a non-debug build.
Attachments
Issue Links
- relates to
-
MDEV-35645 Item::save_in_field(...) < 0 is not always returned for cases that terminate statement
- Stalled
Nothing was sent to the client (no error no OK/EOF)
because it goes to an ERROR without actually sending error