summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* Special case the 3.0.0 version check.Simon MacMullen2012-12-051-4/+11
* Move the version check fun to misc, and anchor the regex.Simon MacMullen2012-12-051-10/+1
* Compare RabbitMQ versions ignoring the "patch" version (as semver.org calls i...Simon MacMullen2012-12-031-6/+22
* fix typoMatthias Radestock2012-10-261-1/+1
* consistencybug25203Matthias Radestock2012-10-251-6/+6
* refactor 'reset'Matthias Radestock2012-10-251-26/+22
* betternessMatthias Radestock2012-10-251-20/+14
* typoFrancesco Mazzoli2012-10-251-1/+1
* better error message for `join_cluster'Francesco Mazzoli2012-10-251-1/+3
* oops pt 2Francesco Mazzoli2012-10-251-1/+1
* `cluster_nodes(all)' instead of `nodes()' in `force_reset()'Francesco Mazzoli2012-10-251-1/+1
* handle legacy `cluster_nodes'Francesco Mazzoli2012-10-251-2/+14
* oopsFrancesco Mazzoli2012-10-251-2/+0
* merge defaultFrancesco Mazzoli2012-10-251-42/+30
|\
| * remove the `leave_cluster' refactorbug25167Francesco Mazzoli2012-10-241-4/+6
| * post merge cleanupFrancesco Mazzoli2012-10-241-22/+21
| * oopsFrancesco Mazzoli2012-10-241-0/+1
| * commentFrancesco Mazzoli2012-10-241-0/+2
| * merged defaultFrancesco Mazzoli2012-10-241-57/+41
| |\
| | * fix in change_cluster_node_typeFrancesco Mazzoli2012-09-211-1/+3
| | * forgot about the other thunkFrancesco Mazzoli2012-09-211-3/+2
| | * not a thunk anymoreFrancesco Mazzoli2012-09-211-3/+3
| | * reverse to using `system_info(running_db_nodes)'Francesco Mazzoli2012-09-211-23/+9
* | | merge defaultFrancesco Mazzoli2012-10-241-10/+23
|\ \ \ | |/ /
| * | We can be partitioned from more than one node. And ignore the starting_partit...Simon MacMullen2012-10-151-5/+2
| * | Subscribe to system events, receive inconsistent_database.Simon MacMullen2012-10-151-1/+11
| * | comments, also wait for tables right after you load thembug25184Francesco Mazzoli2012-10-021-2/+9
| * | cosmeticsFrancesco Mazzoli2012-10-021-7/+6
| * | wait for tables, not for mnesiaFrancesco Mazzoli2012-10-021-1/+1
| * | simplify `leave_cluster/0'Francesco Mazzoli2012-10-021-4/+4
* | | sanitize the contents of `cluster_nodes'Francesco Mazzoli2012-10-031-1/+13
|/ /
* | merge default into bug25179bug25179Matthias Radestock2012-09-261-30/+26
|\ \
| * | simplify forget_cluster_node/2bug25160Matthias Radestock2012-09-261-14/+10
| * | cosmeticMatthias Radestock2012-09-241-14/+12
| * | appease dialyzerMatthias Radestock2012-09-241-2/+4
* | | move table handling code from rabbit_mnesia to rabbit_tableMatthias Radestock2012-09-241-284/+8
|/ /
* | some more inliningMatthias Radestock2012-09-241-9/+4
* | inline is_only_nodeMatthias Radestock2012-09-241-9/+4
* | cosmeticMatthias Radestock2012-09-241-10/+8
* | cosmeticMatthias Radestock2012-09-241-3/+3
* | simplify forget_cluster_nodeMatthias Radestock2012-09-241-11/+12
* | simplification around various node list functionsMatthias Radestock2012-09-241-56/+41
* | logging and error reporting consistencyMatthias Radestock2012-09-241-8/+11
* | inline init/2Matthias Radestock2012-09-241-5/+4
* | tidy up exports & specsMatthias Radestock2012-09-241-8/+1
* | cosmeticMatthias Radestock2012-09-241-4/+5
* | cosmeticMatthias Radestock2012-09-241-20/+17
* | merge defaultFrancesco Mazzoli2012-09-211-18/+15
|\ \
| * \ Merge bug25167Simon MacMullen2012-09-191-12/+8
| |\ \ | | |/
| | * SimplifySimon MacMullen2012-09-191-4/+1