Issues
- duplicate key in table while using tmp table for group by a json dataPS-9768
- Documentation bug for EOL release 5.7PS-9767Resolved issue: PS-9767patrick.birch
- Document new features in percona-202401 to percona-202404 tagsPS-9765patrick.birch
- Add clang-20 to Azure Pipelines and fix clang-20 compilation issuesPS-9764
- Server locks up under heavy loadPS-9763
- A key without name makes KMIP unusablePS-9762
- Server starts successfully with KMIP Server downPS-9761
- Improve the way how the results of clang-tidy CI checks are shownPS-9760
- Azure Pipelines: Ubuntu 20.04 LTS runner will be removed on 2025-04-15PS-9757Resolved issue: PS-9757Przemyslaw Skibinski
- Audit log component - docs are not clear about class names and examplesPS-9755patrick.birch
- Audit log component - sql_command_id in log filteringPS-9754
- Investigate Optimizer patches from Enhanced MySQLPS-9753Kamil Holubicki
- [Dev] Code refresh for AWS part 2 of 2PS-9750Dmitry Lenev
- [Dev] Code refresh for AWS part 1 of 2PS-9749Varun Arakere Nagaraju
- [Dev] Analyze commits from MySQL 8.0.42PS-9748Varun Arakere Nagaraju
- The MySQL-X plugin may causes a double-free error when doing "alter instance reload tls"PS-9725
- Security issue: X plugin is configured to listen on all interfaces by defaultPS-9724
- Crash in xpl::Ssl_context::~Ssl_context() with heavy load of ALTER INSTANCE RELOAD TLS queriesPS-9723Yura Sorokin
- Improve Percona MyRocks documentation providing more information around server configuration variablesPS-9721patrick.birch
- changing binlog_transaction_dependency_tracking hit segmentation faultPS-9719Venkatesh Prasad
- Broken apparmor configuration after upgrade from 8.0.36-28-1 to 8.0.41-32-1PS-9718
- Make MyRocks stderr output location configurablePS-9717
- Percona MySQL Shell: JavascriptPS-9716Resolved issue: PS-9716Hrvoje Matijakovic
- Audit log is not including user information in entries.PS-9712
- Libperconaserverclient22-dev doesn’t ship headers files (pkg-config)PS-9710Resolved issue: PS-9710Vadim Yalovets
- MySQL RocksDB engine issue while using LIKE conditionPS-9707
- Audit plugin does not exclude users which are definered for events in audit_log_exclude_accounts after mysql_reset_connection commandPS-9706
- can not mysql 8.0 replicat to mysql 5.7PS-9705
- LDAP plugin can't handle double quotes in usernamesPS-9704
- Upstream 8.0.41 release does not fully fix PS-9144PS-9703Dmitry Lenev
- Percona 8.4 - readline vs editlinePS-9702
- An error occurred while using the rocks engine. It keeps occurring even when repeated.PS-9700
- Revert the commit that causes the issue PS-9680PS-9698Resolved issue: PS-9698mohit.joshi
- Create POC prototype of KMIP generation 2 interface and the implementation of basic functionality.PS-9697oleksiy.lukin
- Benchmarking for establishing SSL MySQL connectionsPS-9696Resolved issue: PS-9696Przemyslaw Skibinski
- Prepare the design document for KMIP Library and how MySQL products will use itPS-9695oleksiy.lukin
- KMIP Library for all PerconaPS-9694
- Performance benchmarking of Percona Server using MyRocksPS-9693Przemyslaw Skibinski
- Valgrind logs may take more than 1 GBPS-9692Przemyslaw Skibinski
- Buffer Pool Coredump tests are failing on JenkinsPS-9688Varun Arakere Nagaraju
- Enable CHECK TABLE EXTENDED to detect InnoDB LOB corruptionsPS-9683Satya Bodapati
- Improve the Error message thrown in case the JS code in stored function returns special number like Infinity, -Infinity or NaN.PS-9682Dmitry Lenev
- boolean value true/false returned by JS stored function is interpreted as a string value.PS-9681Dmitry Lenev
- MyRocks may cause data corruption after changes in RocksDB 7.10.0PS-9680Przemyslaw Skibinski
- Extend Authentication Support to Integrate with OktaPS-9678
- Setting start date for both epic and children automation - by in progressPS-9676Resolved issue: PS-9676Jan Mynar
- MyRocks - rocksdb_rate_limiter_bytes_per_sec dynamic change does not apply when starting value is high enoughPS-9675
- mysqld got signal 11 while JS function callPS-9672Dmitry Lenev
- Please add includedir /etc/my.cnf.d/ to my.cnfPS-9670
- NRE Investigation for OrchestratorPS-9669Resolved issue: PS-9669Julia Vural
50 of
duplicate key in table while using tmp table for group by a json data
General
Escalation
General
Escalation
Description
Environment
None
AFFECTED CS IDs
CS0054281
Details
Assignee
UnassignedUnassignedReporter
jinyou.majinyou.maUpstream Bug URL
Needs QA
YesAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
jinyou.ma
jinyou.maUpstream Bug URL
Needs QA
Yes
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created last week
Updated last week
Activity
Show:
This is an upstream bug.
There is an unexpected duplicate error when running a select query with group by a json data.
When the
internal_tmp_mem_storage_engine
TempTable
MEMORY
The select query is below
The table structure is
The execution plan is
We can skip the error by using a different index.
reproduce
create table
add data
run the select query