aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/mnesia_schema.erl
AgeCommit message (Expand)Author
2018-02-06mnesia: Do not call erlang:get_stacktrace() (cont)Hans Bolinder
2018-02-06mnesia: Do not call erlang:get_stacktrace()Hans Bolinder
2017-12-18Merge branch 'maint-19' into maintDan Gudmundsson
2017-12-14mnesia: Read schema user properties directlyDan Gudmundsson
2017-09-05mnesia: Improve handling of UnicodeHans Bolinder
2017-05-04Update copyright yearRaimo Niskanen
2017-05-02Do not call which_applications()Dan Gudmundsson
2017-02-14Fixed typos in lib/mnesiaAndrew Dryga
2016-05-09mnesia_ext: Implement ext copies indexUlf Wiger
2016-05-09mnesia_ext: Dumper and schema changesUlf Wiger
2016-05-09mnesia_ext: Refactor mnesia_schema.erlUlf Wiger
2016-05-09mnesia_ext: Create schema functionalityUlf Wiger
2016-05-09mnesia_ext: Add create_external and increase protocol version to monitorUlf Wiger
2016-02-17mnesia: Add suppression of Dialyzer warningsHans Bolinder
2016-02-09mnesia: let loader check if tablelock is neededDan Gudmundsson
2016-02-05mnesia: Avoid deadlock possibility in mnesia:del_table_copy schemaDan Gudmundsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-27Merge branch 'dgud/mnesia/try-catch'Dan Gudmundsson
2015-03-27mnesia: Replace catch with try-catchDan Gudmundsson
2015-03-20Replace usage of erlang:now() with usage of new APIDan Gudmundsson
2011-11-28[mnesia] Add possibility for implementation dependent storage options to crea...Dan Gudmundsson
2011-11-07[mnesia] Fix deadlock in aborted mnesia:del_table_copy/2Dan Gudmundsson
2011-11-07[mnesia] Make all schema operations protocol awareDan Gudmundsson
2011-11-07[mnesia] Remove export of clear_table which is not a schema operation anymoreDan Gudmundsson
2011-09-15[mnesia] Fix schema conversion to previous versionsDan Gudmundsson
2011-09-15[mnesia] Whitespace fixesDan Gudmundsson
2011-09-15[mnesia] Mnesia schema merge tested with 2 nodes, r13b04 -> r14b (dev)Ulf Wiger
2011-05-17Merge branch 'uw/mnesia-majority' into devHenrik Nord
2011-05-16where_to_wlock optimization + change_table_majority/2Ulf Wiger
2011-05-16Write locks now check majority when needed.Ulf Wiger
2011-05-16Add {majority, boolean()} per-table option.Ulf Wiger
2011-05-12Use recover_nodes when deciding alive nodesDan Gudmundsson
2011-03-09Abort/restart if network has changed, can be a partioned networkDan Gudmundsson
2010-06-04Merge branch 'uw/mnesia-schema-merge' into devErlang/OTP
2010-06-02remove debug printout and accidental variable name reuseUlf Wiger
2010-06-02Allow a user_defined function to wrap mnesia_schema:merge_schema()Ulf Wiger
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP