summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSbb-10.3-anel-MDEV-28455-temporary-grant-2Anel Husakovic2022-10-183-0/+107
* MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-172-0/+169
* MDEV-29750 triggers can modify historySergei Golubchik2022-10-162-0/+47
* Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3Oleksandr Byelkin2022-10-14275-157/+1879
|\
| * MDEV-27691: make working view-protocolLena Startseva2022-09-23273-158/+1867
* | MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-122-2/+53
* | MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-122-0/+60
* | MDEV-19455/MDEV-29342 fixup: Avoid DEBUG_DBUG=-d,...Marko Mäkelä2022-10-114-8/+8
* | MDEV-21905: Galera test galera_var_notify_cmd causes hangJulius Goryavsky2022-10-112-14/+16
* | MDEV-29742 heap number overflowMarko Mäkelä2022-10-102-2/+7
* | Test results updated.Jan Lindström2022-10-064-8/+8
* | MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-063-45/+14
* | MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-052-0/+21
* | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-052-0/+22
* | MDEV-29710: Valgrind tests massively fail due to silently killing server on s...Marko Mäkelä2022-10-0512-0/+14
* | MDEV-29710: Disable main.log_slow under ValgrindMarko Mäkelä2022-10-051-0/+2
* | MDEV-29710: Disable sys_vars.innodb_flush_method_func under ValgrindMarko Mäkelä2022-10-051-0/+2
* | MDEV-29710: Disable innodb.table_flags under ValgrindMarko Mäkelä2022-10-051-0/+6
* | MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-054-6/+47
* | MDEV-27682: bundled wsrep_notify.sh causes mariadbd to freeze during startJulius Goryavsky2022-10-047-15/+357
* | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-304-11/+83
* | MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-30135-1850/+1983
* | fix sporadic failures on main.killSergei Golubchik2022-09-291-0/+2
* | MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-282-0/+1250
* | MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.Alexey Botchkov2022-09-272-5/+111
* | MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-272-0/+155
* | cleanup: main.mysqldump testSergei Golubchik2022-09-262-17/+34
* | sporadic failures of main.bootstrapSergei Golubchik2022-09-263-3/+3
* | MDEV-29600 Memory leak in row_log_table_apply_update()Marko Mäkelä2022-09-222-2/+41
* | Cleanup: Remove redundant output from a testMarko Mäkelä2022-09-222-68/+0
* | MDEV-28986: rpl tests sometimes failing on freebsd buildersBrandon Nesterenko2022-09-2010-2311/+2509
|/
* MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structureAlexander Barkov2022-09-205-10/+84
* MDEV-29509 execute granted indirectly (via roles) doesn't always workVicențiu Ciorbaru2022-09-142-2/+0
* MDEV-29458: Role grant commands do not propagate all grantsVicențiu Ciorbaru2022-09-143-88/+389
* MDEV-29465: Inherited columns privs for roles wrongly set mysql.tables_priv c...Vicențiu Ciorbaru2022-09-142-0/+76
* MDEV-29479 I_S.INNODB_SYS_TABLESPACES doesn't have temporary tablespace info...Thirunarayanan Balathandayuthapani2022-09-142-0/+13
* MDEV-23801 Assertion failed in btr_pcur_store_position()Marko Mäkelä2022-09-132-0/+73
* MDEV-29520 heap-use-after-poison in row_merge_spatial_rows()Marko Mäkelä2022-09-132-0/+24
* MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-12827-27095/+27095
* MDEV-29507 InnoDB: Failing assertion: table->n_rec_locks == 0Marko Mäkelä2022-09-122-0/+23
* MDEV-29433 innodb.lock_delete_updated is unstableVlad Lesin2022-09-082-8/+8
* MDEV-29342 Assertion failure in file que0que.cc line 728Thirunarayanan Balathandayuthapani2022-09-062-0/+28
* MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-032-0/+131
* MDEV-13668 fixup: Remove test work-aroundsMarko Mäkelä2022-08-312-11/+4
* MDEV-13888: innodb_fts.innodb_fts_plugin failedMarko Mäkelä2022-08-302-25/+35
* MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-302-2/+27
* MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-302-2/+24
* MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014bb-10.3-elenstElena Stepanova2022-08-281-2/+2
* MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-252-0/+190
* update a global_suppressions() listSergei Golubchik2022-08-251-1/+1