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 | fc863ba96f9772dc01ffcdf0a394f4165c8df83b (patch) | |
tree | 850f4bb2579f83fce380d670e77b4af5532c6bfd /sql/ha_partition.h | |
parent | 1daca0f9d79797be0149c6260e02dfcc655afffc (diff) | |
parent | 76256e887507d71e96ac120c18aa18c1e28b3262 (diff) | |
download | mariadb-git-fc863ba96f9772dc01ffcdf0a394f4165c8df83b.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 |