• Julien Muchembled's avatar
    mysql: drop support for horizontal partitioning of trans/obj · ae7e18a2
    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.
    ae7e18a2
mysqldb.py 31.9 KB