mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
MDEV-24279 Segfault after 1 day and 5 minutes uptime
feedback plugin now fakes a SHOW command to force
create_schema_table() to instantiate the table at once,
not lazily.
The test from plugins.feedback_plugin_send applies.
Caused by e64084d5a3
This commit is contained in:
parent
86fc37b668
commit
121582647c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ static int prepare_for_fill(TABLE_LIST *tables)
|
|||
|
||||
tables->init_one_table(&INFORMATION_SCHEMA_NAME, &tbl_name, 0, TL_READ);
|
||||
tables->schema_table= i_s_feedback;
|
||||
tables->schema_table_reformed= 1;
|
||||
tables->table= create_schema_table(thd, tables);
|
||||
if (!tables->table)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue