mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-14992 adding links to oracle locking info - thanks Eloy
This commit is contained in:
parent
56949c17de
commit
fc12e1f727
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue