Commit 7868898e authored by marko's avatar marko

Merge a change from MySQL AB.

ChangeSet
  2006/11/10 17:22:43+02:00 aelkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi 
  Bug #24190  many exportable definitions of field_in_record_is_null
  
  mysql had several(2) exportable definitions of field_in_record_is_null function.
  
  Fixed with adding static.

storage/innobase/handler/ha_innodb.cc
  2006/11/10 17:22:36+02:00 aelkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi +1 -1
  made static
parent 15ca287c
...@@ -2510,7 +2510,7 @@ get_field_offset( ...@@ -2510,7 +2510,7 @@ get_field_offset(
/****************************************************************** /******************************************************************
Checks if a field in a record is SQL NULL. Uses the record format Checks if a field in a record is SQL NULL. Uses the record format
information in table to track the null bit in record. */ information in table to track the null bit in record. */
inline static inline
uint uint
field_in_record_is_null( field_in_record_is_null(
/*====================*/ /*====================*/
......
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