InnoDB has several ways it can shut down: IB_SHUTDOWN_NORMAL: insert buffer merge&purge. IB_SHUTDOWN_NO_IBUF_MERGE_PURGE IB_SHUTDOWN_NO_BUFPOOL_FLUSH: don't flush buffer pool to data files.
It'd possibly be useful if this could be selected easily in one place (e.g. if using multiple engines, you probably don't want to have to remember the configuration variable for each of them). To do this, we'd need a way of getting data to plugins on shutdown. (i envisage that this could also be used to do things like "finish active connections (up to 1hr from now) and restart") thoughts? -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

