• gkodinov/kgeorge@magare.gmz's avatar
    Bug #27816: Log tables ran with partitions crashes the server · 949d96f1
    gkodinov/kgeorge@magare.gmz authored
     when logging is enabled.
    Currently the partition engine doesn't allow log tables to
    be partitioned. But this was not checked and the server crashed.
    Fixed by adding a check in ALTER TABLE to disable partitioning the
    log tables.
    While working on the cause of the problem improved the way the log
    thread structures are initialized before opening the log tables.
    949d96f1
partition.result 40.1 KB