Search



Search Results
Displaying 3731 to 3740 of 4186 total results
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 ...
https://dev.mysql.com/doc/internals/en/vc-plus-plus-files-directory.html
VC++Files includes a complete environment to compile MySQL with the VC++ compiler. To use it, just copy the files on this directory; the make_win_src_distribution.sh script uses these files to create a Windows source installation. This directory has ...
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query.
Displaying 3731 to 3740 of 4186 total results