Commit 59eb4f6a authored by Sergei Golubchik's avatar Sergei Golubchik

include guards

parent a0a81bd2
......@@ -13,6 +13,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef SQL_TABLE_INCLUDED
#define SQL_TABLE_INCLUDED
/* Structs that defines the TABLE */
......@@ -1819,3 +1821,4 @@ static inline void dbug_tmp_restore_column_maps(MY_BITMAP *read_set,
size_t max_row_length(TABLE *table, const uchar *data);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment