Faster mysqldump
.
For the LOAD DATA INFILE
statement, you
can now use the new LOCAL
keyword to read
the file from the client. mysqlimport
will automatically use LOCAL
when
importing with the TCP/IP protocol.
Fixed small optimize 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.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.