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_priv
tomysql/user
table. - New script
add_file_priv
which adds the new fieldFile_priv
to theuser
table. This script must be executed if you want to use the newSELECT ... INTO
andLOAD DATA INFILE ...
commands with a version of MariaDB earlier than 3.20.7. - Fixed bug in locking code, which made
lock_test.pl
test fail. - New files
NEW
andBUGS
. - Changed
select_test.c
andinsert_test.c
to includeconfig.h
. - Added
status
command tomysqladmin
for 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
-k
option tomysqlshow
, to get key information for a table. - Added long options to
mysqldump
.