Alterações na distribuição 3.20.7
New commands: ALTER TABLE, SELECT ... INTO OUTFILE and LOAD DATA INFILE.
- New function:
NOW(). - Added new field
File_privtomysql/usertable. - New script
add_file_privwhich adds the new fieldFile_privto theusertable. This script must be executed if you want to use the newSELECT ... INTOandLOAD DATA INFILE ...commands with a version of MariaDB earlier than 3.20.7. - Fixed bug in locking code, which made
lock_test.pltest fail. - New files
NEWandBUGS. - Changed
select_test.candinsert_test.cto includeconfig.h. - Added
statuscommand tomysqladminfor short logging. - Increased maximum number of keys to 16 and maximum number of key parts to 15.
- Use of sub keys. A key may now be a prefix of a string field.
- Added
-koption tomysqlshow, to get key information for a table. - Added long options to
mysqldump.