diff options
author | unknown <sergefp@mysql.com> | 2005-07-29 00:33:03 +0000 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-07-29 00:33:03 +0000 |
commit | 8db171dfbe47e8716eee1c5d774b8e1a240f4fb8 (patch) | |
tree | 8425188cba54ae598e917c8e1f3857b6a9e7dbdc | |
parent | 98c57c1a11c54d8f04371760ec7f2ea9c19184d6 (diff) | |
parent | 5ce4ee3d650ef1742d3c12340ffc49cad6891a0a (diff) | |
download | mariadb-git-8db171dfbe47e8716eee1c5d774b8e1a240f4fb8.tar.gz |
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/psergey/mysql-5.0-28jul-look
-rw-r--r-- | sql/ha_innodb.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index 1c3bca08037..d40e58aa4cb 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -216,10 +216,10 @@ static handlerton innobase_hton = { innobase_xa_recover, /* recover */ innobase_commit_by_xid, /* commit_by_xid */ innobase_rollback_by_xid, /* rollback_by_xid */ - NULL, - NULL, - NULL, - HTON_CLOSE_CURSORS_AT_COMMIT + innobase_create_cursor_view, + innobase_set_cursor_view, + innobase_close_cursor_view, + HTON_NO_FLAGS }; /********************************************************************* |