summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi>2006-11-10 17:22:43 +0200
committerunknown <aelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi>2006-11-10 17:22:43 +0200
commiteb9be6b9de1655ec896da2812e96aba63ffcca93 (patch)
treeecec6a3d09a4ecd900c056231b156efb60a4246a /storage/innobase
parent36296ca91d3d20dc1993147c0c71bef8bad5bf82 (diff)
downloadmariadb-git-eb9be6b9de1655ec896da2812e96aba63ffcca93.tar.gz
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/federated/ha_federated.cc: made static storage/innobase/handler/ha_innodb.cc: made static
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/handler/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index 066c0ce48d4..7effed231da 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -2510,7 +2510,7 @@ get_field_offset(
/******************************************************************
Checks if a field in a record is SQL NULL. Uses the record format
information in table to track the null bit in record. */
-inline
+static inline
uint
field_in_record_is_null(
/*====================*/