summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* Merging bug24230 to defaultMatthew Sackman2011-08-171-44/+191
|\
| * Merge bug24289Simon MacMullen2011-08-161-3/+52
| |\
| | * refactorAlexandru Scvortov2011-08-151-2/+3
| | * fix warningsAlexandru Scvortov2011-08-121-2/+2
| | * don't log to console if there isn't oneAlexandru Scvortov2011-08-121-1/+4
| | * warn when the last *running* disc node goes downAlexandru Scvortov2011-08-121-3/+4
| | * inform when the first disc node rejoins the clusterAlexandru Scvortov2011-08-111-3/+17
| | * oopsAlexandru Scvortov2011-08-101-3/+3
| | * remove misleading comment + small refactorAlexandru Scvortov2011-08-101-2/+2
| | * don't warn if Force is setAlexandru Scvortov2011-08-041-2/+2
| | * log warnings on local nodeAlexandru Scvortov2011-08-041-1/+2
| | * wordingAlexandru Scvortov2011-08-031-1/+1
| | * don't stop mnesia if it was already runningAlexandru Scvortov2011-08-031-11/+10
| | * warn when the last disc node failsAlexandru Scvortov2011-08-031-18/+23
| | * warn when resetting the last disc nodeAlexandru Scvortov2011-08-031-13/+20
| | * warn when removing the last disc node from a clusterAlexandru Scvortov2011-08-031-0/+18
| * | alignmentbug24289Alexandru Scvortov2011-08-111-7/+11
| * | merge default into bug24289Alexandru Scvortov2011-08-101-3/+15
| |\ \ | | |/ | |/|
| | * merge from bug24227Alexandru Scvortov2011-07-281-3/+15
| | |\
| | | * merge from bug 24227Alexandru Scvortov2011-07-271-3/+11
| | | |\
| | | | * handle starting/stopping returns from mnesiaAlexandru Scvortov2011-07-211-3/+11
| * | | | Merge bug24292Simon MacMullen2011-07-291-28/+21
| |\ \ \ \ | | |/ / /
| | * | | abstract out mnesia:start and mnesia:stopbug24227Alexandru Scvortov2011-07-281-11/+16
| | * | | strip out the new backup naming scheme since it isn't necessary anymoreAlexandru Scvortov2011-07-281-17/+5
| | |/ /
| * | | That comment feels very redundant now, this is no longer hard.bug24292Simon MacMullen2011-07-291-2/+0
| * | | remove some magicAlexandru Scvortov2011-07-271-6/+3
| |/ /
| * | merge headsAlexandru Scvortov2011-07-261-1/+1
| |\ \
| | * | oopsAlexandru Scvortov2011-07-261-1/+1
| * | | CosmeticSimon MacMullen2011-07-261-2/+1
| * | | CosmeticSimon MacMullen2011-07-261-5/+4
| |/ /
| * | cosmetic and refactoringAlexandru Scvortov2011-07-261-39/+32
| * | improve commentsAlexandru Scvortov2011-07-251-3/+0
| * | use mnesia:system_config(use_dir)Alexandru Scvortov2011-07-221-1/+1
| * | more spacingAlexandru Scvortov2011-07-221-1/+1
| * | rename IsDiskNode, WasDiskNodeAlexandru Scvortov2011-07-221-4/+4
| * | un-misname waiting_forAlexandru Scvortov2011-07-221-2/+2
| * | SpSimon MacMullen2011-07-221-1/+1
| * | cosmeticAlexandru Scvortov2011-07-211-3/+3
| |/
| * remove starting/stopping improvementsAlexandru Scvortov2011-07-211-11/+3
| * remove the disc schema for stand-alone ram nodesAlexandru Scvortov2011-07-211-5/+7
| * bring branch closer to defaultAlexandru Scvortov2011-07-211-7/+6
| * don't wipe message store and lengthier commentAlexandru Scvortov2011-07-211-8/+19
| * remove impossible caseAlexandru Scvortov2011-07-211-1/+0
| * remove redundant codeAlexandru Scvortov2011-07-211-9/+2
| * oopsAlexandru Scvortov2011-07-211-5/+5
| * refactor and re-sync ram nodesAlexandru Scvortov2011-07-211-11/+28
| * refactorAlexandru Scvortov2011-07-201-12/+13
| * handle the starting/stopping returns from mnesiaAlexandru Scvortov2011-07-201-6/+17
| * always reset and preemptively leave clustersAlexandru Scvortov2011-07-201-12/+23
| * reset before changing node typeAlexandru Scvortov2011-07-201-37/+20