mariadb/mysql-test/suite/gcol
Thirunarayanan Balathandayuthapani 82d39d4374 MDEV-24491 db_name mismatch happens during virtual column computation
Database name mismatch happens while opening the table for
virtual column computation. Because table_name_parse() returns
the length of database and table name before converting the
filename to table name. This issue is caused by
commit 8b0d4cff07 (MDEV-15855).
Fix should be that table_name_parse() should return the length of
database and table name after converting the filename to table name.

Reviewed-by: Marko Mäkelä
2021-01-19 16:18:37 +05:30
..
inc MDEV-12161 Can't specify collation for virtual columns 2021-01-11 21:54:47 +01:00
r MDEV-24491 db_name mismatch happens during virtual column computation 2021-01-19 16:18:37 +05:30
t MDEV-24491 db_name mismatch happens during virtual column computation 2021-01-19 16:18:37 +05:30