Examples of commitNoSync()


Examples of org.apache.derby.iapi.store.access.TransactionController.commitNoSync()

        }
      }
      else
      {
        tc.commitNoSync(commitflag);
      }

      // reset the savepoints to the new
      // location, since any outer nesting
      // levels expect there to be a savepoint
View Full Code Here

Examples of org.apache.derby.iapi.store.access.TransactionController.commitNoSync()

        }
      }
      else
      {
        tc.commitNoSync(commitflag);
      }

      // reset the savepoints to the new
      // location, since any outer nesting
      // levels expect there to be a savepoint
View Full Code Here

Examples of org.apache.derby.iapi.store.access.TransactionController.commitNoSync()

                    // made in the nested transaction may be lost.  If any
                    // subsequent user transaction is commited, including any
                    // inserts that would depend on the autoincrement value
                    // change then the nested tranaction is guaranteed on
                    // system crash.
          nestedTC.commitNoSync(TransactionController.RELEASE_LOCKS);
          nestedTC.destroy();
        }
      }
      aiCache[index] = newValue;
      if (setIdentity)
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

        // is sync'd to disk then it is ok that this transaction not make
        // it to the database.  If any subsequent transaction is sync'd to
        // the log file, then this transaction will be sync'd as part of that
        // work.

        internal_xact.commitNoSync(Transaction.RELEASE_LOCKS);
        internal_xact.destroy();


        if (SanityManager.DEBUG)
        {
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here

Examples of org.apache.derby.iapi.store.access.conglomerate.TransactionManager.commitNoSync()

                open_for_ddl_lock.close();
            if (heapcontroller != null)
                heapcontroller.close();
            if (nested_xact != null)
            {
                nested_xact.commitNoSync(TransactionController.RELEASE_LOCKS);
                nested_xact.destroy();
            }
        }

        return;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.