Browse Source

Applying InnoDB snapshot

Detailed revision comments:

r6527 | vasil | 2010-01-29 14:39:48 +0200 (Fri, 29 Jan 2010) | 6 lines
branches/zip:

Extend the comment about row_mysql_handle_errors().

Suggested by:	Heikki
pull/374/head
Sergey Vojtovich 16 years ago
parent
commit
eb6f014f99
  1. 2
      storage/innodb_plugin/row/row0mysql.c

2
storage/innodb_plugin/row/row0mysql.c

@ -485,7 +485,7 @@ next_column:
/****************************************************************//**
Handles user errors and lock waits detected by the database engine.
@return TRUE if it was a lock wait and we should continue running the
query thread */
query thread and in that case the thr is ALREADY in the running state. */
UNIV_INTERN
ibool
row_mysql_handle_errors(

Loading…
Cancel
Save