diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-01-03 17:19:39 +0100 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2018-01-09 14:21:08 +0300 |
commit | e577b5667a3b3c6be030680d62e69ff539b97199 (patch) | |
tree | 43f298a0673ee0cfa9e683cb8756778491fc99ce /sql/ha_partition.h | |
parent | ca4dbcff6970e9629db6f14f7fcd944205c7a8b5 (diff) | |
download | mariadb-git-e577b5667a3b3c6be030680d62e69ff539b97199.tar.gz |
fix compilation w/o P_S
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 209b9531469..ac41de16f20 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -79,7 +79,9 @@ struct st_partition_ft_info }; +#ifdef HAVE_PSI_MUTEX_INTERFACE extern PSI_mutex_key key_partition_auto_inc_mutex; +#endif /** Partition specific Handler_share. |