-
Notifications
You must be signed in to change notification settings - Fork 446
Engine Control
darnaut edited this page Mar 21, 2012
·
1 revision
Internal characteristics of storage engines may be controlled with ENGINE_CONTROL()
requests. The first argument is the name of the storage engine to be manipulated and the second argument is a storage engine-specific command. Each command may take a variable number of arguments.
Storage Engine | Command | Arguments | Description |
---|---|---|---|
InnoDB | prefetch_pages | space, page [, page ...] | Reads index and data pages into the buffer pool. Returns the number of pages read. |