コンパイル時の不手際のため、MySQL 5.1.12のバイナリ配布にはNDBクラスタやパーティショニングは含まれませんでした。ご不便をお掛けし恐縮です。バージョン5.1.14.へ更新してください。ソースからコンパイルする場合には、--with-ndbcluster、--with-partitionオプションとともにconfigureを実行して下さい。
This is a new Beta development release, fixing recently discovered bugs.
この項目は前回のMySQL公式リリース以降に適用されたすべての変更とバグ修正を説明します。更に頻繁でありご使用のバージョンと機能に合わせた更新情報を希望される場合には、MySQLエンタープライズ(商用版MySQL)への登録をお考えください。詳細は、http://www.mysql.com/products/enterpriseをご覧下さい。
Functionality added or changed:
Incompatible change: Support
for the BerkeleyDB (BDB) engine has been
dropped from this release. Any existing tables that are in BDB
format will not be readable from within MySQL from 5.1.12 or
newer. You should convert your tables to another storage
engine before upgrading to 5.1.12.
Incompatible change: The
namespace for scheduled events has changed, such that events
are no longer unique to individual users. This also means that
a user with the EVENT privilege on a given
database can now view, alter, or drop any events defined on
that database.
If you used scheduled events in an earlier MySQL 5.1 release, you should rename any of them having the same name and defined on the same database but belonging to different users — so that all events in a given database have unique names — before upgrading to 5.1.12 (or newer).
For additional information, see 項19.5. 「The Event Scheduler and MySQL Privileges」.
Incompatible change: The
permitted values for and behaviour of the
event_scheduler system variable have
changed. Permitted values are now ON,
OFF, and DISABLED, with
OFF being the default. It is not possible
to change its value to or from DISABLED
while the server is running.
For details, see 項19.1. 「Event Scheduler Overview」.
Incompatible change: The
plugin interface has changed: The
st_mysql_plugin structure has a new
license member to indicate the license
type. (The allowable values are defined in
mysql/plugin.h.) This change is not
backward compatible, so the API version
(MYSQL_PLUGIN_INTERFACE_VERSION) has
changed. For additional information, see
項25.2.5. 「Writing Plugins」.
Incompatible change: The full-text parser plugin interface has changed in two ways:
The MYSQL_FTPARSER_PARAM structure has
a new flags member. This is zero if
there are no special flags, or
MYSQL_FTFLAGS_NEED_COPY, which means
that mysql_add_word() must save a copy
of the word (that is, it cannot use a pointer to the word
because the word is in a buffer that will be overwritten.)
This flag might be set or reset by MySQL before calling
the parser plugin, by the parser plugin itself, or by the
mysql_parse() function.
The mysql_parse() and
mysql_add_word() functions now take a
MYSQL_FTPARSER_PARAM as their first
argument, not a
MYSQL_FTPARSER_PARAM::mysql_ftparam as
before.
These changes are not backward compatible, so the API version
(MYSQL_FTPARSER_INTERFACE_VERSION) has
changed. For additional information, see
項25.2.5. 「Writing Plugins」.
Incompatible change: In the
INFORMATION_SCHEMA.EVENTS table, the
EVENT_DEFINITION column now contains the
SQL executed by a scheduled event.
The EVENT_BODY column now contains the
language used for the statement or statements shown in
EVENT_DEFINITION. In MySQL 5.1, the value
shown in EVENT_BODY is always
SQL.
These changes were made to bring this table into line with the
INFORMATION_SCHEMA.ROUTINES table, and that
table's ROUTINE_BODY and
ROUTINE_DEFINITION columns. (Bug#16992)
Incompatible change: MySQL
Cluster node and system restarts formerly required that all
fragments use the same local checkpoint (LCP); beginning with
this version, it is now possible for different fragments to
use different LCPs during restarts. This means that data node
filesystems must be rebuilt as part of any upgrade to this
version by restarting all data nodes with the
--initial option. (Bug#21271, Bug#21478)
See 項14.5.2. 「クラスタのアップグレードおよびダウングレードの互換性」, and related sections of the Manual before upgrading a MySQL Cluster to version 5.1.12 or later.
Incompatible change: A number of MySQL constructs are now prohibited in partitioning expressions, beginning with this release. These include:
A number of MySQL functions.
You can find a complete list of these functions under Partitioning Limitation.
The bit operators |,
&, ^,
<<, >>,
and ~.
Nested function calls.
Calls to stored routines, UDFs, or plugins.
Character-to-integer conversions involving non-8-bit
character sets or any of the
latin1_german2_ci,
latin2_czech_cs, or
cp1250_czech_cs collations.
These restrictions were added in part as a result of Bug#18198 and related bug reports.
For more information about these and other restrictions on partitioned tables in MySQL, see 項15.5. 「パーティショニングの制約と制限」.
Binary MySQL distributions no longer include a mysqld-max server. Instead, distributions contain a binary that includes the features previously included in the mysqld-max binary.
The default binary log format (as used during replication) is now Mixed based, automatically using a combination of row-based and statement based log events as appropriate.
The general query log and slow query logs now can be enabled
or disabled at runtime with the general_log
and slow_query_log system variables, and
the name of the log files can be changed by setting the
general_log_file and
slow_query_log_file system variables. See
項4.11.3. 「一般クエリ ログ」, and
項4.11.5. 「スロー クエリ ログ」.
The output generated by the server when using the
--xml option has changed with regard to null
values. It now matches the output from mysqldump
--xml. That is, a column containing
a NULL value is now reported as
<field name="column_name" xsi:nil="true" />
whereas a column containing the string value
'NULL' is reported as
<field name="column_name">NULL</field>
and a column containing an empty string is reported as
<field name="column_name">>/field>
The following statements now can be executed as prepared
statements (using PREPARE plus
EXECUTE):
CACHE INDEX
CHANGE MASTER
CHECKSUM {TABLE | TABLES}
{CREATE | RENAME | DROP} DATABASE
{CREATE | RENAME | DROP} USER
FLUSH {TABLE | TABLES | TABLES WITH READ LOCK | HOSTS | PRIVILEGES
| LOGS | STATUS | MASTER | SLAVE | DES_KEY_FILE | USER_RESOURCES}
GRANT
REVOKE
KILL
LOAD INDEX INTO CACHE
RESET {MASTER | SLAVE | QUERY CACHE}
SHOW BINLOG EVENTS
SHOW CREATE {PROCEDURE | FUNCTION | EVENT | TABLE | VIEW}
SHOW {AUTHORS | CONTRIBUTORS | WARNINGS | ERRORS}
SHOW {MASTER | BINARY} LOGS
SHOW {MASTER | SLAVE} STATUS
SLAVE {START | STOP}
INSTALL PLUGIN
UNINSTALL PLUGIN
The Instance Manager --passwd option has been
renamed to --print-password-line. Other
options were added to enable management of the IM password
file from the command line: --add-user,
--drop-user, --edit-user,
--list-users,
--check-password-file,
--clean-password-file,
--username, and --password.
The --mysql-safe-compatible option was added
to cause the Instance Manner to act similarly to
mysqld_safe.
On Windows, typing Control-C caused the mysql client to crash. Now it causes mysql to attempt to kill the current statement. If this cannot be done, or Control-C is typed again before the statement is killed, mysql exits. (Bug#17926; see also Bug#1989)
TEXT and BLOB columns do
not support DEFAULT values. However, when a
default of '' was specified, the
specification was silently ignored. This now results in a
warning, or an error in strict mode. (Bug#19498)
The mysql client now allows
\l in the prompt command
argument to insert the current delimiter into the prompt. (Bug#14448)
Log table changes: By default, the log tables use the
CSV storage engine, as before. But now the
log tables can be altered to use the MyISAM
storage engine. You cannot use ALTER TABLE
to alter a log table that is in use. The log must be disabled
first. No engines other than CSV or
MyISAM are legal for the log tables. The
use of DROP TABLE for log tables is
similarly restricted: It cannot be used to drop a log table
that is in use. The log must be disabled first. (These changes
also correct a deadlock that occurred for an attempt to drop
an in-use log table.) (Bug#18559)
The LEFT() and RIGHT()
functions return NULL if any argument is
NULL. (Bug#11728)
EXPLAIN EXTENDED now shows a
filtered column that is an estimated
percentage of the examined rows that will be joined with the
previous tables. (Bug#14940)
For mysqlshow, if a database name argument
contains wildcard characters (such as
‘_’) but matches a single
database name exactly, treat the name as a literal name. This
allows a command such as mysqlshow
information_schema work without having to escape the
wildcard character. (Bug#19147)
If a DROP VIEW statement named multiple
views, it stopped with an error if a non-existent view was
named and did not drop the remaining views. Now it continues
on and reports an error at the end, similar to DROP
TABLE. (Bug#16614)
SHOW CREATE TABLE now shows constraints for
InnoDB tables. (Bug#16614)
Added the --set-charset option to
mysqlbinlog to allow the character set to
be specified for processing binary log files. (Bug#18351)
NDB Cluster: Backup messages are no longer
printed to the Cluster log.
NDB Cluster: The HELP
command in the Cluster management client now provides
command-specific help. For example, HELP
RESTART in ndb_mgm provides
detailed information about the START
command. (Bug#19620)
NDB Cluster: Inserting into an
NDB table failed when the table had no
primary key but had a unique key added after table was created
on one or more NOT NULL columns. This
occurred when the unique key had been adding using either
ALTER TABLE or CREATE UNIQUE
KEY. (Bug#22838)
NDB Cluster: The
ndb_config utility now accepts
-c as a short form of the
--ndb-connectstring option. (Bug#22295)
NDB Cluster: Added the --bind-address
option for ndbd. This allows a data node
process to be bound to a specific network interface. (Bug#22195)
NDB Cluster: The
Ndb_number_of_storage_nodes system variable
was renamed to Ndb_number_of_data_nodes.
(Bug#20848)
Added the --ndb-use-copying-alter-table
option to mysqld to provide a fallback in
case of problems with online ALTER TABLE
operations on NDBCluster tables.
Added the SHOW CONTRIBUTORS statement.
It is no longer possible to create partitioned tables using
the CSV storage engine.
NDB Cluster: The status variables
Ndb_connected_host and
Ndb_connected_port were renamed to
Ndb_config_from_host and
Ndb_config_from_port, respectively.
NDB Cluster: A number of erroneous,
misleading, or missing error messages have been corrected.
(Bug#17297 & Bug#19543)
NDB Cluster: It is no longer possible to
create Cluster tables using any partitioning type other than
[LINEAR] KEY. Attempting
to do so now raises an error.
The ExtractValue() function now produces an
error when passed an XML fragment that is not well-formed.
(Bug#18201)
(Previously, the function allowed invalid XML fragments to be used.)
There were several issues regarding how SHOW
STATUS affected some status variables and logging
which could impact monitoring the MySQL Server. The behavior
of this statement has been modified in two ways:
SHOW STATUS is no longer logged to the
slow query log.
SHOW STATUS no longer updates any
session status variables, except for
com_show_status.
However, SHOW STATUS continues to update
global status variables to allow
monitoring of what the server is actually doing. This is
because SHOW STATUS creates temporary
tables that may affect performance if it is called excessively
often. (Bug#10210, Bug#19764)
The mysqldumpslow script has been moved from client RPM packages to server RPM packages. This corrects a problem where mysqldumpslow could not be used with a client-only RPM install, because it depends on my_print_defaults which is in the server RPM. (Bug#20216)
The bundled yaSSL library was upgraded to version 1.3.7.
The bundled yaSSL library licensing has added a FLOSS
exception similar to MySQL to resolve licensing
incompatibilities with MySQL. (See the
extra/yassl/FLOSS-EXCEPTIONS file in a
MySQL source distribution for details.) (Bug#16755)
mysqlslap threads now try to connect up to 10 times if the initial connect attempt fails. (Bug#21297)
For a successful dump, mysqldump now writes a SQL comment to the end of the dump file in the following format:
-- Dump completed on YYYY-MM-DD hh:mm:ss
The mysqld and mysqlmanager manpages have been reclassified from volume 1 to volume 8. (Bug#21220)
In the INFORMATION_SCHEMA.ROUTINES table
the ROUTINE_DEFINITION column now is
defined as NULL rather than NOT
NULL. Also, NULL rather than the
empty string is returned as the column value if the user does
not have sufficient privileges to see the routine definition.
(Bug#20230)
configure now defines the symbol
DBUG_ON in config.h to
indicate whether the source tree is configured to be compiled
with debugging support. (Bug#19517)
The MySQL distribution now compiles on UnixWare 7.13. (Bug#20190)
The mysql client used the default character
set if it automatically reconnected to the server, which is
incorrect if the character set had been changed. To enable the
character set to remain synchronized on the client and server,
the mysql command
charset (or \C) that
changes the default character set and now also issues a
SET NAMES statement. The changed character
set is used for reconnects. (Bug#11972)
The STATE column of the
INFORMATION_SCHEMA.PROCESSLIST table was
increased from 30 to 64 characters to accommodate longer state
values. (Bug#21652)
TIMESTAMP columns that are NOT
NULL now are reported that way by SHOW
COLUMNS and INFORMATION_SCHEMA.
(Bug#20910)
INFORMATION_SCHEMA contains new tables,
GLOBAL_STATUS,
SESSION_STATUS,
GLOBAL_VARIABLES, and
SESSION_VARIABLES, that correspond to the
output from the SHOW {GLOBAL|SESSION}
STATUS and SHOW {GLOBAL|SESSION}
VARIABLES statements.
The BINARY keyword now is forbidden as a
data type attribute in stored routines (for example,
DECLARE v1 VARCHAR(25) BINARY), because
DECLARE does not support collations, and in
this context BINARY specifies the binary
collation of the variable's character set. (Bug#20701)
The source distribution has been updated so that the UDF example can be compiled under Windows with CMake. See 項25.3.4.5. 「Compiling and Installing User-Defined Functions」. (Bug#19121)
LOAD DATA INFILE no longer causes an
implicit commit for all storage storage engines. It now causes
an implicit commit only for tables using the
NDB storage engine. (Bug#11151)
The LOAD DATA FROM MASTER and LOAD
TABLE FROM MASTER statements are deprecated. See
項12.6.2.2. 「LOAD DATA FROM MASTER 構文」, for recommended
alternatives. (Bug#18822, Bug#9125, Bug#12187, Bug#14399,
Bug#15025, Bug#20596)
mysqldump now has a
--flush-privileges option. It causes
mysqldump to emit a FLUSH
PRIVILEGES statement after dumping the
mysql database. This option should be used
any time the dump contains the mysql
database and any other database that depends on the data in
the mysql database for proper restoration.
(Bug#21424)
The default value of the tmp_table_size
system variable was lowered from 32MB to 16MB because it is
bounded by the value of
max_heap_table_size, which has a default of
16MB. (Bug#18875)
The number of InnoDB threads is no longer
limited to 1,000 on Windows. (Bug#22268)
Memory consumption of the InnoDB data
dictionary cache was roughly halved by cleaning up the data
structures. (Bug#20877)
Using --with-debug to configure MySQL with
debugging support enables you to use the
--debug="d,parser_debug" option when you
start the server. This causes the Bison parser that is used to
process SQL statements to dump a parser trace to the server's
standard error output. Typically, this output is written to
the error log.
A new system variable, lc_time_names,
specifies the locale that controls the language used to
display day and month names and abbreviations. This variable
affects the output from the DATE_FORMAT(),
DAYNAME() and
MONTHNAME() functions. See
項4.10.9. 「MySQL サーバのローケル サポート」.
Bugs fixed:
Security fix: On Linux, and possibly other platforms using case-sensitive filesystems, it was possible for a user granted rights on a database to create or access a database whose name differed only from that of the first by the case of one or more letters. (CVE-2006-4226, Bug#17647)
Security fix: If a user has
access to MyISAM table
t, that user can create a
MERGE table m
that accesses t. However, if the
user's privileges on t are
subsequently revoked, the user can continue to access
t by doing so through
m. If this behavior is undesirable,
you can start the server with the new
--skip-merge option to disable the
MERGE storage engine. (Bug#15195)
Security fix: A stored
routine created by one user and then made accessible to a
different user using GRANT EXECUTE could be
executed by that user with the privileges of the routine's
definer. (CVE-2006-4227, Bug#18630)
Incompatible change: For
utf8 columns, the full-text parser
incorrectly considered several non-word punctuation and
whitespace characters as word characters, causing some
searches to return incorrect results. (Bug#19580)
The fix involves a change to the full-text parser, so any
tables that have FULLTEXT indexes on
utf8 columns must be repaired with
REPAIR TABLE:
REPAIR TABLE tbl_name QUICK;
An invalid GRANT statement for which
Ok was returned on a replication master
caused an error on the slave and replication to fail. (Bug#6774)
InnoDB locking was improved by removing a
gap lock for the case that you try to delete the same row
twice within a transaction. (Bug#13544)
Deleting entries from a large MyISAM index
could cause index corruption when it needed to shrink. Deletes
from an index can happen when a record is deleted, when a key
changes and must be moved, and when a key must be un-inserted
because of a duplicate key. This can also happen in
REPAIR TABLE when a duplicate key is found
and in myisamchk when sorting the records
by an index. (Bug#22384)
Setting myisam_repair_threads caused any
repair operation on a MyISAM table to fail
to update the cardinality of indexes, instead making them
always equal to 1. (Bug#18874)
ALTER EVENT statements including only a
COMMENT clause failed with a syntax error
on two platforms: Linux for S/390, and OS X 10.4 for 64-bit
PPC. (Bug#23423)
For row-based replication, log rotation could occur at an improper time. (Bug#21474)
For row-based replication, the BINLOG
command did not lock tables properly, causing a crash for some
table types. (Bug#19459)
The parser rejected queries that selected from a table twice
using a UNION within a subquery. The parser
now supports arbitrary subquery, join, and parenthesis
operations within EXISTS subqueries. A
limitation still exists for scalar subqueries: If the subquery
contains UNION, the first
SELECT of the UNION
cannot be within parentheses. For example, SELECT
(SELECT a FROM t1 UNION SELECT b FROM t2) will work,
but SELECT ((SELECT a FROM t1) UNION (SELECT b FROM
t2)) will not. (Bug#14654)
Incorrect type aggregation for IN and
CASE expressions could lead to an incorrect
result. (Bug#18360)
When using row based replication, a CREATE
TABLE...SELECT statement would be replicated, even
if the table creation failed on the master (for example, due
to a duplicate key failure). (Bug#20265)
The optimizer did not take advantage of indexes on columns
used for the second or third arguments of
BETWEEN. (Bug#18165)
Subqueries with aggregate functions but no
FROM clause could return incorrect results.
(Bug#21540)
The CSV storage engine failed to detect
some table corruption. (Bug#22080)
For multiple-table UPDATE statements,
storage engines were not notified of duplicate-key errors.
(Bug#21381)
Successive invocations of a COUNT(*) query
containing a join on two MyISAM tables and
a WHERE clause of the form WHERE
( yielded different results. (Bug#21019)
table1.column1
=
table2.column2)
OR
table2.column2
IS NULL
It was possible to provide the
ExtractValue() function with input
containing 「tags」 that were not valid XML; for
example, it was possible to use tag names beginning with a
digit, which are disallowed by the W3C's XML 1.0
specification. Such cases caused the function to return
「junk」 output rather than an error message
signalling the user as to the true nature of the problem. (Bug#20854)
The presence of a subquery in the ON clause
of a join in a view definition prevented the
MERGE algorithm from being used for the
view in cases where it should be allowed. (Bug#21646)
BIT columns were not replicated properly
under row-based replication. (Bug#22550)
Conversion of values inserted into a BIT
column could affect adjacent columns. (Bug#22271)
The URL into the online manual that is printed in the stack trace message by the server was out of date. (Bug#21449)
Incorrect results could be obtained from re-execution of a
parametrized prepared statement or a stored routine with a
SELECT that uses LEFT
JOIN with a second table having only one row. (Bug#21081)
PROCEDURE ANALYSE() returned incorrect
values of M
FLOAT( and
M,
D)DOUBLE(. (Bug#20305)
M,
D)
Join conditions using partial indexes on
utf8 columns of InnoDB
tables incorrectly ignored rows where the length of the actual
value was greater than the length of the partial index. (Bug#19960)
On an INSERT into an updatable but
non-insertable view, an error message was issued stating that
the view was not updatable. Now the message says the view is
not insertable-into. (Bug#5505)
INSERT DELAYED did not honor SET
INSERT_ID or the auto_increment_*
system variables. (Bug#20627, Bug# 20830)
For character sets having a mbmaxlen value
of 2, any ALTER TABLE statement changed
TEXT columns to
MEDIUMTEXT. (Bug#21620)
A query that used GROUP BY and an
ALL or ANY quantified
subquery in a HAVING clause could trigger
an assertion failure. (Bug#21853)
For an ENUM column that used the
ucs2 character set, using ALTER
TABLE to modify the column definition caused the
default value to be lost. (Bug#20108)
An UPDATE that referred to a key column in
the WHERE clause and activated a trigger
that modified the column resulted in a loop. (Bug#20670)
A loaded storage engine plugin did not load after a server restart. (Bug#21610)
Creating a TEMPORARY table with the same
name as an existing table that was locked by another client
could result in a lock conflict for DROP TEMPORARY
TABLE because the server unnecessarily tried to
acquire a name lock. (Bug#21096)
After FLUSH TABLES WITH READ LOCK followed
by UNLOCK TABLES, attempts to drop or alter
a stored routine failed with an error that the routine did not
exist, and attempts to execute the routine failed with a lock
conflict error. (Bug#21414)
mysql_com.h unnecessarily referred to the
ulong type. (Bug#22227)
Incorporated some portability fixes into the definition of
__attribute__ in
my_global.h. (Bug#2717)
Linking the pthreads library to
single-threaded MySQL libraries caused
dlopen() to fail at runtime on HP-UX. (Bug#18267)
Loading a plugin caused any an existing plugin with the same name to be lost. (Bug#20615)
In the package of pre-built time zone tables that is available
for download at
http://dev.mysql.com/downloads/timezones.html, the tables
now explicitly use the utf8 character set
so that they work the same way regardless of the system
character set value. (Bug#21208)
The build process incorrectly tried to overwrite
sql/lex_hash.h. This caused the build to
fail when using a shadow link tree pointing to original
sources that were owned by another account. (Bug#18888)
mysql_ftdump produced bad counts for common words. (Bug#22326)
The optimizer could make an incorrect index choice for indexes with a skewed key distribution. (Bug#22393)
When records are merged from the insert buffer and the page
needs to be reorganized, InnoDB used
incorrect column length information when interpreting the
records of the page. This caused a server crash due to
apparent corruption of secondary indexes in
ROW_FORMAT=COMPACT that contain prefix
indexes of fixed-length columns. Data files should not be
corrupted, but the crash was likely to repeat every time the
server was restarted. (Bug#21638)
Instance Manager didn't close the client socket file when starting a new mysqld instance. mysqld inherited the socket, causing clients connected to Instance Manager to hang. (Bug#12751)
Using GROUP_CONCAT() on the result of a
subquery in the FROM clause that itself
used GROUP_CONCAT() could cause a server
crash. (Bug#22015)
Instance Manager had a race condition involving mysqld PID file removal. (Bug#22379)
Execution of a prepared statement that uses an
IN subquery with aggregate functions in the
HAVING clause could cause a server crash.
(Bug#22085)
Selecting from a MERGE table could result
in a server crash if the underlying tables had fewer indexes
than the MERGE table itself. (Bug#21617,
Bug#22937)
A locking safety check in InnoDB reported a
spurious error stored_select_lock_type is 0 inside
::start_stmt() for INSERT ...
SELECT statements in
innodb_locks_unsafe_for_binlog mode. The
safety check was removed. (Bug#10746)
make install tried to build files that should already have been built by make all, causing a failure if installation was performed using a different account than the one used for the initial build. (Bug#19738)
The source distribution would not build on Windows due to a
spurious dependency on ib_config.h. (Bug#22224)
It was possible for a stored routine with a
non-latin1 name to cause a stack overrun.
(Bug#21311)
The server returns a more informative error message when it
attempts to open a MERGE table that has
been defined to use non-MyISAM tables. (Bug#10974)
Within stored routines, some error messages were printed incorrectly. A non-null-terminated string was passed to a message-printing routine that expected a null-terminated string. (Bug#20778)
SUBSTR() results sometimes were stored
improperly into a temporary table when multi-byte character
sets were used. (Bug#20204)
Certain malformed INSERT statements could
crash the mysql client. (Bug#21142)
EXPLAIN EXTENDED now shows a
filtered column that is an estimated
percentage of the examined rows that will be joined with the
previous tables. This was added while dealing with a problem
of MySQL choosing the wrong index for some queries. (Bug#14940)
On Mac OS X, zero-byte read() or
write() calls to an SMB-mounted filesystem
could return a non-standard return value, leading to data
corruption. Now such calls are avoided. (Bug#12620)
With TRADITIONAL SQL mode, assignment of
out-of-bound values and rounding of assigned values was done
correctly, but assignment of the same numbers represented as
strings sometimes was handled differently. (Bug#6147)
The source distribution failed to compile when configured with
the --without-geometry option. (Bug#12991)
The source distribution failed to compile when configured with
the --with-libwrap option. (Bug#18246)
The feature of being able to recover a temporary table named
#sql_ in
idInnoDB by creating a table named
rsql_
was broken by the introduction of the new identifier encoding
in MySQL 5.1.6 (Bug#21313)
id_recover_innodb_tmp_table
ALTER EVENT in the body of a stored
procedure led to a crash when the procedure was called. This
affected only those ALTER EVENT statements
which changed the interval of the event. (Bug#22397)
A DATE can be represented as an integer
(such as 20060101) or as a string (such as
'2006.01.01'). When a
DATE (or TIME) column is
compared in one SELECT against both
representations, constant propagation by the optimizer led to
comparison of DATE as a string against
DATE as an integer. This could result in
integer comparisons such as 2006 against
20060101, erroneously producing a false
result. (Bug#21475)
When a statement used a stored function that inserted into an
AUTO_INCREMENT column, the generated
AUTO_INCREMENT value was not written into
the binary log, so a different value could in some cases be
inserted on the slave. (Bug#20341)
A stored procedure that used
LAST_INSERT_ID() did not replicate properly
using statement-based binary logging. (Bug#20339)
Use of the --no-pager option caused
mysql to crash. (Bug#19363)
For INSERT ... ON DUPLICATE KEY UPDATE, use
of
VALUES(
within the col_name)UPDATE clause sometimes was
handled incorrectly. (Bug#21555)
When event_scheduler was set to
DISABLED, its value was not displayed
correctly by SHOW VARIABLES or
SELECT @@global.event_scheduler. (Bug#22662)
Row equalities (such as WHERE (a,b) = (c,d)
were not taken into account by the optimizer, resulting in
slow query execution. Now they are treated as conjunctions of
equalities between row elements. (Bug#16081)
If the binary logging format was changed between the times when a locked table was modified and when it was unlocked, the binary log contents were incorrect. (Bug#20863)
Column names supplied for a view created on a master server could be lost on a slave server. (Bug#19419)
For a MyISAM table locked with
LOCK TABLES ...WRITE, queries optimized
using the index_merge method did not show
rows inserted with the lock in place. (Bug#20256)
Table aliases in multiple-table DELETE
statements sometimes were not resolved. (Bug#21392)
A query result could be sorted improperly when using
ORDER BY for the second table in a join.
(Bug#21302)
The --collation-server server option was
being ignored. With the fix for this problem, if you choose a
non-default character set with
--character-set-server, you should also use
--collation-server to specify the collation.
(Bug#15276)
A function result in a comparison was replaced with a constant by the optimizer under some circumstances when this optimization was invalid. (Bug#21698)
A subquery that uses an index for both the
WHERE and ORDER BY
clauses produced an empty result. (Bug#21180)
If the auto_increment_offset setting causes
MySQL to generate a value larger than the column's maximum
possible value, the INSERT statement is
accepted in strict SQL mode, whereas but should fail with an
error. (Bug#20573)
Queries containing a subquery that used aggregate functions could return incorrect results. (Bug#16792)
Row-based replication failed when the query cache was enabled on the slave. (Bug#17620)
The
index_merge/Intersection
optimizer could have a memory overrrun when the number of
table columns covered by an index is sufficiently large,
possibly resulting in a server crash. (Bug#16201)
The MD5(), SHA1(), and
ENCRYPT() functions should return a binary
string, but the result sometimes was converted to the
character set of the argument. MAKE_SET()
and EXPORT_SET() now use the correct
character set for their default separators, resulting in
consistent result strings which can be coerced according to
normal character set rules. (Bug#20536)
EXPLAIN sometimes returned an incorrect
select_type for a SELECT
from a view, compared to the select_type
for the equivalent SELECT from the base
table. (Bug#5500)
An InnoDB mutex was not aquired and
released under the same condition, leading to deadlock in some
rare situations involving XA transactions. (Bug#21833)
With row-based replication, replicating a statement to a slave where the table had additional columns relative to the master table did not work. (Bug#19069)
For a MyISAM table with a
FULLTEXT index, compression with
myisampack or a check with
myisamchk after compression resulted in
table corruption. (Bug#19702)
With max_sp_recursion set to 0, a stored
procedure that executed a SHOW CREATE
PROCEDURE statement for itself triggered a recursion
limit exceeded error, though the statement involves no
recursion. (Bug#21416)
mysqldump did not add version-specific
comments around WITH PARSER and
TABLESPACE ... STORAGE DISK clauses for
CREATE TABLE statements, causing the dump
file to fail when loaded into older servers. (Bug#20841)
BIN(), OCT(), and
CONV() did not work with BIT values. (Bug#15583)
The optimizer could produce an incorrect result after
AND with collations such as
latin1_german2_ci,
utf8_czech_ci, and
utf8_lithianian_ci. (Bug#9509)
The server could crash for the second execution of a function
containing a SELECT statement that uses an
aggregating IN subquery. (Bug#21493)
UPGRADE was treated as a reserved word,
although it is not. (Bug#21772)
Database and table names have a maximum length of 64 characters (even if they contain multi-byte characters), but were being truncated to 64 bytes. (Bug#21432)
Usernames have a maximum length of 16 characters (even if they contain multi-byte characters), but were being truncated to 16 bytes. (Bug#20393)
A query could produce different results with and without and
index, if the WHERE clause contained a
range condition that used an invalid
DATETIME constant. (Bug#16249)
COUNT(*) queries with ORDER
BY and LIMIT could return the
wrong result. (Bug#21787)
Note: This problem was
introduced by the fix for Bug#9676, which limited the rows
stored in a temporary table to the LIMIT
clause. This optimization is not applicable to non-group
queries with aggregate functions. The current fix disables the
optimization in such cases.
Memory overruns could occur for certain kinds of subqueries. (Bug#21477)
Adding ORDER BY to a SELECT
DISTINCT( query
could produce incorrect results. (Bug#21456)
expr)
Memory used by scheduled events was not freed when the events were dropped. (Bug#18683)
A scheduled event that took longer to execute than the length
of time scheduled between successive executions could
「skip」 executions. For example, an event defined
with EVERY 1 SECOND — but which
required longer than 1 second to complete — might be
executed only once every 2 seconds. (Bug#16417)
When used in the DO clause of a
CREATE EVENT statement, the statements
CREATE EVENT, CREATE
FUNCTION, and CREATE PROCEDURE
caused the server to crash. (These statements are not
permitted inside CREATE EVENT.) (Bug#16409, Bug#18896)
A subselect used in the ON SCHEDULE clause
of a CREATE EVENT or ALTER
EVENT statement caused the server to crash, rather
than producing an error as expected. (Bug#16394)
mysql displayed an empty string for
NULL values. (Bug#21618)
mysql_upgrade produced a malformed
upgrade_defaults file by overwriting the
[client] group header with a
password option. This prevented
mysqlcheck from running successfully when
invoked by mysql_upgrade. (Bug#21011)
mysql_config --libmysqld-libs did not
produce any SSL options necessary for linking
libmysqld with SSL support enabled. (Bug#21239)
yaSSL had a conflicting definition for
socklen_t on hurd-i386 systems. (Bug#22326)
On Windows, inserting into a MERGE table
after renaming an underlying MyISAM table
caused a server crash. (Bug#20789)
character_set_results can be
NULL to signify 「no
conversion,」 but some code did not check for
NULL, resulting in a server crash. (Bug#21913)
If a partitioned InnoDB table contained an
AUTO_INCREMENT column, a
SHOW statement could cause an assertion
failure with more than one connection. (Bug#20493)
Running InnoDB with many concurrent threads
could cause memory corruption and a seg fault due to a bug
introduced in MySQL 5.1.11. (Bug#20213)
Using DROP TABLE with concurrent queries
causes mysqld to crash. (Bug#21784)
The ExtractValue() function did not accept
XML tag names containing a period (.)
character. (Bug#20795)
For table-format output, mysql did not always calculate columns widths correctly for columns containing multi-byte characters in the column name or contents. (Bug#17939)
Identifiers with embedded escape characters were not handled
correctly by some SHOW statements due to
some old code that was doing some extra unescaping. (Bug#19874)
InnoDB was slow with more than 100,000
.idb files. (Bug#21112)
SHOW INNODB STATUS contained some duplicate
output. (Bug#21113)
After an INSERT ... ON DUPLICATE KEY UPDATE
statement that updated an existing row,
LAST_INSERT_ID() could return a value not
in the table. (Bug#11460)
Selecting from INFORMATION_SCHEMA.FILES
could crash the server. (Bug#21676)
Using cursors with READ COMMITTED isolation
level could cause InnoDB to crash. (Bug#19834)
A server or network failure with an open client connection would cause the client to hang even though the server was no longer available. (Bug#9678)
Using ALTER TABLE ... REORGANIZE PARTITIONS
to reduce the number of subpartitions to 1 caused the server
to crash. (Bug#21210)
NDB Cluster: Data nodes added while the
cluster was running in single user mode were all assigned node
ID 0, which could later cause multiple node failures. Adding
of nodes in single user mode is no longer possible. (Bug#20395)
NDB Cluster: Attempting to create an
NDB table on a MySQL with an existing
non-Cluster table with the same name in the same database
could result in data loss or corruption. Now, if such a table
is encountered during autodiscovery, a warning is written to
the error log of the affected mysqld, and
the local table is overwritten. (Bug#21378)
NDB Cluster (NDB API): Inacivity timeouts
for scans were not correctly handled. (Bug#23107)
NDB Cluster (NDB API): Attempting to read a
nonexistent tuple using Commit mode for
NdbTransaction::execute() caused node
failures. (Bug#22672)
NDB Cluster (NDB API): The inclusion of
my_config.h in
NdbApi.h required anyone wishing to write
NDB API applications against MySQL 5.1 to have a complete copy
of the 5.1 sources. (Bug#21253)
NDB Cluster (NDB API): The
NdbOperation::getBlobHandle() method, when
called with the name of a nonexistent column, caused a
segmentation fault. (Bug#21036)
NDB Cluster: The --help
output from NDB binaries did not include
file-related options. (Bug#21994)
NDB Cluster: The node recovery algorithm
was missing a version check for tables in the
ALTER_TABLE_COMMITTED state (as opposed to
the TABLE_ADD_COMMITTED state, which has
the version check). This could cause inconsistent schemas
across nodes following node recovery. (Bug#21756)
NDB Cluster: The output for the
--help option used with
NDB executable programs
(ndbd, ndb_mgm,
ndb_restore, ndb_config,
and so on) referred to the Ndb.cfg file,
instead of my.cnf. (Bug#21585)
NDB Cluster: Partition distribution keys
were updated only for the primary and starting replicas during
node recovery. This could lead to node failure recovery for
clusters having an odd number of replicas. (Bug#21535)
Note: We recommend values for
NumberOfReplicas that are even powers of 2,
for best results.
NDB Cluster: The ndb_mgm
management client did not set the exit status on errors,
always returning 0 instead. (Bug#21530)
NDB Cluster: Cluster logs were not rotated
following the first rotation cycle. (Bug#21345)
NDB Cluster: Condition pushdown did not
work correctly with DATETIME columns. (Bug#21056)
NDB Cluster: Under some circumstances,
local checkpointing would hang, keeping any unstarted nodes
from being started. (Bug#20895)
NDB Cluster: Using an invalid node ID with
the management client STOP command could
cause ndb_mgm to hang. (Bug#20575)
NDB Cluster: In some cases where
SELECT COUNT(*) from an
NDB table should have yielded an error,
MAX_INT was returned instead. (Bug#19914)
NDB Cluster: Following the restart of an
MGM node, the Cluster management client did not automatically
reconnect. (Bug#19873)
NDB Cluster: Error messages given when
trying to make online changes parameters such as
NoOfReplicas thast can only be changed via
a complete shutdown and restart of the cluster did not
indicate the true nature of the problem. (Bug#19787)
NDB Cluster: ndb_restore
did not always make clear that it had recovered successfully
from temporary errors while restoring a cluster backup. (Bug#19651)
NDB Cluster: In rare situations with
resource shortages, a crash could result from insufficient
IndexScanOperations. (Bug#19198)
NDB Cluster: ndb_mgm -e show |
head would hang after displaying the first 10 lines
of output. (Bug#19047)
NDB Cluster: The error returned by the
cluster when too many nodes were defined did not make clear
the nature of the problem. (Bug#19045)
NDB Cluster: A problem with takeover during
a system restart caused ordered indexes to be rebuilt
incorrectly. This also adversely affected Cluster Replication.
(Bug#15303)
NDB Cluster: Some queries involving joins
on very large NDB tables could crash the
MySQL server. (Bug#21059)
NDB Cluster (Disk Data):
mysqldump did not back up tablespace or log
file group information for Disk Data tables correctly.
(Specifically, UNDO_BUFFER_SIZE and
INITIAL_SIZE values were misreported.)
Trying to restore from such a backup would produce error 1296
(Got error 1504 'Out of logbuffer memory' from
NDB). (Bug#20809)
NDB Cluster (Disk Data): The
INFORMATION_SCHEMA.FILES table showed
incorrect values in the EXTENT_SIZE,
FREE_EXTENTS, and
TOTAL_EXTENTS columns for UNDO log files.
(Bug#20073)
NDB Cluster (Disk Data): Deletes from Disk
Data tables used a non-optimal scan to find the rows to be
deleted, resulting in poor performance. The fix causes disk
order rather than memory order to be used, and can improve
performance of Disk Data deletes by up to ~300% in some cases.
(Bug#17929)
NDB Cluster: A scan timeout returned Error
4028 (Node failure caused abort of
transaction) instead of Error 4008
(Node failure caused abort of
transaction...). (Bug#21799)
NDB Cluster: The message Error 0
in readAutoIncrementValue(): no Error was written
to the error log whenever SHOW TABLE STATUS
was performed on a Cluster table that did not have an
AUTO_INCREMENT column. (Bug#21033)
NDB Cluster (Direct APIs): The
storage/ndb directory was missing from
the server binary distribution, making it impossible to
compile NDB API and MGM API applications.
This directory can be found as
/usr/include/storage/ndb after installing
that distribution. (Bug#21955)
NDB Cluster: ndb_size.pl
and ndb_error_reporter were missing from
RPM packages. (Bug#20426)
The ndb_mgm program was included in both
the MySQL-ndb-tools and
MySQL-ndb-management RPM packages,
resulting in a conflict if both were installed. Now
ndb_mgm is included only in
MySQL-ndb-tools. (Bug#21058)
libmysqld produced some warnings to
stderr which could not be silenced. These
warnings now are suppressed. (Bug#13717)
If a column definition contained a character set declaration,
but a DEFAULT value began with an
introducer, the introducer character set was used as the
column character set. (Bug#20695)
If a query had a condition of the form
,
which participated in equality propagation and also was used
for tableX.key
=
tableY.keyref access, then early
ref-access NULL
filtering was not peformed for the condition. This could make
query execution slower. (Bug#19649)
The optimizer sometimes produced an incorrect row-count
estimate after elimination of const tables.
This resulted in choosing extremely inefficient execution
plans in same cases when distribution of data in joins were
skewed. (Bug#21390)
Query results could be incorrect if the
WHERE clause contained
t., where
key_part NOT IN
(val_list)val_list is a list of more than
1000 constants. (Bug#21282)
STR_TO_DATE() sometimes would return
NULL if the %D format
specifier was not the last specifier in the format string.
(Bug#20987)
On Windows, a definition for
mysql_set_server_option() was missing from
the C client library. (Bug#16513)
The myisam_stats_method variable was
mishandled when set from an option file or on the command
line. (Bug#21054)
The optimizer assumed that if (a=x AND b=x)
is true, (a=x AND b=x) AND a=b is also
true. But that is not always so if a and
b have different data types. (Bug#21159)
InnoDB did not honor IGNORE
INDEX, which prevented using IGNORE
INDEX in cases where an index sort would be slower
than a filesort. (Bug#21174)
For connections that required a SUBJECT
value, a check was performed to verify that the value was
correct, but the connection was not refused if not. (Bug#20411)
Some Linux-x86_64-icc packages (of previous releases) mistakenly contained 32-bit binaries. Only ICC builds are affected, not gcc builds. Solaris and FreeBSD x86_64 builds are not affected. (Bug#22238)
INSERT ... SELECT sometimes generated a
spurious Column count doesn't match value
count error. (Bug#21774)
Some user-level level errors were being written to the server's error log, which is for server errors. (Bug#20402)
to the client could have an empty column name. When using
tables created under MySQL 4.1 with a 5.0 server, if the
tables contained VARCHAR columns, for some
queries the metadata sent to the client could have an empty
column name. (Bug#14897)
On 64-bit systems, use of the cp1250
character set with a primary key column in a
LIKE clause caused a server crash for
patterns having letters in the range 128..255. (Bug#19741)
ORDER BY RAND() LIMIT 1 always set a user
variable to the last possible value from the table. (Bug#16861)
N'xxx' and _utf8'xxx'
were not treated as equivalent because
N'xxx' failed to unescape backslashes
(\) and doubled apostrophe/single quote
characters (''). (Bug#17313)
A subquery in the WHERE clause of the outer
query and using IN and GROUP
BY returned an incorrect result. (Bug#16255)
When NOW() was used in a
BETWEEN clause of the definition for a
view, it was replaced with a constant in the view. (Bug#15950)
A stored procedure with a CONTINUE handler
that encountered an error continued to execute a statement
that caused an error, rather with the next statement following
the the one that caused the error. (Bug#8153)
libmysqlclient defined a symbol
BN_bin2bn which belongs to OpenSSL. This
could break applications that also linked against OpenSSL's
libcrypto library. The fix required
correcting an error in a build script that was failing to add
rename macros for some functions. (Bug#21930)
Queries that used the index_merge and
sort_union methods to access an
InnoDB table could produce inaccurate
results. This issue was introduced in MySQL 5.1.10 when a new
handler and bitmap interface was implemented. (Bug#21277)
The SELECT privilege was required for an
insert on a view, instead of the INSERT
privilege. (Bug#21261)
Note: This fixes a regression that was introduced by the fix for Bug#20989.
Running SHOW MASTER LOGS at the same time
as binary log files were being switched would cause
mysqld to hang. (Bug#21965)
Building mysql on Windows with CMake 2.4
would fail to create libmysqld correctly.
(Bug#20907)
The server's handling of the number of partitions or
subpartitions specified in a PARTITIONS or
SUBPARTITIONS clause was changed. Beginning
with this release, the number of partitions must:
be a positive, non-zero integer
not have any leading zeroes
not be an expression
Also beginning with this version, no attempt is made to
convert, truncate, or evaluate a PARTITIONS
or SUBPARTITIONS value; instead, the
CREATE TABLE or ALTER
TABLE statement containing the
PARTITIONS or
SUBPARTITIONS clause now fails with an
appropriate error message. (Bug#15890)
A misleading error message was displayed when attempting to define a unique key that was not valid for a partitioned table. (Bug#21862)
Errors could be generated during the execution of certain prepared statements that ran queries on partitioned tables. (Bug#21658)
Using relative paths for DATA DIRECTORY or
INDEX DIRECTORY with a partitioned table
generated a warning rather than an error, and caused
「junk」 files to be created in the server's data
directory. (Bug#21350)
Using EXPLAIN PARTITIONS with a query on a
table whose partitioning expression was based on the value of
a DATE column could sometimes cause the
server to crash. (Bug#21339)
Running SHOW TABLE STATUS on any
InnoDB table having at least one record
could crash the server. Note that this was not due to any
issue in the InnoDB storage engine, but
rather with AUTO_INCREMENT handling in the
partitioning code — however, the table did not have to
have an AUTO_INCREMENT column for the bug
to manifest. (Bug#21173)
Some ALTER TABLE statements affecting a
table's subpartitioning could hang. (Bug#21143)
Scheduled events that invoked stored procedures executing DDL operations on partitioned tables could crash the server. (Bug#20548)
The yaSSL library bundled with
libmysqlclient had some conflicts with
OpenSSL. Now macros are used to rename the conflicting symbols
to have a prefix of ya. (Bug#19810)
It is possible to create MERGE tables into
which data cannot be inserted (by not specifying a
UNION clause. However, when an insert was
attempted, the error message was confusing. Now an error
occurs indicating that the table is read-only. (Bug#17766)
User-created tables having a name beginning with
#sql were not visible to SHOW
TABLES and could collide with internal temporary
table names. Now they are not hidden and do not collide. (Bug#1405)
A NUL byte within a prepared statement
string caused the rest of the string not to be written to the
query log, allowing logging to be bypassed. (Bug#21813)
mysql_upgrade created temporary files in a possibly insecure way. (Bug#21224)
Some prepared statements caused a server crash when executed a second time. (Bug#21166)
With query_cache_type set to 0,
RESET QUERY CACHE was very slow and other
threads were blocked during the operation. Now a cache reset
is faster and non-blocking. (Bug#21051)
When DROP DATABASE or SHOW OPEN
TABLES was issued while concurrently issuing
DROP TABLE (or RENAME
TABLE, CREATE TABLE LIKE or any
other statement that required a name lock) in another
connection, the server crashed. (Bug#19403, Bug#21216)
Use of zero-length variable names caused a server crash. (Bug#20908)
Prepared statements caused general log and server memory corruption. (Bug#14346)
mysqldump incorrectly tried to use
LOCK TABLES for tables in the
INFORMATION_SCHEMA database. (Bug#21527)
Use of the --prompt option or
prompt command caused
mysql to be unable to connect to the
Instance Manager. (Bug#17485)
The server crashed if it tried to access a
CSV table for which the data file had been
removed. (Bug#15205)
CREATE USER did not respect the
16-character username limit. (Bug#10668)
Creating a partitioned table that used the
InnoDB storage engine and then restarting
mysqld with --skip-innodb
caused MySQL to crash. (Bug#20871)
In mixed-format binary logging mode, stored functions,
triggers, and views that use functions in their body that
require row-based logging did not replicate reliably because
the logging did not switch from statement-based to row-based
format. For example, INSERT INTO t SELECT FROM
v, where v is a view that selects
UUID() could cause problems. This
limitation has been removed. (Bug#20930)
For user-defined functions created with CREATE
FUNCTION, the DEFINER clause is
not legal, but no error was generated. (Bug#21269)
mysqld --flush failed to flush
MyISAM table changes to disk following an
UPDATE statement for which no updated
column had an index. (Bug#20060)
In mixed-format binary logging mode, stored functions,
triggers, and views that use functions in their body that
require row-based logging did not replicate reliably because
the logging did not switch from statement-based to row-based
format. For example, INSERT INTO t SELECT FROM
v, where v is a view that selects
UUID() could cause problems. This
limitation has been removed. (Bug#20930)
When not running in strict mode, the server failed to convert
the invalid years portion of a DATE or
DATETIME value to '0000'
when inserting it into a table. (Bug#19370)
The dropping of a temporary table whose name contained a
backtick ('`') character was not correctly
written to the binary log, which also caused it not to be
replicated correctly. (Bug#19188)
Intermediate tables created during the execution of an
ALTER TABLE statement were visible in the
output of SHOW TABLES. (Bug#18775)
When setting a column to its implicit default value as the
result of inserting a NULL into a
NOT NULL column as part of a multi-row
insert or LOAD DATA operation, the server
returned a misleading warning message. (Bug#14770)
The --with-collation option was not honored
for client connections. (Bug#7192)
Users who had the SHOW VIEW privilege for a
view and privileges on one of the view's base table could not
see records in INFORMATION_SCHEMA tables
relating to the base table. (Bug#20543)
An issue with yaSSL prevented Connector/J clients from connecting to the server using a certificate. (Bug#19705)
Some server errors were not reported to the client, causing both to try to read from the connection until a hang or crash resulted. (Bug#16581)
FEDERATED tables raised invalid duplicate
key errors when attempting on one server to insert rows having
the same primary key values as rows that had been deleted from
the linked table on the other server. (Bug#18764)
The C API failed to return a status message when invoking a stored procedure. (Bug#15752)
AUTHORS and CONTRIBUTORS
were not treated as reserved words. (Bug#19939)
Stored procedures did not use the character set defined for the database in which they were created. (Bug#16676)
CREATE PROCEDURE, CREATE
FUNTION, CREATE TRIGGER, and
CREATE VIEW statements containing
multi-line comments (/* ... */) could not
be replicated. (Bug#20438)
The final parenthesis of a CREATE INDEX
statement occurring in a stored procedure was omitted from the
binary log when the stored procedure was called. (Bug#19207)
Attempting to insert a string of greater than 4096 bytes into
a FEDERATED table resulted in the error
ERROR 1296 (HY000) at line 2: Got error 10000
'Error on remote system: 1054: Unknown column
'string-value' from
FEDERATED. This error was raised regardless of the
type of column involved (VARCHAR,
TEXT, and so on.) (Bug#17608)
Performance during an import on a table with a trigger that called a stored procedure was severely degraded. (Bug#21013)
Repeated DROP TABLE statements in a stored
procedure could sometimes cause the server to crash. (Bug#19399)
On 64-bit Windows, a missing table generated error 1017, not the correct value of 1146. (Bug#21396)
The same trigger error message was produced under two conditions: The trigger duplicated an existing trigger name, or the trigger duplicated an existing combination of action and event. Now different messages are produced for the two conditions so as to be more informative. (Bug#10946)
The value returned by a stored function returning a string value was not of the declared character set. (Bug#16211)
FLUSH TABLES followed by a LOCK
TABLES statement to lock a log table and a non-log
table caused an infinite loop and high CPU use. Now
FLUSH TABLES ignores log tables. To flush
the log tables, use FLUSH LOGS instead.
(Bug#20139)
If a filename was specified for the --log or
--log-slow_queries options but the server was
logging to tables and not files, the server produced no error
message. (Bug#17599)
mysqlcheck tried to check views instead of ignoring them. (Bug#16502)
Long multiple-row INSERT statements could
take a very long time for some multi-byte character sets. (Bug#15811)
For mysql, escaping with backslash sometimes did not work. (Bug#20103)
Under certain circumstances,
AVG(
returned a value but
key_val)MAX(
returned an empty set due to incorrect application of
key_val)MIN()/MAX() optimization. (Bug#20954)
Using aggregate functions in subqueries yielded incorrect
results under certain circumstances due to incorrect
application of MIN()/MAX() optimization.
(Bug#20792)
A query using WHERE did not
return consistent results on successive invocations. The
column
= constant OR
column IS NULLcolumn in each part of the
WHERE clause could be either the same
column, or two different columns, for the effect to be
observed. (Bug#21019)
The PASSWORD() function returned invalid
results when used in some UNION queries.
(Bug#16881)
USE did not refresh database privileges
when employed to re-select the current database. (Bug#10979)
A query using WHERE NOT
( yielded a
different result from the same query using the same
column < ANY
(subquery))column and
subquery with WHERE
(. (Bug#20975)
column > ANY
(subquery))
A user variable set to a value selected from an unsigned column was stored as a signed value. (Bug#7498)
SELECT statements using GROUP
BY against a view could have missing columns in the
output when there was a trigger defined on one of the base
tables for the view. (
