enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #03888
[Bug 1384591] Re: sql/ha_partition.cc:5916: int ha_partition::handle_ordered_index_scan(uchar*, bool): Assertion `bitmap_is_set(&m_part_info->read_partitions, m_part_spec.start_part)' failed. | abort (sig=6) in ha_partition::handle_ordered_index_scan
This is an upstream bug : http://bugs.mysql.com/bug.php?id=74779
**** Testcase
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE t1(a INT)ENGINE=InnoDB PARTITION BY list(a) (PARTITION p1 VALUES IN (1));
CREATE INDEX i1 ON t1(a);
SELECT MAX(a)FROM t1 WHERE a>5;
** Bug watch added: MySQL Bug System #74779
http://bugs.mysql.com/bug.php?id=74779
** Also affects: mysql-server via
http://bugs.mysql.com/bug.php?id=74779
Importance: Unknown
Status: Unknown
** Changed in: percona-server/5.6
Status: New => Triaged
** Changed in: percona-server/5.6
Importance: Undecided => Medium
** Tags added: upstream
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1384591
Title:
sql/ha_partition.cc:5916: int
ha_partition::handle_ordered_index_scan(uchar*, bool): Assertion
`bitmap_is_set(&m_part_info->read_partitions, m_part_spec.start_part)'
failed. | abort (sig=6) in ha_partition::handle_ordered_index_scan
To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1384591/+subscriptions