MDL-14992 adding links to oracle locking info - thanks Eloy

This commit is contained in:
skodak 2009-01-17 17:44:30 +00:00
parent 56949c17de
commit fc12e1f727

View file

@ -1201,6 +1201,9 @@ class oci_native_moodle_database extends moodle_database {
return null; return null;
} }
/// session lcoking
// http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_lock2.htm#999576
/// transactions /// transactions
/** /**
* on DBs that support it, switch to transaction mode and begin a transaction * on DBs that support it, switch to transaction mode and begin a transaction