You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/mysql/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
|`x-migrations-table`|`MigrationsTable`| Name of the migrations table |
8
8
|`x-no-lock`|`NoLock`| Set to `true` to skip `GET_LOCK`/`RELEASE_LOCK` statements. Useful for [multi-master MySQL flavors](https://www.percona.com/doc/percona-xtradb-cluster/LATEST/features/pxc-strict-mode.html#explicit-table-locking). Only run migrations from one host when this is enabled. |
9
9
|`x-statement-timeout`|`StatementTimeout`| Abort any statement that takes more than the specified number of milliseconds, functionally similar to [Server-side SELECT statement timeouts](https://dev.mysql.com/blog-archive/server-side-select-statement-timeouts/) but enforced by the client. Available for all versions of MySQL, not just >=5.7. |
10
+
|`x-try-lock-timeout`|`TryLockTimeoutSec`| Timeout in seconds to try to obtain migrations lock. A negative value means infinite timeout. Default value is `10`|
10
11
|`dbname`|`DatabaseName`| The name of the database to connect to |
0 commit comments