Alterações na distribuição 3.22.6
Faster mysqldump
.
- For the
LOAD DATA INFILE
statement, you can now use the newLOCAL
keyword to read the file from the client.mysqlimport
will automatically useLOCAL
when importing with the TCP/IP protocol. - Fixed small optimise problem when updating keys.
- Changed makefiles to support shared libraries.
- MySQL-NT can now use named pipes, which means that you can now use MySQL-NT without having to install TCP/IP.