Commit Graph

628 Commits

Author SHA1 Message Date
Michael Cahill
1daaf24ee3 Merge pull request #2461 from wiredtiger/WT-2215-union
WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.
2016-02-01 16:07:55 +11:00
Keith Bostic
12be963758 WT-2352: Allow build and test without requiring lz4
Remove support for the bzip2 compression engine.
2016-01-28 12:44:09 -05:00
Susan LoVerso
7880038b80 WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value. 2016-01-25 12:07:27 -05:00
Keith Bostic
829bcd39cc WT-2287: WT_SESSION.rebalance support.
Use a more appropriate name for the rebalance method uri.
2016-01-19 09:57:33 -05:00
Keith Bostic
a6f27c99a5 Merge branch 'develop' into wt-2287-rebalance 2016-01-01 16:51:17 -05:00
Keith Bostic
344a714c3d Upgrade copyright notices from 2015 to 2016. 2016-01-01 16:37:39 -05:00
Keith Bostic
da9b67d933 Merge branch 'develop' into wt-2287-rebalance 2016-01-01 16:14:23 -05:00
Keith Bostic
1df86bfb7a WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the
underlying btree, correcting any imbalance.
2015-12-17 12:29:08 -05:00
Don Anderson
7db55c3122 Fix an example's comment. 2015-12-11 09:43:29 -05:00
Don Anderson
ee33b0875a Merge branch 'develop' into wt-1315-join-cursor 2015-11-17 10:35:01 -05:00
Keith Bostic
389d3bca4c WT-2217: change WT_CURSOR.insert to clear "set" key/value on succesful
return.
2015-11-15 12:28:54 -05:00
Don Anderson
d46c3bf7b1 WT-1315. Added C and java examples for join cursors. 2015-11-03 13:36:26 -05:00
Susan LoVerso
7dbe9256f6 WT-2134 Force out pending log slot buffer to advance log->alloc_lsn for
log_flush.  Fix example to use the correct config signature.
2015-09-24 15:20:48 -04:00
Michael Cahill
959376c602 Merge pull request #2189 from wiredtiger/index-create-lsm3
WT-147: Dynamic Index creation.  Use bulk=unordered
2015-09-22 15:59:09 +10:00
Alex Gorrod
402d127174 Lint in example code. 2015-09-22 09:47:11 +10:00
Keith Bostic
e005640b92 WT_SESSION.log_flush returns a value. 2015-09-17 09:50:48 -04:00
Susan LoVerso
366fc17e0b WT-2104 New log_flush API to control the flushing or syncing of the log. 2015-09-15 13:35:11 -04:00
Don Anderson
0225351bb6 Merge branch 'develop' into index-create-lsm3 2015-09-13 21:57:42 -04:00
Keith Bostic
876159d97d Merge branch 'develop' into wt-1967-evict-any 2015-08-27 07:32:47 -04:00
Keith Bostic
be33c5ad26 Try and generalize the test a little so we don't have to mention the
lookaside file (the lookaside file consumes a file ID, but doesn't
output log records, so we only have to skip file ID 0, the metadata
file).
2015-08-26 12:24:23 -04:00
Susan LoVerso
dd9f40ddc1 Merge branch 'develop' into log-slot-revamp
Conflicts:
	dist/s_define.list
	src/include/log.h
	src/include/stat.h
	src/include/wiredtiger.in
	src/log/log_slot.c
	src/support/stat.c
2015-08-24 16:25:09 -04:00
Keith Bostic
0900894094 Merge branch 'develop' into wt-1967-evict-any 2015-08-20 10:19:13 -04:00
Michael Cahill
7f70a59df5 Merge branch 'master' into develop 2015-08-20 11:10:24 +10:00
Julien Balestra
d832c812c4 Update ex_access.py 2015-08-19 21:25:09 +02:00
Julien Balestra
b4f44b1425 Remove useless space 2015-08-19 21:07:37 +02:00
Julien Balestra
c6f7e7808c String format is better than strcat 2015-08-19 21:07:24 +02:00
Julien Balestra
8abecd0978 Remove redundant parenthesis 2015-08-19 20:59:52 +02:00
Julien Balestra
255abcf9e6 Whitespace before : (PEP8) 2015-08-19 20:58:24 +02:00
Julien Balestra
807637e6e1 Extra blank lines may be used to separate groups of related functions (PEP8) 2015-08-19 20:57:45 +02:00
Julien Balestra
60e860b30c String format is better than strcat 2015-08-19 20:49:49 +02:00
Susan LoVerso
8c58af77b4 Merge branch 'develop' into log-slot-revamp
Conflicts:
	src/conn/conn_log.c
2015-08-10 16:23:40 -04:00
Keith Bostic
cff32e6f32 Now we're creating a lookaside file early on in wiredtiger_open, file
IDs 0 and 1 are taken.
2015-08-10 16:18:22 -04:00
Keith Bostic
a26f54e899 Some of the session ops require logging (for example, transaction_sync),
turn on logging in the database.
2015-08-10 14:56:45 -04:00
Susan LoVerso
e81aa9dfec WT-2031 ex_log debugging 2015-08-05 12:50:47 -04:00
Susan LoVerso
0f64ae7471 WT-2031 Add force_write wrapper. Force write when opening a log cursor. 2015-08-05 11:48:46 -04:00
Susan LoVerso
7da8088c53 WT-2031 Typos. 2015-08-04 10:42:44 -04:00
Susan LoVerso
b7f75bdb38 Merge branch 'develop' into log-slot-revamp 2015-08-03 20:58:34 -04:00
Don Anderson
709cbf8f25 Merge branch 'develop' into index-create 2015-07-31 11:00:09 -04:00
Susan LoVerso
e393dc39b6 WT-1989 Fix close path of wrlsn worker thread to write final records.
Simplify spin lock usage.
2015-07-30 13:38:45 -04:00
Susan LoVerso
c48a5ff6a5 Remove debugging from ex_log. Add sleep to allow log records to be
written.
2015-07-29 16:37:15 -04:00
Susan LoVerso
0a64b95ad6 Typo in cursor->search example code. 2015-07-29 15:02:25 -04:00
Susan LoVerso
24f2d76473 Ex_log debugging 2015-07-29 14:53:52 -04:00
Susan LoVerso
06df83ccbd ex_log debugging. 2015-07-29 14:07:34 -04:00
Susan LoVerso
d73f698cee Add more Jenkins ex_log debugging. 2015-07-29 14:01:48 -04:00
Susan LoVerso
13cbfb839b Add debugging for Jenkins failure. 2015-07-29 12:32:42 -04:00
Susan LoVerso
322063635a WT-1989 Add code to force close a slot, fix file switch bugs. 2015-07-29 09:41:26 -04:00
Michael Cahill
e6688915e8 WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or similar. 2015-07-01 16:03:41 +10:00
David Hows
9b60ee8332 Add reset to wiredtiger.in and ex_all 2015-06-22 11:20:37 +10:00
Don Anderson
9d95941803 Modified extractor example to show all presidents corresponding to
a given year, not just the first one found.
2015-05-29 09:08:25 -04:00
Susan LoVerso
474ff612e8 Merge branch 'develop' into transaction-background
Conflicts:
	src/config/config_def.c
	src/include/config.h
	src/include/txn.h
	src/log/log.c
	src/session/session_api.c
2015-05-27 12:15:11 -04:00