Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.14, 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
-
CentOS virtual machine running on XenServer
-
10.4.0-1
Description
Good Afternoon,
I have encountered a crash on a number of operations after a small amount of time has passed, where that table has a virtual column, where in its expression it uses the JSON_VALUE function, with the JSON value selected by a CONCAT to get '$.'<Current Day Name>. (Please see example).
Commands crash occurs on:
- SELECT on table
- Insert/Update on table
- DROP TABLE
- SHOW FULL TABLES FROM <database table is in> WHERE table_type = 'BASE TABLE';
If I don't use both JSON_VALUE and DAYNAME(), it works fine.
I have attached my debug machine's error log, showing all the crashes occurred while testing
Thanks,
Robert
Attachments
Issue Links
- is duplicated by
-
MDEV-17653 replace into generated columns is unstable
- Closed
-
MDEV-17986 crash when I insert on a table
- Closed
-
MDEV-19788 Interplay between function based default and lock tables
- Closed
-
MDEV-20380 Server crash during update
- Closed
- relates to
-
MDEV-25672 table alias from previous statement interferes later commands
- Closed
-
MDEV-25794 vcol_info refix during lock_tables() leads to memory leak until table flush
- Open