All work
- SELECT privilege does not allow to see the triggers on the table.PS-9167
- MySQL replica encounter error when master and replica innodb_strict_mode=OFFPS-9163
- The MySQL process crashed due to a SELECT statement.PS-9162Resolved issue: PS-9162
- crash due to SELECT GLOBAL_TEMPORARY_TABLES when there is running DDL on partition tablePS-9159
- Support ARM platform on the Debian systemPS-9158Resolved issue: PS-9158Evgeniy Patlan
- Passwords in mysql.slave_master_info should be encryptedPS-9157
- MySQL Slow Log Rotation overwrites slow_log_file_pathPS-9156Resolved issue: PS-9156
- Crash in row_sel_convert_mysql_key_to_innobase (follow up of PXC-4340)PS-9155Resolved issue: PS-9155Kamil Holubicki
- [ERROR] [MY-013183] [InnoDB] Assertion failure: mtr0mtr.cc:310:ib::fatal triggered thread 140581378340608PS-9153
- PS 8.0 build fails on CentOS 7 with -DWITH_SSL=openssl11PS-9151Resolved issue: PS-9151Oleksandr Kachan
- Align component_masking_functions with new additions from 8.3.0PS-9148Resolved issue: PS-9148Yura Sorokin
- Exclude some tests from ASAN tests runPS-9146Resolved issue: PS-9146Oleksandr Kachan
- Improve openssl version detection in percona_encryption_udf_digest_table.incPS-9145Resolved issue: PS-9145Oleksandr Kachan
- Missing rows after ALGORITHM=INPLACE ALTER under same workload as PS-9092PS-9144Resolved issue: PS-9144Dmitry Lenev
- The default db field of the audit log is abnormal.PS-9143
- Binary Log Streaming Prototype: phase 1PS-9142Resolved issue: PS-9142Yura Sorokin
- Update the Encrypting a File-Per-Table Tablespace examplesPS-9141Resolved issue: PS-9141alina.derkach
- PS, PXB, PXC ARM RPMs for RHEL8, RHEL9 and compatiblesPS-9135Resolved issue: PS-9135Evgeniy Patlan
- mysql.gtid_executed persistent GTID info lost when MySQL crash in Gtid_state::savePS-9132Resolved issue: PS-9132Varun Arakere Nagaraju
- Revision contains $ signPS-9128Resolved issue: PS-9128puneet.kaushik
- Replication from InnoDB table to RocksDB fails when binlog_transaction_dependency_tracking=WRITESETPS-9122Oleksandr Kachan
- InnoDB updates the primary index but not the spatial index, crashing MySQLPS-9121Resolved issue: PS-9121Varun Arakere Nagaraju
- Improve SHOW BINARY LOGS with GTID rangePS-9119
- Research on reproducibilty of performance benchmarking of MySQL and Percona ServerPS-9118Resolved issue: PS-9118Przemyslaw Skibinski
- Server crash after setting innodb_interpreter_output sysvarPS-9117Resolved issue: PS-9117Oleksandr Kachan
- MySQL crash due to get a native index from get_mutex_cond in group replicationPS-9115Resolved issue: PS-9115Venkatesh Prasad
- User without performance_schema permissions crashes mysql with SHOW CREATE TABLE sys.metricsPS-9112
- SSL invalid paddingPS-9111Resolved issue: PS-9111
- Inaccurate Logging of Slow Query Rate in Percona MySQL 5.8PS-9109
- Server crashes when an intermediate table is accessed from a thread which didn't create the tablePS-9108Resolved issue: PS-9108Varun Arakere Nagaraju
- [ERROR] [MY-013183] [InnoDB] Assertion failure: ibuf0ibuf.cc:3833:ib::fatal triggered threadPS-9107Resolved issue: PS-9107Satya Bodapati
- Set admin_port in port being used does not throw errorPS-9102
- mysql-shell python mode can't import cryptography modulesPS-9101Aaditya Dubey
- performance_schema_show_processlist=1 causes show processlist to failPS-9100Resolved issue: PS-9100Aaditya Dubey
- Migration from keyring component to component does not workPS-9099
- myrocks table lost all data after alter table in IngestExternalFilePS-9097Resolved issue: PS-9097Aaditya Dubey
- Analyze and backport bug fixes from MySQL 8.0.36 (PS 5.7.44-49 post-EOL 1)PS-9096Resolved issue: PS-9096Varun Arakere Nagaraju
- Can't create an InnoDB Cluster with PROXY protocol enabledPS-9095Aaditya Dubey
- SHOW CRATE TABLE crashes in dict0load.cc line 2876, !table->data_dir_path for tables using DATA DIRECTORYPS-9094Resolved issue: PS-9094
- server crashes at 'SHOW CREATE VIEW' query after upgrading to 8.0.34-26PS-9090
- Data inconsistencies when high rate of pages split/mergePS-9092Resolved issue: PS-9092Dmitry Lenev
- Add basic installation steps to QuickstartPS-9088Resolved issue: PS-9088patrick.birch
- Add a known issue to the Upgrade Overview doc for 8.1/8.2PS-9087Resolved issue: PS-9087patrick.birch
- Unexpected results when using ASIN function with NULLIFPS-9085
- server crash when slow query log is on with additional variablesPS-9083Resolved issue: PS-9083Dmitry Lenev
- Update security menuPS-9082Resolved issue: PS-9082patrick.birch
- Assertion caused alternate time and DB gets freezed and does not respond.PS-9081
- Introduce an MTR testcase for the bugfix done as part of PS-9018PS-9080Resolved issue: PS-9080Venkatesh Prasad
- ALTER TABLE ... ALGORITHM=INPLACE fails for table which is no longer encryptedPS-9075Resolved issue: PS-9075Kamil Holubicki
- 8.0.36-28 release notes and release note tasksPS-9074Resolved issue: PS-9074patrick.birch
50 of
Unexpected results when using ASIN function with NULLIF
General
Escalation
General
Escalation
Description
Environment
Docker image acquired from percona/percona-server:latest
sha256:b76c455d3db1ae297449753b1054547b7910b3fd2ed4fd8c761cc1a6e202095a
Details
Details
Assignee
Unassigned
UnassignedReporter
Albert Zhang
Albert ZhangFound by Automation
Yes
Upstream Bug URL
Needs QA
Yes
Affects versions
Priority
Created January 25, 2024 at 10:04 AM
Updated January 25, 2024 at 5:07 PM
Activity
Show:
Consider the following test case. It is unexpected that the last two queries both had cardinality 1, since
NULLIF(-1, ASIN(t0.c1))
cannot betrue
andnull
at the same time.