- 07 Jul, 2009 1 commit
-
-
calvin authored
Windows will support PAUSE instruction by default.
-
- 06 Jul, 2009 2 commits
- 02 Jul, 2009 1 commit
-
-
vasil authored
Use PAUSE instruction inside spinloop if it is available. The patch was originally developed by Mikael Ronstrom <mikael@mysql.com> and can be found here: http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2768 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2771 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2772 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2774 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2777 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2799 http://bazaar.launchpad.net/%7Emysql/mysql-server/mysql-5.4/revision/2800 Approved by: Heikki (rb://137)
-
- 30 Jun, 2009 18 commits
-
-
inaam authored
Non functional change. s/Percona/Percona Inc./
-
marko authored
(ISO 8859-1 encoded U+00AD SOFT HYPHEN) with a cheap ASCII substitute.
-
marko authored
-
marko authored
as this function is used within InnoDB Hot Backup.
-
marko authored
with UNIV_HOTBACKUP.
-
marko authored
-
marko authored
Invoke os_get_os_version() at most once.
-
marko authored
-
marko authored
-
marko authored
-
marko authored
-
marko authored
-
marko authored
-
marko authored
-
marko authored
very similar to ha_search_and_delete_if_found().
-
marko authored
This function is unused, but it could turn out to be a useful debugging aid.
-
marko authored
-
marko authored
-
- 29 Jun, 2009 7 commits
-
-
marko authored
-
marko authored
to track down Issue #289.
-
marko authored
or SET GLOBAL innodb_file_format_check=DEFAULT. innodb_file_format.test: New test for innodb_file_format and innodb_file_format_check. innodb_file_format_name_validate(): Store the string in *save. innodb_file_format_name_update(): Check the string again. innodb_file_format_check_validate(): Store the string in *save. innodb_file_format_check_update(): Check the string again. Issue #282, rb://140 approved by Heikki Tuuri
-
marko authored
Do not do arithmetics on void pointers.
-
marko authored
buf_fix_count. This could explain Issue #156. Tested by Michael.
-
marko authored
Start prebuilt->trx before locking the table. This should fix Issue #293 and could fix Issue #229. Approved by Sunny (over IM).
-
- 26 Jun, 2009 1 commit
-
-
calvin authored
-
- 25 Jun, 2009 4 commits
- 24 Jun, 2009 1 commit
-
-
calvin authored
Suggested by Marko.
-
- 23 Jun, 2009 1 commit
-
-
calvin authored
Change the header file path from ../storage/innobase/include/ to ../include/. In the planned 5.1 + plugin release, the source directory of the plugin will not be in storage/innobase. Approved by: Heikki (IM)
-
- 22 Jun, 2009 4 commits
-
-
pekka authored
for Hot Backup build (UNIV_HOTBACKUP defined). This change should not affect !UNIV_HOTBACKUP build.
-
pekka authored
code bracketed between #ifdef UNIV_HOTBACKUP and #endif /* UNIV_HOTBACKUP */). This change should not affect !UNIV_HOTBACKUP build.
-
marko authored
ROW_FORMAT=DEFAULT, do not compare to get_row_type(). Without this change, fast index creation will be disabled in recent versions of MySQL 5.1.
-
marko authored
block_mutex being possibly uninitialized.
-