Search



Search Results
Displaying 3991 to 4000 of 4733 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-visualbasic.html
To be able to update a table, you must define a primary key for the table. This means that some queries like SHOW PROCESSLIST do not work properly. The fix is to use OPTION=16384 in the ODBC connect string or to select the Change BIGINT columns to ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-mysql.html
Syntax: ccnx = _mysql_connector.MySQL(args) The MySQL class is used to open and manage a connection to a MySQL server (referred to elsewhere in this reference as “the MySQL instance”). It is also used to send commands and SQL statements and ...
https://dev.mysql.com/doc/internals/en/com-shutdown.html
Note COM_SHUTDOWN is deprecated as of MySQL 5.7.9 and removed in MySQL 8.0.
https://dev.mysql.com/doc/internals/en/guided-tour-oddsends.html
Finally, for the sake of completeness, we'll put up a list of the rest of the directories those that we haven't had occasion to mention till now. Source Code Administration Directories: SCCS Common .h Files: include GNU Readline library and ...
https://dev.mysql.com/doc/internals/en/implementing-position-method.html
The [custom-engine.html#custom-engine-api-reference-position position()] method is called after every call to rnd_next() if the data needs to be reordered: void ha_foo::position(const byte *record) It stores a "position" of a record in this->ref.
https://dev.mysql.com/doc/internals/en/backup-breakpoint.html
They were part of the MySQL code in some early 6.0 versions. Backup Breakpoints have been removed from the code in favor of the Debug Sync Facility. open_tables(...) BACKUP_BREAKPOINT("bp_after_open_tables"); lock_tables(...) The BACKUP_BREAKPOINT ...
https://dev.mysql.com/doc/workbench/en/wb-exploring-scripting-shell.html
To open the Workbench Scripting Shell, select Scripting, Scripting Shell from the main menu. You can also open the Workbench Scripting Shell using the Control + F3 key combination on Windows and Linux, Command + F3 on macOS, or by clicking the ...
https://dev.mysql.com/doc/internals/en/com-binlog-dump-gtid.html
If the binlog-filename is empty, the server will send the binlog-stream of the first known binlog.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-ndb-activity-category.html
Lists the NDB Activity metrics and provides a brief description of each. Table 6.21 NDB Activity Metrics NameDescriptionConflict Fn Max (Delta) This variable shows the number of times that a row was not applied on the current SQL node due to ...
https://dev.mysql.com/doc/workbench/en/wb-create-new-table.html
Create a new table by double-clicking the Add Table icon in the Physical Schemas panel, as the next figure shows. This action opens the table editor docked at the bottom of the application. You can undock or dock this editor in exactly the same way ...
Displaying 3991 to 4000 of 4733 total results