Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
Description
| |
Add RESET MASTER TO x to allow specification of binlog file nr | Manual check | MDEV-8574 |
| |
utf32: compare broken bytes as "greater than any non-broken character" | ? | |
| |
utf16: compare broken bytes as "greater than any non-broken character" | ? | |
| |
utf8mb4: compare broken bytes as "greater than any non-broken character" | ? | |
| |
ucs2: compare broken bytes as "greater than any non-broken character" | ? | |
| |
utf8: compare broken bytes as "greater than any non-broken character" | ? | |
| |
Encryption performance: Reduce the number of unused memcpy's | ? | |
| |
Asian MB3 charsets: compare broken bytes as "greater than any non-broken character" | ? | |
| |
Asian MB2 charsets: compare broken bytes as "greater than any non-broken character" | ? | |
| |
st_select_lex::master_unit() takes 0.17% in OLTP RO | Regression tests | |
| |
first_breadth_first_tab() takes 0.07% in OLTP RO | Regression tests | |
| |
THD::set_command() takes 0.05% in OLTP RO | Regression tests | |
| |
THD::set_query() takes 0.07% in OLTP RO | Regression tests | |
| |
encryption for temp files | TODO-699 | |
| |
innodb tablespace encryption | TODO-699 | |
| |
InnoDB redo log encryption | TODO-699 | |
| |
make aria encryption use real keys | TODO-699 | MDEV-8587 |
| |
mysql_reset_thd_for_next_command() takes 0.04% in OLTP RO | Regression tests | |
| |
PROFILING routines take 0.2% when profiling disabled | Regression tests | |
| |
Add status variables to track CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE | Manual check | |
| |
EXPLAIN/ANALYZE FORMAT=JSON should show subquery cache | ? | |
| |
Improve xid cache scalability by using lock-free hash (was: Spiral patch 032...) | Regression tests | |
| |
Spiral patch 028_mariadb-10.0.15.xa_commit_error.diff | Regression tests | |
| |
Spiral patch 017_mariadb-10.0.15.get_error_at_commit.diff | Regression tests | |
| |
Cache VIEW definitions in the TDC | Regression tests | |
| |
Improve long semaphore wait output | Regression tests | |
| |
Improve semaphore instrumentation | Regression tests | |
| |
Remove --galera-sst-mode option from mysqldump | |
|
| |
Allow SELECT to succeed even when node is not ready | |
|
| |
Implementation of user statements for handling the xtradb changed page bitmaps | Manual check | |
| |
remove suport for "atomics" with rwlocks | Regression tests | |
| |
Add support for INFORMATION_SCHEMA.INNODB_MUTEXES | Manual, regression tests | |
| |
make lf_hash_delete(), lf_hash_search(), and lf_hash_iterator() never to return OOM | Regression tests | |
| |
Lock-free hash for table definition cache | Regression tests | |
| |
USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS | |
Add to random |
| |
VIEW: CREATE IF NOT EXISTS | Manual check | Add to random |
| |
TRIGGER: CREATE OR REPLACE, CREATE IF NOT EXISTS | Manual check | Add to random |
| |
SERVER: CREATE OR REPLACE and CREATE IF NOT EXISTS | Manual check | Add to random |
| |
INDEX: CREATE OR REPLACE | Manual check | Add to random |
| |
UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS | Manual check | |
| |
SP: CREATE OR REPLACE, CREATE IF NOT EXISTS | Manual check | Add to random |
| |
EVENT: CREATE OR REPLACE | Manual check | Add to random |
| |
DATABASE: CREATE OR REPLACE | Manual check | Add to random |
| |
Dump Thread Enhancements | Regression tests | |
| |
Iterator for LF_HASH | Regression tests | |
| |
[PATCH] parallel threads resizing - potential race condition to access freed memory | TODO-577 | |
| |
[PATCH] status variable for Slave_skipped_errors | Manual check | |
| |
Split HA_CREATE_INFO | Regression tests | |
| |
Add missing MySQL variable log_bin_basename and log_bin_index | ? | |
| |
Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS | ? | |
| |
Made long semaphore wait timeout configurable | ? | |
| |
parser refactoring: don't store field properties in LEX | Regression tests | |
| |
Augment innochecksum to give insight of fragmentation | ? | |
| |
WSREP_STATUS & WSREP_MEMBERSHIP I_S tables | Regression tests | |
| |
Merge scalability fixes from 10.0-power | Regression tests | |
| |
Remove or deprecate unused variables | Manual check | |
| |
[PATCH] feature request MASTER_GTID_WAIT status variables | TODO-414 | |
| |
OUT parameters in PREPARE | Manual check | |
| |
simplify trigger rules for RBR triggers | MDEV-6962 | |
| |
Buffer pool list scan optimization | Regression tests | |
| |
Change the default value for innodb_log_compressed_pages to false | ? | |
| |
Enable Lazy Flushing | Regression tests | |
| |
Port Facebook Prefix Index Queries Optimization | Regression tests | |
| |
Create a way to see a user's default role | |
|
| |
Relaxed memory order for counters | Regression tests | |
| |
switch to dynamic libjemalloc.so | |
|
| |
Enable SEQUENCE engine by default | Manual check | |
| |
Merge binlog_row_image from MySQL 5.6 | Manual, random | |
| |
enforce_storage_engine option | Manual, regression tests | |
| |
Merge Kakao: Add global status variables which tell you the progress of inplace alter table and row log buffer usage | ? | |
| |
No ALGORITHM information in I_S.VIEWS | Manual check | |
| |
THD specifics for plugins | ? | |
| |
Atomic operations with explicit memory barrier | Regression tests | |
| |
Optimistic parallel replication | TODO-577 | |
| |
Use separate domain_id for Galera transactions | |
|
| |
domain_id based replication filters | ? | |
| |
Difference between 5.6 & 10.1 UNION execution | ? | |
| |
deprecate engine_condition_pushdown value of the @@optimizer_switch | Manual check | MDEV-8225 |
| |
Remove conditions for which range optimizer returned SEL_ARG::IMPOSSIBLE. | Regression tests | |
| |
password validation | Manual check | MDEV-8226 |
| |
Remove #ifdef-s wrapping the slave_run_triggers_for_rbr feature | MDEV-6962 | |
| |
reenable RBR triggers in 10.1 | MDEV-6962 | |
| |
ANALYZE $stmt output in the slow query log | |
|
| |
ANALYZE $stmt and security | |
|
| |
Add errors on CREATE SERVER | Manual check | |
| |
GUI-friendly cmake options to enable/disable plugins | ? | |
| |
Merge Galera into 10.1 | Regression tests | |
| |
Merge 10.0.10-FusionIO to 10.1 | Regression tests | |
| |
Monitor progress of ALTER TABLE ... ADD INDEX, ALGORITHM=INPLACE for InnoDB | ? | |
| |
show sysvar's help in I_S tables | Manual check, sysvars* tests, regression tests | |
| |
better help for SET/ENUM sysvars | Manual check | |
| |
EXPLAIN JSON | ? | |
| |
update userstat feature from percona server | ? | |
| |
merge default_tmp_storage_engine | Manual check | |
| |
MySQL WL#7305 "Improve MDL scalability by using lock-free hash" | Regresion tests | |
| |
Allow > 16K pages on InnoDB | ? | |
| |
Remove old logic for 3.23-to-higher upgrades from upgrade SQL scripts | ? | |
| |
WebScaleSQL patches | Regression tests | |
| |
MDL optimizations from 5.7 | Regression tests | |
| |
support assisted discovery in oqgraph v3 | ? | |
| |
Merge Kakao Defragmentation implementation to MariaDB 10.1 | ||
| |
Filter replication by GTID domain ID | TODO-414 | |
| |
Feature: Page compression and multi-threaded flush for InnoDB/XtraDB | ? | |
| |
Please add a .pc file to MariaDB for easy use via pkg-config | ? | |
| |
enhance security using special compilation options | ? | |
| |
Backport Threadpool improvements from Percona Server | Regression tests | |
| |
Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats | ? | |
| |
CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS | ? | |
| |
Force PK option | Manual check | |
| |
Compound statement / anonymous blocks | MDEV-6964 | |
| |
Per query variables from Percona Server [patch] | |
|
| |
Status variables for number of global/db/table/column/role grants | Manual check | question inside |
| |
Default role | |
|
| |
Executing triggers on slave in row-based replication | ? | |
| |
Add a interface to mysql protocol and DAEMON plugins | ? | |
| |
[PATCH] Clean up code working with ACL tables | Regression tests | |
| |
query timeouts | |
|
| |
SLOW QUERY LOG - add affected rows (UPDATE / DELETE) in slow query log | ? | |
| |
P_S discovery | ? | |
| |
Don't create frm files for temporary tables | ? | |
| |
Missing OGC Spatial functions | |
|
| |
Feature Request: microseconds in GET_LOCK() | Manual check | |
| |
LP:671402 - Plugin status variables cannot distinguish SHOW GLOBAL STATUS from SHOW SESSION STATUS | ? | |
| |
ANALYZE $stmt | |
|
| |
[backport] Implement UNION ALL without usage of a temporary table (MWL#44) | Regression tests | |
| |
SLOW QUERY LOG - Group queries and check total slow query | Manual check | |
| |
Enhanced semisync replication | ? | |
| |
Support for Spatial Reference systems for the GIS data | |
|
| |
OpenGIS: stored procedure AddGeometryColumn | |
|
| |
OpenGIS: create required tables: GeometryColumns, related views. | |
Attachments
Issue Links
- relates to
-
MDEV-8615 Assertion `m_cpp_buf <= begin_ptr && begin_ptr <= m_cpp_buf + m_buf_length' failed in Lex_input_stream::body_utf8_start
-
- Closed
-
There are no Sub-Tasks for this issue.