Search



Search Results
Displaying 291 to 300 of 887 total results
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
It was replaced with Q_CATALOG_NZ_CODE in MySQL 5.0.4 because the terminating null is unnecessary. INTO OUTFILE, not LOAD DATA INFILE) OPT_ENCLOSED_FLAG = 0x2 (FIELD OPTIONALLY ENCLOSED BY option) REPLACE_FLAG = 0x4 (LOAD DATA INFILE REPLACE) ...
https://dev.mysql.com/doc/internals/en/mysys-functions.html
string fn_format _A((string to,const char *name,const char *dsk,const char *form,int flag)); Format a filename with replacement of library and extension and convert between different systems. Functions in mysys: (For flags see my_sys.h) int my_copy ...
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-execution.html
Before calling mysql_stmt_execute, we allocate thd->query with parameter markers ('?') replaced with their values: the new query is allocated in the runtime arena. Some optimizations damage the parsed tree, for example, replace leaves and subtrees ... In order to call mysql_execute_command (the function that executes a statement) for a prepared statement and not damage its parse tree, we backup and restore the active Query_arena of ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Error number: 1072; Symbol: HW_ER_CANNOT_REPLACE_ENUM Message: Cannot replace [%s], on ENUM input with [%s], in [%s]. Try constructing an expression that returns a column or replacing constants with a column. Workaround: Modify this expression to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-auto-parallel-load.html
Replace user_name and database_name in the commands with the appropriate user name and database name. Run the following commands: mysql> USE performance_schema; mysql> SELECT rpd_tables.ID, rpd_table_id.NAME, rpd_tables.LOAD_TYPE FROM rpd_tables ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
In the command, replace airport-db with the file path you copied in the previous step. $> scp -v -i ssh-key.key airport-db.zip opc@ComputeInstancePublicIP:/home/opc/ Replace the following: ssh-key.key: The full file path to the SSH key file (.key) ... The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running ...
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
For information about replacing third-party packages with official MySQL packages, see Replacing a Native Third-Party Distribution of MySQL or Replacing a Native Distribution of MySQL Using the MySQL APT Repository. Replace the preceding tar command ...These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a number of platforms, and binaries in platform-specific package formats for selected ...
https://dev.mysql.com/doc/refman/8.4/en/extensions-to-ansi.html
The LOW_PRIORITY clause of the INSERT, REPLACE, DELETE, and UPDATE statements. MySQL Server supports some extensions that you are not likely to find in other SQL DBMSs. Be warned that if you use them, your code is most likely not portable to other ...
https://dev.mysql.com/doc/refman/8.4/en/insert.html
You can use REPLACE instead of INSERT to overwrite old rows. REPLACE is the counterpart to INSERT IGNORE in the treatment of new rows that contain unique key values that duplicate old rows: The new rows replace the old rows rather than being ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
For example, {UA} is replaced with a user name such as "admin", whereas {UD} is replaced with a use full DN such as "uid=admin,ou=People,dc=example,dc=com". For example, {UA} is replaced with a user name such as "admin", whereas {UD} is replaced ...
Displaying 291 to 300 of 887 total results