Ai大模型相关案例,AI
MySQL 5.5.44 发布,此版本主要是 bug 修复:
- InnoDB; Partitioning:The
CREATE_TIMEcolumn of theINFORMATION_SCHEMA.TABLEStable now shows the correct table creation time for partitionedInnoDBtables. TheCREATE_TIMEcolumn of theINFORMATION_SCHEMA.PARTITIONStable now shows the correct partition creation time for a partition of partitionedInnoDBtables.The
UPDATE_TIMEcolumn of theINFORMATION_SCHEMA.TABLEStable now shows when a partitionedInnoDBtable was last updated by anINSERT,DELETE, orUPDATE. TheUPDATE_TIMEcolumn of theINFORMATION_SCHEMA.PARTITIONStable now shows when a partition of a partitionedInnoDBtable was last updated. (Bug #69990, Bug #17299181) - InnoDB: An assertion was raised on shutdown due to XA PREPARE transactions holding explicit locks. (Bug #20816223)
- InnoDB: Removal of a foreign key object from the data dictionary cache during error handling caused the server to exit. (Bug #20442523)
- InnoDB:
SHOW ENGINE INNODB STATUSoutput showed negative reservation and signal count values due to a counter overflow error. (Bug #20417397) - InnoDB: Estimates that were too low for the size of merge chunks in the result sorting algorithm caused a server exit. (Bug #20049521)
SHOW VARIABLESmutexes were being locked twice, resulting in a server exit. (Bug #20788853)- A
Providesrule in RPM.specfiles misspelled“mysql-embedded”as“mysql-emdedded”. (Bug #20734434) - Under certain conditions, the
libeditcommand-line library could write outside an array boundary and cause a client program crash. (Bug #20318154) - Host value matching for the grant tables could fail to use the most specific of values that contained wildcard characters. (Bug #20181776)
- A user with a name of
event_schedulercould view the Event Scheduler process list without thePROCESSprivilege. (Bug #20007583, Bug #20754369) SHOW GRANTSafter connecting using a proxy user could display the password hash of the proxied user. (Bug #19817663)- For a prepared statement with an
ORDER BYthat refers by column number to aGROUP_CONCAT()expression that has an outer reference, repeated statement execution could cause a server exit. (Bug #19814337) - Loading corrupt spatial data into a
MyISAMtable could cause the server to exit during index building. (Bug #19573096) - Certain queries for the
INFORMATION_SCHEMATABLESandCOLUMNStables could lead to excessive memory use when there were large numbers of emptyInnoDBtables. (Bug #72322, Bug #18592390) - MySQL failed to compile using OpenSSL 0.9.8e. (Bug #68999, Bug #16861371)
MySQL 5.5.44 下载:http://dev.mysql.com/downloads/mysql/









