summaryrefslogtreecommitdiff
path: root/mysql-test/main/delayed.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-07-271-0/+9
|\
| * MDEV-26546 SIGSEGV's in spider_db_connect on SHOW TABLE and spider_db… ↵Alexey Botchkov2022-07-171-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | …_mbase::connect (and SIGSEGV's in check_vcol_forward_refs and inline_mysql_mutex_lock) Not the SPIDER issue - happens to INSERT DELAYED. the field::make_new_field does't copy the LONG_UNIQUE_HASH_FIELD flag to the new field. Though the Delayed_insert::get_local_table copies the field->vcol_info for this field. Ad a result the parse_vcol_defs doesn't create the expression for that column so the field->vcol_info->expr is NULL. Which leads to crash. Backported fix for this from 10.5 - the flagg added in the Delayed_insert::get_local_table. Another problem with the USING HASH key is thst the parse_vcol_defs modifies the table->keys content. Then the same parse_vcol_defs is called on the table copy that has keys already modified. Backported fix for that from 10.5 - key copying added tot the Delayed_insert::get_local_table. Finally - the created copy has to clear the expr_arena as this table is not in the thd->open_tables list so won't be cleared automatically.
* | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-1/+1
|/
* Merge 10.3 into 10.4Marko Mäkelä2018-12-181-2/+2
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-181-2/+2
| |
* | MDEV-17068 mysql system table is marked as crashed and should be repaired ↵Monty2018-08-281-1/+2
|/ | | | | | | | | | | after the server crashes or is killed - Changed ERROR to WARNING for MyISAM/Aria message that are warnings in the check utilities. This affects for example "client is using or hasn't closed the table properly". - Print "Table is fixed" if check succeded in fixing the table.
* Don't report errors from open_table() twiceMichael Widenius2018-05-141-1/+0
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+512