19 Commits

Author SHA1 Message Date
82b5bf47af Add lock to RdbMem 2017-05-11 14:10:11 +02:00
110b70b1eb Remove now unused m_rdb from RdbMem 2017-04-03 20:55:24 +02:00
fef94f9052 Remove now unused fwd declaration 2017-03-31 14:48:06 +02:00
96502fbdc9 Remove now unused function 2017-03-30 13:51:17 +02:00
8a2b98d5ea Removed unused collnum parameter to RdbMem::dupData() and allocData() 2017-01-17 12:58:01 +01:00
a735ecdc81 Removed unused RdbMem::m_ks 2016-10-17 23:19:39 +02:00
0d8e050ded Removed 'key' parameter to RdbMem::allocData()/dupData(), and keySize to RdbMem::init()
The key value was not used anymore (broken logic commneted out), so no need to pass it and the keysize around.
2016-10-17 14:06:46 +02:00
068a7f1a71 #include cleanup of RdbMem.* 2016-10-06 16:23:01 +02:00
102b443a54 constness in RdbMem.* 2016-10-06 16:08:15 +02:00
eb49e2d0df Fix indentation, bracing, out-commented code, etc in RdbMem.cpp 2016-08-05 13:47:50 +02:00
13861f9025 Encapsulate RdbMem better (only Rdb actualyl pokes around it) 2016-08-05 13:03:02 +02:00
21a806e378 Removed commented-out code from RdbMem 2016-08-05 12:47:13 +02:00
87cf244ddb More constness in Rdb 2016-08-05 12:47:13 +02:00
8dab0db467 Remove extra semicolons 2016-05-19 18:37:26 +02:00
fa148a9c4f after dump completes scan tree to ensure all nodes reference secondary mem ptr so they don't get their data overwritten. Manual merge of 8bc653c31c29acc6c38d8691a4c3fba34e5f413b and 56bde4c3ef90d53cf565de05be115b88a540358f 2016-03-19 23:35:38 +01:00
ab0b9d03ea Standardize header guards 2016-03-08 22:16:02 +01:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
889583ec4b now we can reset collection mid stream 2013-10-18 17:49:36 -07:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00