26 Matching Annotations
- Sep 2023
- Jul 2023
-
-
Create a mosaic of an images like what MPC-HC does.
-
screenshot-mosaic
a
-
To download, open the dist folder and just put the .js file into your scripts folder.
-
- May 2023
-
www.101computing.net www.101computing.net
Tags
Annotators
URL
-
- Apr 2023
-
word2md.com word2md.com
-
Source
-
-
www.zotero.org www.zotero.org
-
- Mar 2023
-
forum.obsidian.md forum.obsidian.md
-
-
Block Reference Count 25 plugin
-
-
learn.microsoft.com learn.microsoft.com
-
Maximize/minimize windows Win+Up arrow / Win+Down arrow
Dock terminal then use this
-
-
dev.mysql.com dev.mysql.com
-
-
Section 5.4.4, “The Binary Log”.
-
Beginning a transaction causes any pending transaction to be committed. See Section 13.3.3, “Statements That Cause an Implicit Commit”
-
completion_type system variable
-
autocommit is a session variable and must be set for each session. To disable autocommit mode for each new connection, see the description of the autocommit system variable
-
Section 15.7.2.3, “Consistent Nonlocking Reads”.
-
Section 13.3.7, “SET TRANSACTION Statement”.
-
Specifying READ ONLY ensures these optimizations are applied in cases where the read-only status cannot be determined automatically. See Section 8.5.3, “Optimizing InnoDB Read-Only Transactions”
-
To disable autocommit mode implicitly for a single series of statements, use the START TRANSACTION
sql START TRANSACTION; SELECT @A:=SUM(salary) FROM table1 WHERE type=1; UPDATE table2 SET summary=@A WHERE type=1; COMMIT;
-
These statements provide control over use of transactions:
```sql START TRANSACTION [transaction_characteristic [, transaction_characteristic] ...]
transaction_characteristic: { WITH CONSISTENT SNAPSHOT | READ WRITE | READ ONLY }
BEGIN [WORK] COMMIT [WORK] [AND [NO] CHAIN] [[NO] RELEASE] ROLLBACK [WORK] [AND [NO] CHAIN] [[NO] RELEASE] SET autocommit = {0 | 1} ```
Tags
Annotators
URL
-
- Feb 2023
-
web.hypothes.is web.hypothes.is
-
Also: Ctrl+Enter to post the annotation to selected Group
-
-
answers.microsoft.com answers.microsoft.com
- Jan 2023