Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/home/psergey/mysql-5.0-28jul-look
This commit is contained in:
sergefp@mysql.com 2005-07-29 00:33:03 +00:00
commit c0fcabce45

View File

@ -216,10 +216,10 @@ static handlerton innobase_hton = {
innobase_xa_recover, /* recover */ innobase_xa_recover, /* recover */
innobase_commit_by_xid, /* commit_by_xid */ innobase_commit_by_xid, /* commit_by_xid */
innobase_rollback_by_xid, /* rollback_by_xid */ innobase_rollback_by_xid, /* rollback_by_xid */
NULL, innobase_create_cursor_view,
NULL, innobase_set_cursor_view,
NULL, innobase_close_cursor_view,
HTON_CLOSE_CURSORS_AT_COMMIT HTON_NO_FLAGS
}; };
/********************************************************************* /*********************************************************************