I download the mongodb source code, but not found the wiredtiger.h,where is this file?
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/cebac403-0ad2-4e15-990d-e1be3ce1a6ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mr/Mrs xinghebuluo i am giving u the file path where generally the wiredtiger.h store either u download incorrect source code download it from another site and check it once.PATH: mongo/src/mongo/db/storage/wireditger/wiredtiger_recovery_unit.hsuggesting a link that will help u : http://www.alexbevi.com/blog/2016/02/10/recovering-a-wiredtiger-collection-from-a-corrupt-mongodb-installation/Regards'ADITYA TALAVIYA
On Tue, Aug 30, 2016 at 9:14 AM, <xingh...@gmail.com> wrote:
I download the mongodb source code, but not found the wiredtiger.h,where is this file?
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/ce2d4056-3130-4c17-809f-b748d2dc32d2%40googlegroups.com.
hi,
RegardsADITYA PATEL
Hi Gavin,
I found the file in the include folder(mongo/src/mongo/db/storage/wireditger/), and the file name is wiredtiger.in.
The wiredtiger.h file is built automatically as part of the build process (from wiredtiger.in). If you follow the process in the Build Mongodb From Source page, you should have the wiredtiger.h file generated for you. It is not recommended to modify the wiredtiger.in file manually.
Could you elaborate on what you are trying to do?
Best regards,
Kevin