1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Code review changes

This commit is contained in:
malff/marcsql@weblab.(none)
2007-07-27 12:19:36 -06:00
parent c7bbd8917c
commit ac7b17eac4
5 changed files with 50 additions and 40 deletions

View File

@ -3658,6 +3658,8 @@ int handler::ha_write_row(uchar *buf)
Write a record to the engine bypassing row-level binary logging.
This method is used internally by the server for writing to
performance schema tables, which are never replicated.
TODO: Merge this function with ha_write_row(), and provide a way
to disable the binlog there.
*/
int handler::ha_write_row_no_binlog(uchar *buf)
{