summaryrefslogtreecommitdiff
path: root/lib/mnesia/src/mnesia_schema.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix backend_init call check + add test caseUlf Wiger2021-03-251-1/+1
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Remove old catch syntaxDan Gudmundsson2019-12-131-1/+1
|/
* Merge branch 'dgud/mnesia/sticky-bug/ERL-768/OTP-15979' into maintDan Gudmundsson2019-08-091-58/+10
|\
| * mnesia: Bump protocol versionDan Gudmundsson2019-07-251-58/+10
* | mnesia: Fix deadlock caused by add_table_copyDan Gudmundsson2019-06-281-1/+1
|/
* Update copyright yearHenrik Nord2018-06-181-1/+1
* mnesia: Do not call erlang:get_stacktrace() (cont)Hans Bolinder2018-02-061-2/+3
* mnesia: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-061-2/+2
* Merge branch 'maint-19' into maintDan Gudmundsson2017-12-181-13/+3
|\
| * mnesia: Read schema user properties directlyDan Gudmundsson2017-12-141-13/+3
* | mnesia: Improve handling of UnicodeHans Bolinder2017-09-051-20/+20
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | Do not call which_applications()Dan Gudmundsson2017-05-021-9/+9
* | Fixed typos in lib/mnesiaAndrew Dryga2017-02-141-1/+1
|/
* mnesia_ext: Implement ext copies indexUlf Wiger2016-05-091-23/+184
* mnesia_ext: Dumper and schema changesUlf Wiger2016-05-091-65/+378
* mnesia_ext: Refactor mnesia_schema.erlUlf Wiger2016-05-091-48/+45
* mnesia_ext: Create schema functionalityUlf Wiger2016-05-091-11/+195
* mnesia_ext: Add create_external and increase protocol version to monitorUlf Wiger2016-05-091-7/+48
* mnesia: Add suppression of Dialyzer warningsHans Bolinder2016-02-171-1/+2
* mnesia: let loader check if tablelock is neededDan Gudmundsson2016-02-091-88/+16
* mnesia: Avoid deadlock possibility in mnesia:del_table_copy schemaDan Gudmundsson2016-02-051-65/+17
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'dgud/mnesia/try-catch'Dan Gudmundsson2015-03-271-25/+22
|\
| * mnesia: Replace catch with try-catchDan Gudmundsson2015-03-271-25/+22
* | Replace usage of erlang:now() with usage of new APIDan Gudmundsson2015-03-201-1/+1
|/
* [mnesia] Add possibility for implementation dependent storage options to crea...Dan Gudmundsson2011-11-281-25/+73
* [mnesia] Fix deadlock in aborted mnesia:del_table_copy/2Dan Gudmundsson2011-11-071-1/+2
* [mnesia] Make all schema operations protocol awareDan Gudmundsson2011-11-071-36/+63
* [mnesia] Remove export of clear_table which is not a schema operation anymoreDan Gudmundsson2011-11-071-5/+1
* [mnesia] Fix schema conversion to previous versionsDan Gudmundsson2011-09-151-65/+116
* [mnesia] Whitespace fixesDan Gudmundsson2011-09-151-168/+168
* [mnesia] Mnesia schema merge tested with 2 nodes, r13b04 -> r14b (dev)Ulf Wiger2011-09-151-6/+20
* Merge branch 'uw/mnesia-majority' into devHenrik Nord2011-05-171-1/+53
|\
| * where_to_wlock optimization + change_table_majority/2Ulf Wiger2011-05-161-0/+38
| * Write locks now check majority when needed.Ulf Wiger2011-05-161-0/+1
| * Add {majority, boolean()} per-table option.Ulf Wiger2011-05-161-1/+14
* | Use recover_nodes when deciding alive nodesDan Gudmundsson2011-05-121-1/+4
|/
* Abort/restart if network has changed, can be a partioned networkDan Gudmundsson2011-03-091-3/+6
* Merge branch 'uw/mnesia-schema-merge' into devErlang/OTP2010-06-041-8/+25
|\
| * remove debug printout and accidental variable name reuseUlf Wiger2010-06-021-3/+3
| * Allow a user_defined function to wrap mnesia_schema:merge_schema()Ulf Wiger2010-06-021-3/+20
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+3027