Hi, i have problem with partitioning existing mariadb database. I use debian 10 and zabbix 5.0.10 with mariadb 10.3.29. When i execute partitioning command i receive this error:
MariaDB [zabbix]> ALTER TABLE history_uint PARTITION BY RANGE ( clock) (PARTITION p2020_07_05 VALUES LESS THAN (UNIX_TIMESTAMP("2020-07-06 00:00:00")) ENGINE = InnoDB);
ERROR 1526 (HY000): Table has no partition for value 1593982819
can someone help me with this?
Best Regards
MariaDB [zabbix]> ALTER TABLE history_uint PARTITION BY RANGE ( clock) (PARTITION p2020_07_05 VALUES LESS THAN (UNIX_TIMESTAMP("2020-07-06 00:00:00")) ENGINE = InnoDB);
ERROR 1526 (HY000): Table has no partition for value 1593982819
can someone help me with this?
Best Regards
Comment