Commit 49b1d95e authored by unknown's avatar unknown

Merge MariaDB 10.0-base -> 10.0

parents cd2feb65 6058b654
...@@ -118,7 +118,7 @@ class TC_LOG_MMAP: public TC_LOG ...@@ -118,7 +118,7 @@ class TC_LOG_MMAP: public TC_LOG
struct pending_cookies { struct pending_cookies {
uint count; uint count;
uint pending_count; uint pending_count;
ulong cookies[TC_LOG_PAGE_SIZE]; ulong cookies[TC_LOG_PAGE_SIZE/sizeof(my_xid)];
}; };
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment