Search Results
https://dev.mysql.com/doc/internals/en/cmake-installation.html
Other Unix systems Precompiled packages for other Unix flavors (HPUX, AIX) are available from the CMake download page. In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To ...
https://dev.mysql.com/doc/internals/en/debug-configurations.html
This includes DBUG instrumentation, plus wrappers around pthread mutexes known as SAFE_MUTEX on Unix systems. Using Makefiles, a debug build is done with -DCMAKE_BUILD_TYPE=Debug (an alias for this is -DWITH_DEBUG=1). If Visual Studio or Xcode ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-mysys.html
The next major directory is labelled mysys, which stands for MySQL System Library. This is the toolbox directory, for example it has low level routines for file access. The .c files in mysys have procedures and functions that are handy for calling ...
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 ...