Search Results
https://dev.mysql.com/doc/internals/en/os-directory.html
The files in this directory are the product of the efforts of three people from outside MySQL: Yuri Dario, Timo Maier, and John M Alfredsson.
https://dev.mysql.com/doc/internals/en/other-unsafe-statements.html
Status of this subsection: not started 2009-10-21 INSERT DELAYED LIMIT System tables .
https://dev.mysql.com/doc/internals/en/perfect-cleanup.html
It checks if there are additional objects like user or tables, modifed system table etc. Cleaning up becomes much more comfortable and less error prone if you create your "own" database and create all tables there. At the end of the test, you need ...
https://dev.mysql.com/doc/internals/en/rnd-init.html
rnd_init() is called when the system wants the storage engine to do a table scan. Synopsis virtual int rnd_init (scan); bool scan ; Description This is the rnd_init method. Unlike index_init(), rnd_init() can be called two times without rnd_end() in ...
https://dev.mysql.com/doc/internals/en/sccs-directory.html
You will see this directory if and only if you used BitKeeper for downloading the source. The files here are for BitKeeper administration and are not of interest to application programmers.
https://dev.mysql.com/doc/internals/en/stability-checks-for-unexpected-problems.html
Ask a colleague to run your test or try another testing box (preferably one with a different operating system).
https://dev.mysql.com/doc/internals/en/strings-directory.html
Many of the files in this subdirectory are equivalent to well-known functions that appear in most C string libraries. On the other hand, some of the files are MySQL additions or improvements. Often the MySQL changes are attempts to optimize the ...
https://dev.mysql.com/doc/internals/en/support-files-directory.html
The files here are for building ("making") MySQL given a package manager, compiler, linker, and other build tools. The support files provide instructions and switches for the build processes. They include example my.cnf files one can use as a ...
https://dev.mysql.com/doc/internals/en/too-greedy-test.html
The problems with the select above: We will (sometimes only maybe) get a result set difference whenever we get a new system table Completeness of result sets without WHERE are outside of the focus. Let's assume we have to check that every new ...
https://dev.mysql.com/doc/internals/en/variation-of-protocol-option.html
And there are also attempts of System QA to run the other protocols. It is usual to run tests with and without the mysql-test-run.pl startup option "--ps-protocol". Effect of the "--ps-protocol" option: mysqltest will run as many SQL statements as ...