Search



Search Results
Displaying 661 to 670 of 943 total results
https://dev.mysql.com/doc/internals/en/sleep.html
send INSERT INTO t1 VALUES (1); --connection conn1 # Sleep until we can be sure that conn2 reached wait_for_lock(). In some cases race conditions can be repeated when all but one thread are blocked (for example waiting for an SQL lock). Then the ...
https://dev.mysql.com/doc/internals/en/source-files-related-to-the-binary-log.html
rpl_injector.h /rpl_injector.cc: Contains the injector class that allows external insertions into the binary log. This section describes the files in a MySQL source tree that are most relevent to binary log processing. sql directory: log.h /log.cc: ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/internals/en/tests-directory.html
The files in this directory are test programs that can be used as a base to write a program to simulate problems in MySQL in various scenarios: forks, locks, big records, exporting, truncating, and so on.
https://dev.mysql.com/doc/internals/en/threads.html
Threads in mysqld can run at four different priorities, defined in mysql_priv.h: #define INTERRUPT_PRIOR 10 #define CONNECT_PRIOR 9 #define WAIT_PRIOR 8 #define QUERY_PRIOR 6 Some threads try to set their priority; others don't. These calls are ...
https://dev.mysql.com/doc/internals/en/traceable-queries.html
They are: SELECT; INSERT or REPLACE (with VALUES or SELECT); UPDATE/DELETE and their multi-table variants; all the previous ones prefixed by EXPLAIN; SET (unless it manipulates the optimizer_trace system variable); DO; DECLARE/CASE/IF/RETURN ...If ...
https://dev.mysql.com/doc/internals/en/wait-condition.html
send INSERT INTO t1 VALUES (1); --connection conn1 # Specify the condition that shows if conn2 reached wait_for_lock(). Like 'sleep', this method can also be used, when all but one thread reach a blocked state. If you are able to detect that the ...
https://dev.mysql.com/doc/internals/en/write-row.html
Called from item_sum.cc, item_sum.cc, sql_acl.cc, sql_insert.cc, sql_insert.cc, sql_select.cc, sql_table.cc, sql_udf.cc, and sql_update.cc. Synopsis virtual int write_row ( buf); byte * buf ; Description This is the write_row method. No ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
When new products or product versions are available, MySQL Installer adds them to the catalog and then inserts an arrow icon () next to the version number of installed products listed in the dashboard. This section describes the MySQL Installer ...
https://dev.mysql.com/doc/mysqld-version-reference/en/built-in-functions.html
The following table shows all built-in functions and operators available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The ...
Displaying 661 to 670 of 943 total results