Ad Widget

Collapse

Table Partitioning with MySQL Store Procedure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nmz
    Member
    • Jan 2016
    • 69

    #1

    Table Partitioning with MySQL Store Procedure

    I'm trying to table partitioning with this ref from zabbix wiki. I'm using MySQL Stored Procedure. Necessary steps was created. When I check in mysql log I got this error.
    Code:
    [ERROR] Event Scheduler: [root@localhost][zabbix.e_part_manage] Partition management on a not partitioned table is not possible
    [Note] Event Scheduler: [root@localhost].[zabbix.e_part_manage] event execution failed.
    Could someone tell me what I'm still missing to partition.
Working...