К основному

OLDVERSION.COM

ПОТОМУ ЧТО НОВЫЙ НЕ ВСЕГДА ЛУЧШЕ!
🔍
Добро пожаловать, гость, Логин | Регистрировать
Facebook Twitter
Support us Supporters get perks
  • Windows
  • Mac
  • Linux
  • Android
  • Игры
🔍
WINDOWS МАК LINUX ANDROID ИГРЫ
Логин | Регистрировать
Support us Supporters get perks
  • Legacy Site
  • Русский
    • English
    • 简体中文
    • Deutsch
    • Русский
    • Français
    • 日本語
    • Română
    • العربية
    • Español
    • Türkçe

Выберите название программного обеспечения...понизить рейтинг до версии, которую вы любите!

статистика Статистика: 29 377 версий 1 949 программ

Развитие  »  MySQL Community Server  »  MySQL Community Server 5.5.22

  • Tweet
MySQL Community Server icon

MySQL Community Server  5.5.22

1 801 Скачать

Проверено: Бесплатно от Spyware, Adware и вирусов
Advertisement
Loading...
MySQL Community Server 5.5.22 0 выходить из 5 основанный на 0 рейтинги.
  • Available Downloads: Windows
  • Размер файла: 31,1 МБ
  • Дата выхода: 
  • Лицензия: Неизвестный
  • Официальный сайт: http://dev.mysql.com
  • Компания: Oracle
  • Total Downloads скачать: 1 801
  • Внесенный в: Shane_Parkar
  • Рейтинг: (0 голоса)
(31,1 МБ)
Испытанный: Бесплатно от Spyware, Adware и вирусов
Advertisement
Loading...

MySQL Community Server 5.5.22  Изменить логотип

# Functionality Added or Changed
* InnoDB Storage Engine: A deprecation warning is now issued when --ignore-builtin-innodb is used.
* yaSSL was upgraded from version 1.7.2 to 2.2.0.
# Bugs Fixed
* Important Change: InnoDB Storage Engine: When a row grew in size due to an UPDATE operation, other (non-updated) columns could be moved to off-page storage so that information about the row still fit within the constraints of the InnoDB page size. The pointer to the new allocated off-page data was not set up until the pages were allocated and written, potentially leading to lost data if the system crashed while the column was being moved out of the page. The problem was more common with tables using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED along with the Barracuda file format, particularly with the innodb_file_per_table setting enabled, because page allocation operations are more common as the .ibd tablespace files are extended. Still, the problem could occur with any combination of InnoDB version, file format, and row format. A related issue was that during such an UPDATE operation, or an INSERT operation that reused a delete-marked record, other transactions could see invalid data for the affected column, regardless of isolation level. The fix corrects the order of operations for moving the column data off the original page and replacing it with a pointer. Now if a crash occurs at the precise moment when the column data is being transferred, the transfer will not be re-run during crash recovery. In MySQL 5.1, this fix applies to the InnoDB Plugin, but not the built-in InnoDB storage engine.
* InnoDB Storage Engine: An erroneous assertion could occur, in debug builds only, when creating an index on a column containing zero-length values (that is, '').
* InnoDB Storage Engine: A DDL operation such as ALTER TABLE ... ADD COLUMN could stall, eventually timing out with an Error 1005: Can't create table message referring to fil_rename_tablespace.
* InnoDB Storage Engine: A DDL operation for an InnoDB table could cause a busy MySQL server to halt with an assertion error: InnoDB: Failing assertion: trx->error_state == DB_SUCCESS The error occurred if the DDL operation was run while all 1023 undo slots were in use by concurrent transactions. This error was less likely to occur in MySQL 5.5 and 5.6, because raising the number of InnoDB undo slots increased the number of simultaneous transactions (corresponding to the number of undo slots) from 1K to 128K.
* InnoDB Storage Engine: Server startup could produce an error for temporary tables using the InnoDB storage engine, if the path in the $TMPDIR variable ended with a / character. The error log would look like:
120202 19:21:26 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: If you are installing InnoDB, remember that you must create
InnoDB: directories yourself, InnoDB does not create them.
120202 19:21:26 InnoDB: Error: trying to open a table, but could not
InnoDB: open the tablespace file './t/#sql7750_1_0.ibd'!
InnoDB: Have you moved InnoDB .ibd files around without using the
InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE?
InnoDB: It is also possible that this is a temporary table #sql...,
InnoDB: and MySQL removed the .ibd file for this.
The workaround for the problem was to create a similar temporary table again, copy its .frm file to tmpdir under the name mentioned in the error message (for example, #sql123.frm) and restart mysqld with tmpdir set to its normal value without a trailing slash, for example /var/tmp. On startup, MySQL would see the .frm file and issue DROP TABLE for the orphaned temporary table.
* Replication: Statements that wrote to tables with AUTO_INCREMENT columns based on an unordered SELECT from another table could lead to the master and the slave going out of sync, as the order in which the rows are retrieved from the table may differ between them. Such statements include any INSERT ... SELECT, REPLACE ... SELECT, or CREATE TABLE ... SELECT statement. Such statements are now marked as unsafe for statement-based replication, which causes the execution of one to throw a warning, and forces the statement to be logged using the row-based format if the logging format is MIXED.
* The contents of the shared and shared-compat RPM packages had been changed in versions 5.5.6 and 5.6.1 to avoid the overlap which they traditionally had (and still have in MySQL 5.0 and 5.1). However, the RPM meta information had not been changed in accordance, and so RPM still assumed a conflict between shared and shared-compat RPM packages. This has been fixed.
* myisam_sort_buffer_size could not be set larger than 4GB on 64-bit systems.
* Due to improper locking, concurrent inserts into an ARCHIVE table at the same time as repair and check operations on the table resulted in table corruption.

MySQL Community Server  Строить

  • MySQL Community Server 5.5.9 (Windows)
  • MySQL Community Server 5.5.30 (Windows)
  • MySQL Community Server 5.5.29 (Windows)
  • MySQL Community Server 5.5.28 (Windows)
  • MySQL Community Server 5.5.27 (Windows)
  • MySQL Community Server 5.5.25a (Windows)
  • MySQL Community Server 5.5.25 (Windows)
  • MySQL Community Server 5.5.24 (Windows)
  • MySQL Community Server 5.5.23 (Windows)
  • MySQL Community Server 5.5.21 (Windows)
  • MySQL Community Server 5.5.20 (Windows)
  • MySQL Community Server 5.5.19 (Windows)
  • MySQL Community Server 5.5.18 (Windows)
  • MySQL Community Server 5.5.17 (Windows)
  • MySQL Community Server 5.5.16 (Windows)
  • MySQL Community Server 5.5.15 (Windows)
  • MySQL Community Server 5.5.14 (Windows)
  • MySQL Community Server 5.5.13 (Windows)
  • MySQL Community Server 5.5.12 (Windows)
  • MySQL Community Server 5.5.11 (Windows)
  • MySQL Community Server 5.5.10 (Windows)
  • MySQL Community Server 5.1.68 (Windows)
  • MySQL Community Server 5.1.67 (Windows)
  • MySQL Community Server 5.1.66 (Windows)
  • MySQL Community Server 5.1.65 (Windows)
  • MySQL Community Server 5.1.63 (Windows)
  • MySQL Community Server 5.1.62 (Windows)
  • MySQL Community Server 5.1.61 (Windows)
  • MySQL Community Server 5.1.60 (Windows)
  • MySQL Community Server 5.1.59 (Windows)
  • MySQL Community Server 5.1.58 x64 (Windows)
  • MySQL Community Server 5.1.58 (Windows)
  • MySQL Community Server 5.1.57 (Windows)
  • MySQL Community Server 5.1.56 (Windows)
  • MySQL Community Server 5.1.55 (Windows)
  • MySQL Community Server 5.1.54 (Windows)
  • MySQL Community Server 5.1.53 (Windows)
  • MySQL Community Server 5.1.52 (Windows)
  • MySQL Community Server 5.1.51 (Windows)
  • MySQL Community Server 5.1.50 (Windows)
  • MySQL Community Server 5.1.49 (Windows)
  • MySQL Community Server 5.1.48 (Windows)
  • MySQL Community Server 5.1.47 (Windows)
  • MySQL Community Server 5.1.46 (Windows)
  • MySQL Community Server 5.1.45 (Windows)
  • MySQL Community Server 5.1.44 (Windows)
  • MySQL Community Server 5.1.43 (Windows)
  • MySQL Community Server 5.1.42 (Windows)
  • MySQL Community Server 5.1.41 (Windows)
  • MySQL Community Server 5.1.40 (Windows)
14019
×
×
×
WINDOWS МАК LINUX ANDROID ИГРЫ
Advertisement
Loading...
mascot

Ссылки на сайт

  • О нас
  • Связаться с нами
  • Дорожная карта
  • Supporters

Категория

  • Windows
  • Mac
  • Linux
  • Android
  • Игры

Следить OldVersion.com

  •  
  •  

Old Version

OldVersion.com предоставляет бесплатные загрузки программного обеспечения для старых версий программ, драйверов и игр.
Так почему бы не понизить рейтинг до версии, которую вы любите, потому что новая не всегда лучше!

OldVersion.com is an independent software archive and is not affiliated with, sponsored by, or endorsed by any software publisher listed on this site unless explicitly noted.

  • ©2001-2026 OldVersion.com.
  • Политика конфиденциальности
  • DMCA
  • ТОС
  • Дизайнер Jenox