• Julien Muchembled's avatar
    mysql: drop support for horizontal partitioning of trans/obj · 5fa8a9d1
    Julien Muchembled authored
    It has never been enabled and the code to drop partitions will be
    changed in a way that only 'trans' may still benefit of partitioning.
    We'll see in the future if we have cases where 'trans' is too big to
    delete all rows (of a given partition) in a single query.
    5fa8a9d1
mysqldb.py 37.5 KB