summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-153-13/+13
|\
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-123-33/+33
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-013-33/+33
| | |\
| | | * cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-241-11/+11
| | | * MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-112-22/+22
* | | | MDEV-24600 performance_schema.events_transactions_history_long.trx_id reports...Marko Mäkelä2021-01-152-0/+35
* | | | MDEV-24364 Alter rename table does not remove PFS shareAleksey Midenkov2020-12-222-0/+21
* | | | MDEV-24167: Remove PFS instrumentation of buf_block_tMarko Mäkelä2020-11-202-11/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-171-0/+2
|\ \ \ \ | |/ / /
| * | | Work around MDEV-24232: Skip perfschema.nesting if WITH_WSREP=OFFMarko Mäkelä2020-11-171-0/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-131-1/+0
|\ \ \ \ | |/ / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-1/+0
|\ \ \ \ | |/ / /
| * | | Fix perfschema.nesting test case after fix.bb-10.4-MDEV-21910Jan Lindström2020-06-261-143/+152
* | | | fix occasisonal test failures: SELECT without ORDER BYSergei Golubchik2020-10-242-6/+9
* | | | MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-1/+0
* | | | Cleanup: Remove non-existing parametersMarko Mäkelä2020-10-021-11/+0
* | | | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-221-143/+152
* | | | MDEV-22933 - remove ---source include/not_threadpool.inc from testsbb-10.5-wlad2Vladislav Vaintroub2020-06-183-3/+0
* | | | MDEV-22871: Reduce InnoDB buf_pool.page_hash contentionMarko Mäkelä2020-06-182-2/+0
* | | | MDEV-22884: Adjust the test for PLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-06-141-0/+1
* | | | MDEV-22884 Assertion `grant_table || grant_table_role' failed on perfschemaSergei Golubchik2020-06-132-0/+18
* | | | Aria will now register it's transactionsMonty2020-05-2310-2481/+2499
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-19650: Privilege bug on MariaDB 10.4Oleksandr Byelkin2020-05-071-0/+2
* | | | Added support for VISIBLE attribute for indexes in CREATE TABLEMonty2020-04-191-1/+1
* | | | MDEV-17812 Use MariaDB in error messages instead of MySQLRasmus Johansson2020-04-082-8/+8
* | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-2/+2
* | | | Added FLUSH THREADSMonty2020-03-242-2/+3
* | | | fix a nondeterminism in perfschema.statement_program_non_nested testSergei Golubchik2020-03-232-4/+2
* | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-2/+2
* | | | fix a nondeterminism in perfschema.statement_program_nesting_event_check testSergei Golubchik2020-03-162-4/+2
* | | | fix a race condition in the perfschema.transaction_nested_eventsSergei Golubchik2020-03-141-1/+1
* | | | perfschema test formatting. Use --echo #Sergei Golubchik2020-03-1488-1845/+1836
* | | | Fix perfschema.statement_program_concurrencyMarko Mäkelä2020-03-111-3/+13
* | | | Recoding new suite/perfschema/r/start_server_low_digest_sql_length.resultAlexander Barkov2020-03-111-2/+2
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-102-3/+3
* | | | fix perfschema for pool-of-threadsSergei Golubchik2020-03-103-0/+4
* | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-10287-61729/+17995
* | | | P_S 5.7.28Sergei Golubchik2020-03-10655-13281/+137524
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-123-8/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-113-8/+8
| |\ \ \ | | |/ /
| | * | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-053-8/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-286-10/+24
|\ \ \ \ | |/ / /
| * | | fix perfschema.start_server_innodb test (related to MDEV-17571)Oleksandr Byelkin2020-01-244-4/+4
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-212-6/+20
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-212-6/+20
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-202-6/+20
| | | |\
| | | | * Merge branch 'merge-perfschema-5.6' into 10.1Oleksandr Byelkin2020-01-192-6/+20
| | | | |\
| | | | | * 5.6.47Oleksandr Byelkin2020-01-193-7/+21
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-2072-74/+144
|\ \ \ \ \ \ | |/ / / / /