diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-11-03 12:37:02 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-11-03 12:37:02 +0100 |
commit | 092cf82871a783286033c19193d64c23d975a615 (patch) | |
tree | 850f4bb2579f83fce380d670e77b4af5532c6bfd /sql/ha_partition.h | |
parent | 9c825ffc78a9dc847ef5d103cc85e0295811161f (diff) | |
parent | bb5efb2c4bb612d3a548344ae4e41d5828956e2e (diff) | |
download | mariadb-git-092cf82871a783286033c19193d64c23d975a615.tar.gz |
Merge
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index c48978623d1..d4579d013fd 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -49,6 +49,7 @@ typedef struct st_ha_data_partition { ulonglong next_auto_inc_val; /**< first non reserved value */ bool auto_inc_initialized; + pthread_mutex_t mutex; } HA_DATA_PARTITION; #define PARTITION_BYTES_IN_POS 2 |