dict0priv.h   dict0priv.h 
/************************************************************************** *** /************************************************************************** ***
Copyright (c) 2010, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2010, 2013, Oracle and/or its affiliates. All Rights Reserved .
This program is free software; you can redistribute it and/or modify it und er This program is free software; you can redistribute it and/or modify it und er
the terms of the GNU General Public License as published by the Free Softwa re the terms of the GNU General Public License as published by the Free Softwa re
Foundation; version 2 of the License. Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNE SS ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNE SS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more detai ls. FOR A PARTICULAR PURPOSE. See the GNU General Public License for more detai ls.
You should have received a copy of the GNU General Public License along wit h You should have received a copy of the GNU General Public License along wit h
skipping to change at line 55 skipping to change at line 55
/*=============================*/ /*=============================*/
const char* table_name); /*!< in: table name */ const char* table_name); /*!< in: table name */
/**********************************************************************//** /**********************************************************************//**
Returns a table object based on table id. Returns a table object based on table id.
@return table, NULL if does not exist */ @return table, NULL if does not exist */
UNIV_INLINE UNIV_INLINE
dict_table_t* dict_table_t*
dict_table_open_on_id_low( dict_table_open_on_id_low(
/*=====================*/ /*=====================*/
table_id_t table_id); /*!< in: table id */ table_id_t table_id, /*!< in: table id */
dict_err_ignore_t ignore_err); /*!< in: errors to ignore
when loading the table */
#ifndef UNIV_NONINL #ifndef UNIV_NONINL
#include "dict0priv.ic" #include "dict0priv.ic"
#endif #endif
#endif /* dict0priv.h */ #endif /* dict0priv.h */
 End of changes. 2 change blocks. 
2 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/