|
1 | 1 | /***********************************************************************
|
2 | 2 |
|
3 |
| -Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. |
| 3 | +Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. |
4 | 4 |
|
5 | 5 | This program is free software; you can redistribute it and/or modify it
|
6 | 6 | under the terms of the GNU General Public License as published by the
|
@@ -77,7 +77,6 @@ static ib_cb_t* innodb_memcached_api[] = {
|
77 | 77 | (ib_cb_t*) &ib_cb_col_get_name,
|
78 | 78 | (ib_cb_t*) &ib_cb_table_truncate,
|
79 | 79 | (ib_cb_t*) &ib_cb_cursor_open_index_using_name,
|
80 |
| - (ib_cb_t*) &ib_cb_close_thd, |
81 | 80 | (ib_cb_t*) &ib_cb_get_cfg,
|
82 | 81 | (ib_cb_t*) &ib_cb_cursor_set_memcached_sync,
|
83 | 82 | (ib_cb_t*) &ib_cb_cursor_set_cluster_access,
|
@@ -1966,17 +1965,6 @@ innodb_cb_trx_commit(
|
1966 | 1965 | return(ib_cb_trx_commit(ib_trx));
|
1967 | 1966 | }
|
1968 | 1967 |
|
1969 |
| -/*************************************************************//** |
1970 |
| -Close table associated to the connection |
1971 |
| -@return DB_SUCCESS if successful or error code */ |
1972 |
| -ib_err_t |
1973 |
| -innodb_cb_close_thd( |
1974 |
| -/*=================*/ |
1975 |
| - void* thd) /*!<in: THD */ |
1976 |
| -{ |
1977 |
| - return(ib_cb_close_thd(thd)); |
1978 |
| -} |
1979 |
| - |
1980 | 1968 | /*****************************************************************//**
|
1981 | 1969 | update the cursor with new transactions and also reset the cursor
|
1982 | 1970 | @return DB_SUCCESS or err code */
|
|
0 commit comments