summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* Turns out it's very important that we do write the schema_version when call m...bug23425Matthew Sackman2011-03-231-1/+2
* Abstract out continuationMatthew Sackman2011-03-231-15/+14
* Merge headsSimon MacMullen2011-03-231-11/+14
|\
| * New decree is that you're not meant to match against ensure_stuff callsMatthew Sackman2011-03-231-3/+5
| * Merge default into bug23425Matthew Sackman2011-03-231-33/+75
| |\
| | * Renaming bits and pieces for consistency and checking a few more return value...Matthew Sackman2011-03-221-0/+1
| * | cosmetic(ish): no need to match the return of ensure_*Matthias Radestock2011-03-221-8/+8
* | | Record all nodes, don't list them when we refuse to start.Simon MacMullen2011-03-231-12/+9
| |/ |/|
* | Better name, vertical space.Simon MacMullen2011-03-211-13/+11
* | When upgrading a secondary node we call init_db twice: once early to force a ...Simon MacMullen2011-03-211-12/+17
* | Well I thought =~= was beautiful and appropriately approximate to ==Matthew Sackman2011-03-181-1/+1
* | rabbit:stop() is not always called when rabbit is stopping. E.g. q(). doesn't...Matthew Sackman2011-03-171-1/+1
* | If we have version_not_available, then it makes sense to have version_mismatc...Matthew Sackman2011-03-171-2/+1
* | renamingsMatthew Sackman2011-03-171-5/+5
* | incorporate qa feedback. The version.erl api is rather nice now: the version ...Matthew Sackman2011-03-171-5/+4
* | Abstract and rewrite schema_version handling functionsMatthew Sackman2011-03-161-8/+10
* | Merging default into bug23425Matthew Sackman2011-03-161-23/+61
|\ \ | |/ |/|
| * Spec, rename functions.Simon MacMullen2011-03-071-6/+7
| * Variety of small QA-related tweaks.Simon MacMullen2011-03-071-3/+4
| * Merge in default.Simon MacMullen2011-02-281-45/+38
| |\
| * | Don't look at the cluster config, it is not trustworthy (for what we want).Simon MacMullen2011-02-221-1/+1
| * | Merge in defaultSimon MacMullen2011-02-221-6/+27
| |\ \
| * | | Fix our idea of which nodes were running when we shut down.Simon MacMullen2011-02-171-1/+4
| * | | Oops, that's not exported.Simon MacMullen2011-02-171-1/+1
| * | | (Untested) Record the nodes that were up when we shut down.Simon MacMullen2011-02-161-1/+35
| * | | Be explicit where we can beMatthew Sackman2011-02-141-1/+1
| * | | Merged in defaultSimon MacMullen2011-01-261-24/+21
| |\ \ \
| | * | | Cosmetic.Simon MacMullen2011-01-121-1/+2
| | * | | Remove pointless differences from default.Simon MacMullen2011-01-121-4/+1
| | * | | rabbit_mnesia:all_clustered_nodes/0 does not return disc nodes only. Duh. But...Simon MacMullen2011-01-121-1/+4
| | * | | Minimise difference with default.Simon MacMullen2011-01-111-33/+28
| | * | | Break the cluster *after* taking the backup.Simon MacMullen2011-01-111-8/+1
| | * | | One DAG per scope.Simon MacMullen2011-01-111-2/+2
| | * | | Holy %$*! it works. Still needs tidying up somewhat...Simon MacMullen2011-01-111-84/+15
| | * | | Move the upgrade tests earlier in the boot process. This doesn't work either,...Simon MacMullen2011-01-101-53/+54
| | * | | CosmeticSimon MacMullen2011-01-071-11/+16
| | * | | Refactor a bit, reinstate ensure_version_ok check.Simon MacMullen2011-01-071-41/+45
| | * | | Merge from defaultSimon MacMullen2011-01-061-30/+97
| | |\ \ \
| | | * | | Decide the node to do mnesia upgrades based on which was the last disc node t...Simon MacMullen2011-01-061-34/+81
| | | * | | Check our version matches the remote version.Simon MacMullen2011-01-041-4/+2
| | | * | | Fix specSimon MacMullen2011-01-041-2/+4
| | | * | | Revert arbitrary difference from default.Simon MacMullen2011-01-041-6/+6
| | | * | | Make disc node reclustering work, various cleanups.Simon MacMullen2011-01-041-51/+43
| | | * | | These two cases are the same.Simon MacMullen2011-01-041-13/+6
| | | * | | Sketch of how clustered upgrades might work.Simon MacMullen2011-01-041-23/+58
* | | | | | cosmetic - comment indentationMatthias Radestock2011-03-041-7/+7
* | | | | | cosmeticMatthias Radestock2011-03-041-4/+4
| |_|_|_|/ |/| | | |
* | | | | Merge bug23877 into default.Simon MacMullen2011-02-241-26/+29
|\ \ \ \ \
| * | | | | better namebug23877Matthias Radestock2011-02-221-2/+2
| * | | | | better error reporting for failed table integrity checksMatthias Radestock2011-02-221-26/+29