Search



Search Results
Displaying 171 to 180 of 510 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
AutoEnlist , Auto Enlist Default: true If AutoEnlist is set to true, which is the default, a connection opened using TransactionScope participates in this scope, it commits when the scope commits and rolls back if TransactionScope does not commit.
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-compression.html
If data storage size is not a concern, disable data compression by setting the rapid_compression session variable to OFF before loading data: mysql> SET SESSION rapid_compression=OFF; As of MySQL version 8.3.0, the default option is AUTO which ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-generated-columns.html
Before You Begin Prepare to create external tables by reviewing the following: Additional MySQL HeatWave Lakehouse Requirements MySQL HeatWave Lakehouse Privileges Supported File Format Access Object Storage Review how to create external tables ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
windows-service-auto-start N/A win-service-auto-start, service-auto-start, auto-start, autostart bool true, false true configure, reconfigure configure-as-service=true If configured as a Windows Service, this value sets the service to start ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-persisted-variables-table.html
The persisted_variables table provides an SQL interface to the mysqld-auto.cnf file that stores persisted global system variable settings, enabling the file contents to be inspected at runtime using SELECT statements. Variables are persisted using ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
When you assign a value to a variable, MySQL might automatically correct the value to stay within a given range, or adjust the value to the closest permissible value if only certain values are permitted. --install [service_name] Command-Line Format ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
clone_autotune_concurrency Command-Line Format --clone-autotune-concurrency System Variable clone_autotune_concurrency Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON When clone_autotune_concurrency is enabled (the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--ai-increment=# Command-Line Format --ai-increment=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 For a table with a hidden primary key, specify the autoincrement increment, like the auto_increment_increment system variable ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
Displaying 171 to 180 of 510 total results