Ai大模型相关案例,AI
MySQL 5.6.27 发布,暂未放出发行说明,现已提供下载:
http://dev.mysql.com/downloads/mysql/
同时发布了 MySQL 5.5.46 版本,此版本更新 yaSSL 到 2.3.8/2.3.7d,其他主要是 bug 修复:
- InnoDB: A data corruption occurred on ARM64. GCC builtins did not issue the correct fences when setting or unsetting the lock word. (Bug #21102971, Bug #76135)
- InnoDB: In
READ COMMITTEDmode, aREPLACEoperation on a unique secondary index resulted in a constraint violation. Thanks to Alexey Kopytov for the patch. (Bug #21025880, Bug #76927) - InnoDB: The
IBUF_BITMAP_FREEbit indicated that there was more free space in the leaf page than was actually available. (Bug #20796566) - InnoDB: Setting
lower_case_table_names=0on a case-insensitive file system could result in a hang condition when running anINSERT INTO ... SELECT ... FROMoperation with the wrongtbl_nametbl_nameletter case. An error message is now printed and the server exits when attempting to start the server with--lower_case_table_names=0on a case-insensitive file system. (Bug #20198490, Bug #75185) - Partitioning:
CREATE TABLEstatements that used an invalid function in a subpartitioning expression did not always fail gracefully as expected. (Bug #20310212) - Partitioning:
ALTER TABLEwhen executed from a stored procedure did not always work correctly with tables partitioned byRANGE. (Bug #16613004) - Certain subqueries as arguments to
PROCEDUREANALYSE()could cause a server exit. (Bug #21350175) - mysql_ssl_rsa_setup could create an unwanted
.rndfile in the data directory. (The file is actually created by openssl, which mysql_ssl_ras_setup invokes. mysql_ssl_rsa_setup now cleans up the file.) (Bug #21335818) - An assertion could be raised due to incorrect error handling if a
SELECT ... FOR UPDATEsubquery resulted in deadlock and caused a rollback. (Bug #21096444) - Servers linked against yaSSL and compiled with GCC 4.8.2 could fail to respond correctly to connection attempts until several seconds after startup. (Bug #21025377)
- For tables with subpartitions, the server could exit due to incorrect error handling during partition pruning if the partition could be identified but not the subpartition. (Bug #20909518)
DELETEcould check privileges for the wrong database when table aliases were used. (Bug #20777016)- Within a trigger, use of a cursor that accessed
OLDorNEWvalues from a row could cause a server exit. (Bug #20760261) - MySQL sometimes produced no warning when it was unable to interpret a character in a given character set. (Bug #20238729)
- For MySQL distributions linked against yaSSL, a corrupt client key file could cause clients to exit. (Bug #20168526)
- Execution of certain
BINLOGstatements while temporary tables were open byHANDLERstatements could cause a server exit. (Bug #19894987, Bug #20449914) - On Windows, setting
query_cache_min_res_unitto too large a value could result in a value of 0 and a subsequent server exit. (Bug #18487951) - RPM installation scripts if configuration files contained multiple
datadirlines. Now the lastdatadirline is used. (Bug #77878, Bug #21527467) - For wait events, the Performance Schema uses the
CYCLEtimer by default, but failed to fall back to a different timer ifCYCLEwas unavailable. (Bug #77577, Bug #21374104) - Updating
VARCHARandTEXTcolumns in the sameUPDATEstatement could produce incorrect results. When aVARCHARcolumn was assigned to aTEXTcolumn and theVARCHARcolumn was then set to a different value, theTEXTcolumn’s result contained theVARCHARcolumn’s new value. (Bug #77135, Bug #21143080) - mysqladmin -u root -p could exit with a segmentation fault. (Bug #76538, Bug #20802751)
- mysqlimport –use-threads did not actually use multiple threads. (Bug #76480, Bug #20772273)
- View creation from a
UNIONfailed with a duplicate-column error if aSELECTstatement in theUNIONother than the first used the same column name multiple times. (Bug #74539, Bug #19886430) - Empty XML elements having the form
<element/>were not handled correctly by theLOAD XMLstatement. (Bug #67542, Bug #16171518)
更多内容请看更新日志。









