Skip to content

Error when run_maintenance wasn't run for weeks #445

Answered by keithf4
vinkaga asked this question in Q&A
Discussion options

You must be logged in to vote

It means you have data in your default partition that either needs to be moved to the proper child or deleted if it is bad data.

You can move the data with the partition_data_*() functions or procedure. This will create any necessary child tables to hold that data, but note it requires a lock on those rows because it has to move that data around between tables. Also note that if it creates a child table far ahead of the existing latest one, you may have a gap in the sequence of child tables. That gap can be filled with the partition_gap_fill() function.

Replies: 9 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by vinkaga
Comment options

You must be logged in to vote
2 replies
@keithf4
Comment options

@keithf4
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@keithf4
Comment options

Comment options

You must be logged in to vote
2 replies
@keithf4
Comment options

@keithf4
Comment options

Comment options

You must be logged in to vote
1 reply
@keithf4
Comment options

Comment options

You must be logged in to vote
1 reply
@keithf4
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@keithf4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants