diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-03 19:11:20 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-03 19:11:20 +0200 |
commit | ac308e3ae3919fa96dfb899c7a5ef85d6081276f (patch) | |
tree | 852910472b192e0697cda5554bff8f12854a9e24 /sql/ha_ndbcluster.h | |
parent | 4e8577550c3ee4f0a650e1928ceeb5421c9a8896 (diff) | |
download | mariadb-git-ac308e3ae3919fa96dfb899c7a5ef85d6081276f.tar.gz |
Bug #18596 binlog schema event auto push causes mysqld errors
- move slock bitmask to separate hash list, object living only during query
sql/ha_ndbcluster.h:
Bug #18596 binlog schema event auto push causes mysqld errors
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 0fb198ae64e..7dfec18fcb6 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -115,8 +115,6 @@ typedef struct st_ndbcluster_share { TABLE *table; NdbValue *ndb_value[2]; MY_BITMAP *subscriber_bitmap; - MY_BITMAP slock_bitmap; - uint32 slock[256/32]; // 256 bits for lock status of table #endif } NDB_SHARE; |