...
Enables/disables supplemental logging on table for its primary key. This is mandatory on source for replicate tables. (In future versions, we can add support for unique and surrogate keysThis is done automatically by PREPARE commands.)
It is also mandatory to enable supplemental logging at database level. This is done automatically during ENGINE SETUP MINE DICTIONARY.
ENGINE DUMP ALL
Runs all ENGINE DUMP commands,
ENGINE DUMP MESSAGES
Dumps buffer of debug messages that were suppressed by DEBUG_LEVEL setting. (Dumps about last 400kB.)
...
Each allocation point (=malloc call in C code) has it’s own id and this is equal to error code that is raised if the malloc fails – so refer to error code list to find out where is the memory allocated.
ENGINE DUMP ALL
Runs both ENGINE DUMP MESSAGES and ENGINE DUMP MEMORY_ACCOUNTING commands. This command can be also invoked by sending SIGUSR2 (kill -12) to the process (not available on Windows).
ENGINE ENCRYPT string
Encrypts/decrypts given string. To be used when setting passwords.
...