Details
Description
longlong id, printed as %ul
https://github.com/MariaDB/server/commit/35a019837e0290af45962484b4ddc1d6a92ac654
so probably an 32 BE overflow.
main.kill w6 [ fail ]
Test ended at 2023-01-31 20:35:53
CURRENT_TEST: main.kill
— /<<PKGBUILDDIR>>/mysql-test/main/kill.result 2022-11-14 18:10:21.000000000 +0000
+++ /<<PKGBUILDDIR>>/mysql-test/main/kill.reject 2023-01-31 20:35:53.302123393 +0000
@@ -154,7 +154,7 @@
connection con1;
connect con5, localhost, u1,,;
KILL QUERY ID ID;
-ERROR HY000: You are not owner of query ID
+ERROR HY000: You are not owner of query 0
Attachments
Issue Links
- is caused by
-
MDEV-5096 Wrong error message on attempt to kill somebody else's query ID
- Closed