Bug #39176 SELECT from information_schema.events fails with error 22
Submitted: 2 Sep 2008 9:22 Modified: 23 Sep 2008 9:12
Reporter: Sveta Smirnova Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Information schema Severity:S3 (Non-critical)
Version:6.0 bzr OS:Any
Assigned to: Sveta Smirnova CPU Architecture:Any
Tags: regression

[2 Sep 2008 9:22] Sveta Smirnova
Description:
When selecting from information_schema.events query fails with error 22

How to repeat:
select `ends` from information_schema.events where event_name = 'tab_future';

Result: mysqltest: At line 1: query 'select `ends` from information_schema.events where event_name = 'tab_future'' failed: 14: Can't change size of file (Errcode: 22)
[2 Sep 2008 9:24] Sveta Smirnova
With version 6.0.6 on Mac and 6.0.3 on Linux same query does not fail
[23 Sep 2008 9:12] Sveta Smirnova
No, bug was not repeatable with 5.1. Currently it is not repeatable with 6.0 again. So I close the report as "Can't repeat"