Bug #16642 Events: No INFORMATION_SCHEMA.EVENTS table
Submitted: 19 Jan 2006 17:46 Modified: 2 Feb 2006 17:09
Reporter: Andrey Hristov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S4 (Feature request)
Version:5.1.6-alpha-debug OS:Linux (SuSE 9.3)
Assigned to: Andrey Hristov CPU Architecture:Any

[19 Jan 2006 17:46] Andrey Hristov
Description:
There is no table INFORMATION_SCHEMA.EVENTS table.

How to repeat:
mysql> select version();
+-----------------------+
| version()             |
+-----------------------+
| 5.1.6-alpha-debug-log |
+-----------------------+
1 row in set (0.20 sec)

mysql> select * from information_schema.events;
ERROR 1109 (42S02): Unknown table 'events' in information_schema
[19 Jan 2006 18:57] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/1361
[19 Jan 2006 20:56] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/1366
[26 Jan 2006 23:57] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/1702
[30 Jan 2006 12:17] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/1854
[30 Jan 2006 16:16] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/1875
[30 Jan 2006 17:29] Andrey Hristov
Fixed in 5.1.6 . See the commit message for details.
[2 Feb 2006 17:09] Mike Hillyer
Not documenting bugfixes targeted for 5.1.6, closing.